Searched refs:TMPL (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/helpcontent2/helpers/ |
H A D | createmakefile.pl | 60 if (open TMPL, $makefiletemplate) { 62 $tmpl = <TMPL>; 63 close TMPL;
|
/aoo41x/main/starmath/source/ |
H A D | mathtype.cxx | 1843 case TMPL: in HandleRecords() 2209 *pS << sal_uInt8(TMPL); //Template in StartTemplate() 2298 *pS << sal_uInt8(TMPL); //Template in HandleRoot() 2349 *pS << sal_uInt8(TMPL); //Template in HandleCScript() 2411 *pS << sal_uInt8(TMPL); //Template in HandleSubSupScript() 2462 *pS << sal_uInt8(TMPL); //Template in HandleSubSupScript() 2497 *pS << sal_uInt8(TMPL); //Template in HandleFractions() 2525 *pS << sal_uInt8(TMPL); //Template in HandleBrace() 2605 *pS << sal_uInt8(TMPL); //Template in HandleVerticalBrace() 2678 *pS << sal_uInt8(TMPL); in HandleOperator()
|
H A D | mathtype.hxx | 156 enum MTOKENS {END,LINE,CHAR,TMPL,PILE,MATRIX,EMBEL,RULER,FONT,SIZE}; enumerator
|
Completed in 31 milliseconds