Searched refs:TEX_RTF (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp194 convertMode = TEX_RTF;
212 convertMode = TEX_RTF;
424 case TEX_RTF:
796 convertMode = TEX_RTF;
807 convertMode = TEX_RTF;
925 case TEX_RTF:
1047 case TEX_RTF:
1183 case TEX_RTF:
1205 case TEX_RTF:
1347 if (winHelp && (convertMode == TEX_RTF))
[all...]
H A Dtexutils.cpp1103 if ((convertMode == TEX_RTF) && !winHelp)
1414 winHelp = false; convertMode = TEX_RTF;
1418 winHelp = true; convertMode = TEX_RTF;
H A Dtex2any.h26 #define TEX_RTF 1 macro
H A Dtex2any.cpp111 int convertMode = TEX_RTF;
2616 if ((convertMode == TEX_RTF) && !winHelp)
3662 return (((convertMode == TEX_RTF) && !winHelp) ? false : true);
3664 return (!((convertMode == TEX_RTF) && !winHelp) ? false : true);

Completed in 37 milliseconds