Searched refs:TGFUNCTION (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/starmath/source/ |
H A D | parse.cxx | 155 { "cos", TCOS, '\0', TGFUNCTION, 5}, 156 { "cosh", TCOSH, '\0', TGFUNCTION, 5}, 157 { "cot", TCOT, '\0', TGFUNCTION, 5}, 158 { "coth", TCOTH, '\0', TGFUNCTION, 5}, 181 { "exp", TEXP, '\0', TGFUNCTION, 5}, 188 { "func", TFUNC, '\0', TGFUNCTION, 5}, 227 { "ln", TLN, '\0', TGFUNCTION, 5}, 228 { "log", TLOG, '\0', TGFUNCTION, 5}, 298 { "sin", TSIN, '\0', TGFUNCTION, 5}, 299 { "sinh", TSINH, '\0', TGFUNCTION, 5}, [all …]
|
/aoo42x/main/starmath/inc/ |
H A D | parse.hxx | 52 #define TGFUNCTION 0x00000100 macro
|
Completed in 17 milliseconds