Home
last modified time | relevance | path

Searched refs:TUMINUS (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java140 case TokenConstants.TUMINUS: in getTokenVector()
446 } else if(b==TokenConstants.TUMINUS) { in readOperatorToken()
H A DOperatorLookup.java50 addEntry("UNARY_MINUS", TokenConstants.TUMINUS); in initialize()
H A DTokenConstants.java30 public static final int TUMINUS = 0x13; field