Searched refs:TFUNC (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | TokenConstants.java | 50 public static final int TFUNC = 0x41; field
|
H A D | TokenDecoder.java | 127 case TokenConstants.TFUNC : in getTokenVector()
|
H A D | TokenEncoder.java | 546 tmpByteArray.add(new Byte((byte)TokenConstants.TFUNC)); in functionEncoder()
|
/aoo41x/main/starmath/inc/ |
H A D | parse.hxx | 85 TSIN, TCOS, TTAN, TCOT, TFUNC, enumerator
|
/aoo41x/main/starmath/source/ |
H A D | parse.cxx | 186 { "func", TFUNC, '\0', TGFUNCTION, 5}, 2158 case TFUNC: in Function()
|
Completed in 51 milliseconds