Searched refs:DocumentStyle (Results 1 - 6 of 6) 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.cpp262 if (DocumentStyle == LATEX_ARTICLE)
839 if (DocumentStyle == LATEX_ARTICLE)
859 if (DocumentStyle == LATEX_ARTICLE)
1242 if (DocumentStyle == LATEX_ARTICLE)
1251 if (DocumentStyle == LATEX_ARTICLE)
1271 if ((DocumentStyle == LATEX_ARTICLE) &&
1280 if (DocumentStyle == LATEX_ARTICLE)
1298 if (DocumentStyle == LATEX_REPORT)
1308 if (DocumentStyle == LATEX_REPORT)
1341 if (DocumentStyle
[all...]
H A Dxlputils.cpp119 if (DocumentStyle == LATEX_ARTICLE)
128 if (DocumentStyle == LATEX_ARTICLE)
522 if (DocumentStyle != LATEX_ARTICLE)
534 ((DocumentStyle != LATEX_ARTICLE) ? chapterNo : figureNo),
535 ((DocumentStyle != LATEX_ARTICLE) ? figureNo : 0));
H A Dhtmlutil.cpp847 FILE *jumpFrom = ((DocumentStyle == LATEX_ARTICLE) ? Contents : Chapters);
850 if (DocumentStyle == LATEX_ARTICLE)
868 if (DocumentStyle == LATEX_ARTICLE)
1747 if (DocumentStyle != LATEX_ARTICLE)
1756 if (DocumentStyle != LATEX_ARTICLE)
1774 ((DocumentStyle != LATEX_ARTICLE) ? chapterNo : n),
1775 ((DocumentStyle != LATEX_ARTICLE) ? n : 0));
H A Dtex2any.cpp57 int DocumentStyle = LATEX_REPORT; variable
2042 DocumentStyle = LATEX_REPORT;
2599 if (DocumentStyle == LATEX_ARTICLE)
3296 DocumentStyle = LATEX_ARTICLE;
3298 DocumentStyle = LATEX_REPORT;
3301 DocumentStyle = LATEX_BOOK;
3303 DocumentStyle = LATEX_LETTER;
3305 DocumentStyle = LATEX_SLIDES;
H A Dtex2any.h193 extern int DocumentStyle;
H A Dtexutils.cpp127 if (DocumentStyle == LATEX_ARTICLE)

Completed in 106 milliseconds