Lines Matching refs:SbxVariable

48 SbxVariable* getDefaultProp( SbxVariable* pRef );
57 SbxVariable* p2 = GetTOS(); in StepArith()
72 SbxVariable* pDflt = getDefaultProp( p2 ); in StepArith()
81 p2 = new SbxVariable( *pDflt ); in StepArith()
96 SbxVariable* p = GetTOS(); in StepUnary()
123 SbxVariable* pDflt = getDefaultProp( p1 ); in StepCompare()
138 static SbxVariable* pTRUE = NULL; in StepCompare()
139 static SbxVariable* pFALSE = NULL; in StepCompare()
145 pTRUE = new SbxVariable; in StepCompare()
155 pFALSE = new SbxVariable; in StepCompare()
290 SbxVariable* pRes = new SbxVariable; in StepLIKE()
323 SbxVariable* pRes = new SbxVariable; in StepIS()
332 SbxVariable* p = GetTOS(); in StepGET()
380 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepPUT()
396 SbxVariable* pDflt = getDefaultProp( refVar ); in StepPUT()
402 SbxVariable* pDflt = getDefaultProp( refVal ); in StepPUT()
444 size_t operator()( SbxVariable* pVar ) const in operator ()()
448 typedef std::hash_map< SbxVariable*, DimAsNewRecoverItem, SbxVariablePtrHash > DimAsNewRecoverHash;
452 void removeDimAsNewRecoverItem( SbxVariable* pVar ) in removeDimAsNewRecoverItem()
516 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepSET_Impl()
522 SbProcedureProperty* pProcProperty = PTR_CAST(SbProcedureProperty,(SbxVariable*)refVar); in StepSET_Impl()
534 SbxVariable* pDflt = getDefaultProp( refVar ); in StepSET_Impl()
549 pObj = PTR_CAST(SbxObject,(SbxVariable*)refVar); in StepSET_Impl()
558 SbxVariable* pDflt = NULL; in StepSET_Impl()
704 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepLSET()
740 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepRSET()
849 SbxVariable* pSource = pOldArray->Get32( pActualIndices ); in implCopyDimArray()
850 SbxVariable* pDest = pNewArray->Get32( pActualIndices ); in implCopyDimArray()
1061 SbxVariable* pCopyVar = new SbxVariable( t ); in StepBYVAL()
1093 SbxVariable* pRes = new SbxVariable( *pVal ); in StepARGV()
1418 SbxVariableRef xVar = new SbxVariable( SbxVARIANT ); in StepEMPTY()