Searched refs:HasPageBreak (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 Drichtexthtml.cpp245 if (thisStyle.HasPageBreak())
H A Drichtextprint.cpp98 ((node2 == child->GetLines().GetFirst()) && child->GetAttributes().HasPageBreak()))
H A Drichtextbuffer.cpp7813 attr1.HasPageBreak() == attr2.HasPageBreak());
7906 (attr1.HasPageBreak() != attr2.HasPageBreak()))
8015 (attr1.HasPageBreak() != attr2.HasPageBreak()))
8170 if (style.HasPageBreak())
8420 if (style.HasPageBreak())
8422 if (!(compareWith && compareWith->HasPageBreak()))
8945 if (style.HasPageBreak())
[all...]
H A Drichtextxml.cpp1076 if (attr.HasPageBreak())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattrex.tex317 \membersection{wxTextAttrEx::HasPageBreak}\label{wxtextattrexhaspagebreak}
319 \constfunc{bool}{HasPageBreak}{\void}
H A Drichtextattr.tex466 \membersection{wxRichTextAttr::HasPageBreak}\label{wxrichtextattrhaspagebreak}
468 \constfunc{bool}{HasPageBreak}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h442 bool HasPageBreak() const { return HasFlag(wxTEXT_ATTR_PAGE_BREAK); } function in class:wxTextAttrEx
618 bool HasPageBreak() const { return HasFlag(wxTEXT_ATTR_PAGE_BREAK); } function in class:wxRichTextAttr

Completed in 196 milliseconds