• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/

Lines Matching defs:true

107 int             mirrorMargins = true;
108 bool winHelp = false; // Output in Windows Help format if true, linear otherwise
116 bool compatibilityMode = false; // If true, maximum Latex compatibility
125 bool useUpButton = true;
134 bool useHeadingStyles = true; // Insert \s1, s2 etc.
135 bool useWord = true; // Insert proper Word table of contents, etc etc
137 bool indexSubsections = true; // Index subsections in linear RTF
203 bool isSync = false; // If true, should not yield to other processes.
204 bool stopRunning = false; // If true, should abort.
208 bool haveArgData = false; // If true, we're simulating the data.
304 *parseToBrace = true;
388 bool keepGoing = true;
389 bool moreLines = true;
418 return true;
721 readingVerbatim = true;
722 readInVerbatim = true;
846 readInVerbatim = true;
910 end = true;
933 return true;
966 stopRunning = true;
974 * 'parseToBrace' is true if the argument should extend to the next right brace,
1002 isOptional = true;
1007 isOptional = true;
1168 end = true;
1201 end = true;
1266 bool tmpParseToBrace = true;
1306 ParseArg(thisArg, children, macroBuf, 0, NULL, true, chunk);
1351 buffer, pos, NULL, true, customMacroArgs);
1362 ParseArg(thisArg, children, macroBuf, 0, NULL, true, chunk);
1406 pos = ParseArg(arg, arg->children, buffer, pos, NULL, true, customMacroArgs);
1626 isOptional = true;
1631 isOptional = true;
1696 ParseMacroBody(_T("toplevel"), TopLevel, 1, line_buffer, 0, NULL, true);
1698 return true;
1893 OnMacro(chunk->macroId, chunk->no_args, true);
1919 if (childrenOnly || OnArgument(chunk->macroId, chunk->argn, true))
1954 TexOutput(chunk->value, true);
2167 AddMacroDef(ltCOMMENT, _T("comment"), 1, true);
2235 AddMacroDef(ltHELPIGNORE, _T("helpignore"), 1, true);
2260 AddMacroDef(ltINPUT, _T("input"), 1, true);
2594 OnMacro(ltPAR, 0, true);
2614 OnMacro(ltPAR, 0, true);
2618 OnMacro(ltPAR, 0, true);
2635 TexOutput(_T("<<"), true);
2644 TexOutput(_T(">>"), true);
2649 TexOutput(_T("~"), true);
2653 TexOutput(_T("~"), true);
2657 TexOutput(_T(" "), true);
2661 TexOutput(_T("_"), true);
2665 TexOutput(_T("#"), true);
2669 TexOutput(_T("&"), true);
2673 TexOutput(_T(" "), true);
2677 TexOutput(_T("|"), true);
2681 TexOutput(_T("%"), true);
2685 TexOutput(_T("$"), true);
2689 TexOutput(_T(""), true);
2693 TexOutput(_T(""), true);
2697 TexOutput(_T("{"), true);
2701 TexOutput(_T("}"), true);
2705 TexOutput(_T("(c)"), true);
2709 TexOutput(_T("(r)"), true);
2713 TexOutput(_T("\\"), true);
2718 TexOutput(_T("..."), true);
2722 TexOutput(_T("|"), true);
2726 TexOutput(_T("LaTeX"), true);
2730 TexOutput(_T("TeX"), true);
2735 TexOutput(wxString::FromAscii("�"), true);
2758 TexOutput(wxCtime(&when), true);
3253 TexOutput(texRef->sectionNumber + i, true);
3262 else TexOutput(_T("??"), true);
3314 OnMacro(ltHELPFONTSIZE, 1, true);
3316 haveArgData = true;
3317 OnArgument(ltHELPFONTSIZE, 1, true);
3408 TexOutput(ref->sectionNumber, true);
3419 TexOutput(_T(", "), true);
3455 TexOutput(_T(" ??"), true);
3504 TexOutput(_T(" ("), true);
3506 TexOutput(_T(")"), true);
3604 else return true;
3607 return true;
3624 else return true;
3627 return true;
3644 else return true;
3647 return true;
3652 return true;
3654 return ((convertMode == TEX_XLP) ? false : true);
3656 return ((convertMode != TEX_XLP) ? false : true);
3658 return ((convertMode == TEX_HTML) ? false : true);
3660 return ((convertMode != TEX_HTML) ? false : true);
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);
3670 return true;
3795 return true;