Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx364 XclExpScToken UnaryPostTerm( XclExpScToken aTokData, bool bInParentheses );
1058 aTokData = UnaryPostTerm( aTokData, bInParentheses ); in PowTerm()
1063 aTokData = UnaryPostTerm( GetNextToken(), bInParentheses ); in PowTerm()
1069 XclExpScToken XclExpFmlaCompImpl::UnaryPostTerm( XclExpScToken aTokData, bool bInParentheses ) in UnaryPostTerm() function in XclExpFmlaCompImpl