Home
last modified time | relevance | path

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

/trunk/main/basic/source/comp/
H A Dexprnode.cxx60 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()
/trunk/main/basic/source/inc/
H A Dexpr.hxx77 SbxNUMVAL, // nVal = Wert enumerator
136 { return sal_Bool( eNodeType == SbxSTRVAL || eNodeType == SbxNUMVAL ); } in IsConstant()

Completed in 15 milliseconds