Searched refs:winHelp (Results 1 - 5 of 5) 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.cpp52 extern bool winHelp;
270 if (winHelp && winHelpContents && WinHelpContentsFile)
1114 if (winHelpContents && winHelp && !InPopups())
1121 if (winHelp)
1173 if (winHelp)
1185 if (winHelp)
1208 if (!winHelp && useHeadingStyles && (macroId == ltCHAPTER || macroId == ltCHAPTERHEADING || macroId == ltCHAPTERHEADINGSTAR))
1210 wxFprintf(Chapters, _T("\\pard{%s"), ((winHelp && !InPopups()) ? _T("\\keepn\\sa140\\sb140") : styleCommand));
1212 if (!winHelp)
1260 if (winHelpContents && winHelp
[all...]
H A Dtex2rtf.cpp195 winHelp = true;
425 if(winHelp)
797 winHelp = false;
808 winHelp = true;
819 winHelp = false;
1347 if (winHelp && (convertMode == TEX_RTF))
1349 else if (!winHelp && (convertMode == TEX_RTF))
H A Dtexutils.cpp1103 if ((convertMode == TEX_RTF) && !winHelp)
1414 winHelp = false; convertMode = TEX_RTF;
1418 winHelp = true; convertMode = TEX_RTF;
H A Dtex2any.h220 extern bool winHelp; // Output in Windows Help format if true, linear otherwise
H A Dtex2any.cpp108 bool winHelp = false; // Output in Windows Help format if true, linear otherwise variable
2616 if ((convertMode == TEX_RTF) && !winHelp)
3662 return (((convertMode == TEX_RTF) && !winHelp) ? false : true);
3664 return (!((convertMode == TEX_RTF) && !winHelp) ? false : true);
3666 return (winHelp ? false : true);
3668 return (!winHelp ? false : true);

Completed in 89 milliseconds