Lines Matching refs:SbxEMPTY
212 aData.eType = SbxEMPTY; in SbxValue()
221 n = SbxEMPTY; in SbxValue()
380 case SbxEMPTY: in Clear()
533 case SbxEMPTY: in Get()
721 case SbxEMPTY: in GET()
882 sal_Bool bRet = SetType( SbxEMPTY ); in PutEmpty()
1010 return sal_Bool( t == SbxEMPTY in ImpIsNumeric()
1033 if( ( t == SbxEMPTY && aData.eType == SbxVOID ) in SetType()
1034 || ( aData.eType == SbxEMPTY && t == SbxVOID ) ) in SetType()
1044 t = SbxEMPTY; in SetType()
1147 else if( eThisType == SbxEMPTY in Compute()
1170 if( rOp.GetType() == SbxEMPTY ) in Compute()
1219 if( rOp.GetType() == SbxEMPTY ) in Compute()
1305 if( rOp.GetType() == SbxEMPTY ) in Compute()
1357 if( rOp.GetType() == SbxEMPTY ) in Compute()
1412 if( rOp.GetType() == SbxEMPTY ) in Compute()
1478 else if( GetType() == SbxEMPTY && rOp.GetType() == SbxEMPTY ) in Compare()
1739 case SbxEMPTY: in LoadData()
1843 case SbxEMPTY: in StoreData()