Home
last modified time | relevance | path

Searched refs:TMPL (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/starmath/source/
H A Dmathtype.cxx1842 case TMPL: in HandleRecords()
2208 *pS << sal_uInt8(TMPL); // Template in StartTemplate()
2297 *pS << sal_uInt8(TMPL); // Template in HandleRoot()
2348 *pS << sal_uInt8(TMPL); // Template in HandleCScript()
2410 *pS << sal_uInt8(TMPL); // Template in HandleSubSupScript()
2461 *pS << sal_uInt8(TMPL); // Template in HandleSubSupScript()
2496 *pS << sal_uInt8(TMPL); // Template in HandleFractions()
2524 *pS << sal_uInt8(TMPL); // Template in HandleBrace()
2604 *pS << sal_uInt8(TMPL); // Template in HandleVerticalBrace()
2677 *pS << sal_uInt8(TMPL); in HandleOperator()
H A Dmathtype.hxx156 enum MTOKENS {END,LINE,CHAR,TMPL,PILE,MATRIX,EMBEL,RULER,FONT,SIZE}; enumerator
/AOO42X/main/helpcontent2/helpers/
H A Dcreatemakefile.pl60 if (open TMPL, $makefiletemplate) {
62 $tmpl = <TMPL>;
63 close TMPL;