Searched refs:SbxNUMVAL (Results 1 – 2 of 2) sorted by relevance
60 eNodeType = SbxNUMVAL; in SbiExprNode()175 if( eNodeType == SbxNUMVAL ) in IsIntConst()193 return sal_Bool( eNodeType == SbxNUMVAL ); in IsNumber()295 eNodeType = SbxNUMVAL; in FoldConstants()355 eNodeType = SbxNUMVAL; in FoldConstants()446 eNodeType = SbxNUMVAL; in FoldConstants()469 if( eNodeType == SbxNUMVAL ) in FoldConstants()
77 SbxNUMVAL, // nVal = Wert enumerator136 { return sal_Bool( eNodeType == SbxSTRVAL || eNodeType == SbxNUMVAL ); } in IsConstant()
Completed in 10 milliseconds