Searched refs:TGPOWER (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/starmath/source/ |
H A D | parse.cxx | 158 { "csub", TCSUB, '\0', TGPOWER, 0}, 159 { "csup", TCSUP, '\0', TGPOWER, 0}, 225 { "lsub", TLSUB, '\0', TGPOWER, 0}, 226 { "lsup", TLSUP, '\0', TGPOWER, 0}, 277 { "rsub", TRSUB, '\0', TGPOWER, 0}, 278 { "rsup", TRSUP, '\0', TGPOWER, 0}, 295 { "sub", TRSUB, '\0', TGPOWER, 0}, 299 { "sup", TRSUP, '\0', TGPOWER, 0}, 1348 if (TokenInGroup(TGPOWER)) in OpSubSup() 1349 SubSup(TGPOWER); in OpSubSup() [all …]
|
/aoo41x/main/starmath/inc/ |
H A D | parse.hxx | 49 #define TGPOWER 0x00000020 macro
|
Completed in 17 milliseconds