Searched defs:leftIndent (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextxml.cpp1251 int leftIndent = 0; local
H A Drichtextstyles.cpp171 void wxRichTextListStyleDefinition::SetAttributes(int i, int leftIndent, int leftSubIndent, int bulletStyle, const wxString& bulletSymbol) argument
H A Drichtextbuffer.cpp3707 int leftIndent = ConvertTenthsMMToPixels(dc, attr.GetLeftIndent()); local
3746 wxRect bulletRect(GetPosition().x + leftIndent, linePos.y, linePos.x - (GetPosition().x + leftIndent), lineHeight); local
3866 int leftIndent = ConvertTenthsMMToPixels(dc, attr.GetLeftIndent()); local
6306 bool wxRichTextBuffer::BeginLeftIndent(int leftIndent, in argument
6353 BeginNumberedBullet(int bulletNumber, int leftIndent, int leftSubIndent, int bulletStyle) argument
6365 BeginSymbolBullet(const wxString& symbol, int leftIndent, int leftSubIndent, int bulletStyle) argument
6377 BeginStandardBullet(const wxString& bulletName, int leftIndent, int leftSubIndent, int bulletStyle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h389 bool BeginLeftIndent(int leftIndent, int leftSubIndent = 0) { return GetBuffer().BeginLeftIndent(leftIndent, leftSubIndent); } argument
413 bool BeginNumberedBullet(int bulletNumber, int leftIndent, int leftSubIndent, int bulletStyle = wxTEXT_ATTR_BULLET_STYLE_ARABIC|wxTEXT_ATTR_BULLET_STYLE_PERIOD) argument
420 bool BeginSymbolBullet(const wxString& symbol, int leftIndent, int leftSubIndent, int bulletStyle = wxTEXT_ATTR_BULLET_STYLE_SYMBOL) argument
427 bool BeginStandardBullet(const wxString& bulletName, int leftIndent, int leftSubIndent, int bulletStyle = wxTEXT_ATTR_BULLET_STYLE_STANDARD) argument

Completed in 83 milliseconds