Searched refs:TGPOWER (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/starmath/source/ |
H A D | parse.cxx | 159 { "csub", TCSUB, '\0', TGPOWER, 0}, 160 { "csup", TCSUP, '\0', TGPOWER, 0}, 229 { "lsub", TLSUB, '\0', TGPOWER, 0}, 230 { "lsup", TLSUP, '\0', TGPOWER, 0}, 285 { "rsub", TRSUB, '\0', TGPOWER, 0}, 286 { "rsup", TRSUP, '\0', TGPOWER, 0}, 304 { "sub", TRSUB, '\0', TGPOWER, 0}, 308 { "sup", TRSUP, '\0', TGPOWER, 0}, 1358 if (TokenInGroup(TGPOWER)) in OpSubSup() 1359 SubSup(TGPOWER); in OpSubSup() [all …]
|
/aoo42x/main/starmath/inc/ |
H A D | parse.hxx | 49 #define TGPOWER 0x00000020 macro
|
Completed in 30 milliseconds