Searched refs:ParIndent (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 Dtex2any.h299 extern int ParIndent;
H A Drtfutils.cpp803 if (!inTabular && (ParIndent > 0) && (forbidParindent == 0))
806 wxSnprintf(buf, sizeof(buf), _T("\\fi%d"), ParIndent*20); // Convert points to TWIPS
809 if (environmentStack.GetCount() > 0 || (ParIndent > 0))
3853 ParIndent = ParseUnitArgument(data);
3854 if (ParIndent == 0 || forbidParindent == 0)
3856 wxSnprintf(buf, sizeof(buf), _T("\\fi%d\n"), ParIndent*20);
H A Dtex2any.cpp64 int ParIndent = 0; variable
2764 ParIndent = 0;
3475 ParIndent = ParseUnitArgument(data);

Completed in 88 milliseconds