Searched refs:SetParagraphSpacingBefore (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextindentspage.cpp442 attr->SetParagraphSpacingBefore(wxAtoi(spacingBefore));
H A Drichtextbuffer.cpp2266 currentStyle.SetParagraphSpacingBefore(style.GetParagraphSpacingBefore());
2698 currentStyle.SetParagraphSpacingBefore(style.GetParagraphSpacingBefore());
6336 attr.SetParagraphSpacingBefore(before);
8138 destStyle.SetParagraphSpacingBefore(style.GetParagraphSpacingBefore());
8360 destStyle.SetParagraphSpacingBefore(style.GetParagraphSpacingBefore());
8714 attr.SetParagraphSpacingBefore(m_paragraphSpacingBefore);
8885 destStyle.SetParagraphSpacingBefore(style.GetParagraphSpacingBefore());
9179 newAttr.SetParagraphSpacingBefore(attr.GetParagraphSpacingBefore());
H A Drichtextliststylepage.cpp628 attr->SetParagraphSpacingBefore(wxAtoi(spacingBefore));
H A Drichtextxml.cpp1277 attr.SetParagraphSpacingBefore(wxAtoi(value));
H A Drichtextctrl.cpp248 attributes.SetParagraphSpacingBefore(0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattrex.tex484 \membersection{wxTextAttrEx::SetParagraphSpacingBefore}\label{wxtextattrexsetparagraphspacingbefore}
486 \func{void}{SetParagraphSpacingBefore}{\param{int }{spacing}}
H A Drichtextattr.tex783 \membersection{wxRichTextAttr::SetParagraphSpacingBefore}\label{wxrichtextattrsetparagraphspacingbefore}
785 \func{void}{SetParagraphSpacingBefore}{\param{int }{spacing}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h396 void SetParagraphSpacingBefore(int spacing) { m_paragraphSpacingBefore = spacing; SetFlags(GetFlags() | wxTEXT_ATTR_PARA_SPACING_BEFORE); } function in class:wxTextAttrEx
549 void SetParagraphSpacingBefore(int spacing) { m_paragraphSpacingBefore = spacing; m_flags |= wxTEXT_ATTR_PARA_SPACING_BEFORE; } function in class:wxRichTextAttr

Completed in 164 milliseconds