Home
last modified time | relevance | path

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

/AOO42X/main/basic/source/inc/ !
H A Dexpr.hxx82 SbxNEW, // new <type> expression enumerator
114 … { return sal_Bool( eNodeType != SbxNODE && eNodeType != SbxTYPEOF && eNodeType != SbxNEW ); } in IsOperand()
118 { return sal_Bool( eNodeType == SbxNEW ); } in IsNew()
/AOO42X/main/basic/source/comp/ !
H A Dexprnode.cxx105 eNodeType = SbxNEW; in SbiExprNode()