Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx365 XclExpScToken UnaryPreTerm( XclExpScToken aTokData, bool bInParentheses );
1071 aTokData = UnaryPreTerm( aTokData, bInParentheses ); in UnaryPostTerm()
1081 XclExpScToken XclExpFmlaCompImpl::UnaryPreTerm( XclExpScToken aTokData, bool bInParentheses ) in UnaryPreTerm() function in XclExpFmlaCompImpl
1087 aTokData = UnaryPreTerm( GetNextToken(), bInParentheses ); in UnaryPreTerm()