Lines Matching refs:SbxVariable

50 SbxVariable* getVBAConstant( const String& rName );
56 SbxVariable* SbiRuntime::FindElement in FindElement()
67 SbxVariable* pElem = NULL; in FindElement()
71 pElem = new SbxVariable; in FindElement()
86 SbxVariable* p = new SbxVariable; in FindElement()
150 pElem = new SbxVariable( t ); in FindElement()
153 pElem->SbxVariable::Put( aRes ); in FindElement()
197 xDummyVar = new SbxVariable( SbxVARIANT ); in FindElement()
213 pElem = new SbxVariable( t ); in FindElement()
254 SbxVariable* pNew = new SbxMethod( *((SbxMethod*)pElem) ); // das ist der Call! in FindElement()
275 SbxVariable* pNew = new SbxVariable( *((SbxVariable*)pElem) ); // das ist der Call! in FindElement()
289 SbxVariable* pElem = NULL; in FindElementExtern()
323 pElem = new SbxVariable( SbxSTRING ); in FindElementExtern()
354 void SbiRuntime::SetupArgs( SbxVariable* p, sal_uInt32 nOp1 ) in SetupArgs()
400 SbxVariable* pVar = refArgv->Get( i ); in SetupArgs()
429 SbxVariable* meth = pUnoObj->Find( sDefaultMethod, SbxCLASS_METHOD ); in SetupArgs()
447 SbxVariable* pVar = refArgv->Get( i ); in SetupArgs()
484 SbxVariable* SbiRuntime::CheckArray( SbxVariable* pElem ) in CheckArray()
508 pElem = new SbxVariable; in CheckArray()
568 pElem = new SbxVariable( SbxVARIANT ); in CheckArray()
597SbxVariable* meth = pUnoObj->Find( sDefaultMethod, SbxCLASS_METHOD ); in CheckArray()
602 SbxVariable* pNew = new SbxMethod( *(SbxMethod*)meth ); in CheckArray()
615 pElem = new SbxVariable( SbxVARIANT ); in CheckArray()
680 SbxObject* pObj = PTR_CAST(SbxObject,(SbxVariable*) pObjVar); in StepELEM()
692 SaveRef( (SbxVariable*)pObj ); in StepELEM()
706 SbxVariable* p; in StepPARAM()
715 p = new SbxVariable(); in StepPARAM()
753 p = new SbxVariable(); in StepPARAM()
766 SbxVariable* q = new SbxVariable( t ); in StepPARAM()
833 SbxVariable* p = refExprStk->Get( 0 ); in StepSTMNT()
955 SbxVariable* pNew = new SbxVariable; in StepCREATE()
986 SbxVariable* pSource = pOldArray->Get32( pActualIndices ); in implCopyDimArray_DCREATE()
1116 SbxVariable* pNew = new SbxVariable; in StepTCREATE()
1122 void SbiRuntime::implHandleSbxFlags( SbxVariable* pVar, SbxDataType t, sal_uInt32 nOp2 ) in implHandleSbxFlags()
1156 SbxVariable* p = new SbxVariable( t ); in StepLOCAL()
1270 SbxVariable* pDummyVar = new SbxVariable( t ); in StepFIND_G()
1277 SbxVariable* SbiRuntime::StepSTATIC_Impl( String& aName, SbxDataType& t ) in StepSTATIC_Impl()
1279 SbxVariable* p = NULL; in StepSTATIC_Impl()
1285 p = new SbxVariable( t ); in StepSTATIC_Impl()