Searched refs:TABS (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 | 112 public static final int TABS = 0x18; field
|
H A D | FunctionLookup.java | 95 addEntry("ABS", TokenConstants.TABS, 1); in initialize()
|
/aoo41x/main/starmath/source/ |
H A D | parse.cxx | 120 { "abs", TABS, '\0', TGUNOPER, 13 }, 1725 case TABS : in UnOper() 1760 if (eType == TABS) in UnOper() 1767 aNodeToken.eType = TABS; in UnOper()
|
H A D | node.cxx | 1647 bIsABS = GetToken().eType == TABS; in Arrange()
|
/aoo41x/main/starmath/inc/ |
H A D | parse.hxx | 73 TSUM, TOPER, TABS, TSQRT, TFACT, enumerator
|
Completed in 81 milliseconds