Searched refs:HasLeftIndent (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextcmn.cpp133 if (attr.HasLeftIndent())
135 else if (attrDef.HasLeftIndent())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h237 bool HasLeftIndent() const { return (m_flags & wxTEXT_ATTR_LEFT_INDENT) != 0 ; } function in class:wxTextAttr
255 !HasTabs() && !HasLeftIndent() && !HasRightIndent() ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattr.tex168 \membersection{wxTextAttr::HasLeftIndent}\label{wxtextattrhasleftindent}
170 \constfunc{bool}{HasLeftIndent}{\void}
H A Drichtextattr.tex442 \membersection{wxRichTextAttr::HasLeftIndent}\label{wxrichtextattrhasleftindent}
444 \constfunc{bool}{HasLeftIndent}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexthtml.cpp250 if (thisStyle.HasLeftIndent() && thisStyle.GetLeftIndent() != 0)
H A Drichtextindentspage.cpp487 if (attr->HasLeftIndent())
H A Drichtextbuffer.cpp2209 if (style.HasLeftIndent() && !wxHasStyle(multipleStyleAttributes, wxTEXT_ATTR_LEFT_INDENT))
2211 if (currentStyle.HasLeftIndent())
2641 if (style.HasLeftIndent() && !wxHasStyle(multipleStyleAttributes|absentStyleAttributes, wxTEXT_ATTR_LEFT_INDENT))
2643 if (currentStyle.HasLeftIndent())
8128 if (style.HasLeftIndent())
8338 if (style.HasLeftIndent())
8340 if (!(compareWith && compareWith->HasLeftIndent() && compareWith->GetLeftIndent() == style.GetLeftIndent()
8863 if (style.HasLeftIndent())
8865 if (!(compareWith && compareWith->HasLeftIndent() && compareWith->GetLeftIndent() == style.GetLeftIndent()
9163 if (attr.HasLeftIndent())
[all...]
H A Drichtextliststylepage.cpp740 if (attr->HasLeftIndent())
H A Drichtextxml.cpp1018 if (attr.HasLeftIndent())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp2510 !style.HasLeftIndent() && !style.HasRightIndent() && !style.HasAlignment() &&
2656 if (style.HasLeftIndent())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp1928 if ( style.HasLeftIndent() || style.HasRightIndent() )
1935 if ( style.HasLeftIndent() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp168 if (attr.HasLeftIndent())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp1413 if (def->GetStyle().HasLeftIndent())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h598 bool HasLeftIndent() const { return (m_flags & wxTEXT_ATTR_LEFT_INDENT) != 0 ; } function in class:wxRichTextAttr

Completed in 207 milliseconds