Searched refs:indentSize (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Drtfutils.cpp2106 int indentSize = oldIndent + TwoColWidthA; local
2108 ItemizeStruc *struc = new ItemizeStruc(LATEX_TWOCOL, indentSize);
2111 // wxSnprintf(buf, sizeof(buf), _T("\\tx%d\\li%d\\ri%d"), indentSize, indentSize, TwoColWidthA+TwoColWidthB+oldIndent);
2112 wxSnprintf(buf, sizeof(buf), _T("\\tx%d\\li%d\\sa200"), indentSize, indentSize);
4746 int indentSize = indentValue + oldIndent; local
4748 ItemizeStruc *struc = new ItemizeStruc(LATEX_INDENT, indentSize);
4751 wxSnprintf(buf, sizeof(buf), _T("\\tx%d\\li%d\\sa200 "), indentSize, indentSize);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp973 void wxStyledTextCtrl::SetIndent(int indentSize) { argument
974 SendMsg(2122, indentSize, 0);
994 void wxStyledTextCtrl::SetLineIndentation(int line, int indentSize) { argument
995 SendMsg(2126, line, indentSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h2267 void SetIndent(int indentSize);
2280 void SetLineIndentation(int line, int indentSize);

Completed in 118 milliseconds