Searched refs:GetBulletText (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp2363 if (currentStyle.GetBulletText() != style.GetBulletText())
2372 currentStyle.SetBulletText(style.GetBulletText());
2795 if (currentStyle.GetBulletText() != style.GetBulletText())
2804 currentStyle.SetBulletText(style.GetBulletText());
3640 wxString text = previousParagraph->GetAttributes().GetBulletText();
3760 wxString bulletText = GetBulletText();
4885 wxString wxRichTextParagraph::GetBulletText() function in class:wxRichTextParagraph
4919 text = GetAttributes().GetBulletText();
[all...]
H A Drichtextxml.cpp1046 if (!attr.GetBulletText().IsEmpty() && (attr.GetBulletStyle() & wxTEXT_ATTR_BULLET_STYLE_SYMBOL))
1047 str << wxT(" bulletsymbol=\"") << (int) (attr.GetBulletText()[0]) << wxT("\"");
1049 str << wxT(" bullettext=\"") << attr.GetBulletText() << wxT("\"");
H A Drichtextbulletspage.cpp487 m_symbolCtrl->SetValue(attr->GetBulletText());
H A Drichtextliststylepage.cpp863 m_symbolCtrl->SetValue(attr->GetBulletText());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h417 const wxString& GetBulletText() const { return m_bulletText; } function in class:wxTextAttrEx
585 const wxString& GetBulletText() const { return m_bulletText; } function in class:wxRichTextAttr
1383 wxString GetBulletText();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattrex.tex199 \membersection{wxTextAttrEx::GetBulletText}\label{wxtextattrexgetbullettext}
201 \constfunc{const wxString\&}{GetBulletText}{\void}
H A Drichtextattr.tex232 \membersection{wxRichTextAttr::GetBulletText}\label{wxrichtextattrgetbullettext}
234 \constfunc{const wxString\&}{GetBulletText}{\void}

Completed in 70 milliseconds