Lines Matching refs:SbxOBJECT
69 && ( p2->GetType() == SbxOBJECT || p2->GetType() == SbxVARIANT ) in StepArith()
121 else if ( p1Type == SbxOBJECT ) in StepCompare()
319 sal_Bool bRes = sal_Bool( eType1 == SbxOBJECT && eType2 == SbxOBJECT ); in StepIS()
340 if( eVarType != SbxOBJECT ) in checkUnoStructCopy()
353 if( eValType == SbxOBJECT && xVarObj == xValObj ) in checkUnoStructCopy()
394 if ( refVar->GetType() == SbxOBJECT ) in StepPUT()
400 if ( refVal->GetType() == SbxOBJECT ) in StepPUT()
471 … if( !bHandleDefaultProp && eVarType != SbxOBJECT && !(eVarType & SbxARRAY) && refVar->IsFixed() ) in StepSET_Impl()
480 … if( !bHandleDefaultProp && eValType != SbxOBJECT && !(eValType & SbxARRAY) && refVal->IsFixed() ) in StepSET_Impl()
488 if ( !bHandleDefaultProp || ( bHandleDefaultProp && eValType == SbxOBJECT ) ) in StepSET_Impl()
532 if ( refVar->GetType() == SbxOBJECT ) in StepSET_Impl()
542 if ( refVal->GetType() == SbxOBJECT ) in StepSET_Impl()
553 if ( !pObj && refVar->GetType() == SbxOBJECT ) in StepSET_Impl()