Searched refs:GetListStyleName (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextstyles.cpp867 !attr.GetListStyleName().IsEmpty())
868 styleName = attr.GetListStyleName();
881 !attr.GetListStyleName().IsEmpty())
883 styleName = attr.GetListStyleName();
H A Drichtextbuffer.cpp2318 if (currentStyle.GetListStyleName() != style.GetListStyleName())
2326 currentStyle.SetListStyleName(style.GetListStyleName());
2750 if (currentStyle.GetListStyleName() != style.GetListStyleName())
2758 currentStyle.SetListStyleName(style.GetListStyleName());
3193 if (!para->GetAttributes().GetParagraphStyleName().IsEmpty() && !para->GetAttributes().GetListStyleName().IsEmpty())
3198 wxRichTextListStyleDefinition* listDef = styleSheet->FindListStyle(para->GetAttributes().GetListStyleName());
3220 else if (para->GetAttributes().GetParagraphStyleName().IsEmpty() && !para->GetAttributes().GetListStyleName().IsEmpty())
3224 wxRichTextListStyleDefinition* listDef = styleSheet->FindListStyle(para->GetAttributes().GetListStyleName());
[all...]
H A Drichtextxml.cpp1060 if (!attr.GetListStyleName().empty())
1061 str << wxT(" liststyle=\"") << wxString(attr.GetListStyleName()) << wxT("\"");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattrex.tex218 \membersection{wxTextAttrEx::GetListStyleName}\label{wxtextattrexgetliststylename}
220 \constfunc{const wxString\&}{GetListStyleName}{\void}
H A Drichtextattr.tex306 \membersection{wxRichTextAttr::GetListStyleName}\label{wxrichtextattrgetliststylename}
308 \constfunc{const wxString\&}{GetListStyleName}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h411 const wxString& GetListStyleName() const { return m_listStyleName; } function in class:wxTextAttrEx
579 const wxString& GetListStyleName() const { return m_listStyleName; } function in class:wxRichTextAttr

Completed in 182 milliseconds