Lines Matching refs:SbxVariable
43 SbxVariable* p = new SbxVariable( SbxDOUBLE ); in StepLOADNC()
67 SbxVariable* p = new SbxVariable; in StepLOADSC()
76 SbxVariable* p = new SbxVariable; in StepLOADI()
106 SbxVariable* pVar = refArgv->Get( refArgv->Count() - 1 ); // letztes Arg in StepARGTYP()
115 pVar = new SbxVariable( *pVar ); in StepARGTYP()
145 SbxVariable* p = GetTOS(); in StepPAD()
257 SbxDimArray* pArray = (SbxDimArray*)(SbxVariable*)p->refEnd; in StepTESTFOR()
266 SbxVariable* pVal = pArray->Get32( p->pArrayCurIndices ); in StepTESTFOR()
291 BasicCollection* pCollection = (BasicCollection*)(SbxVariable*)pForStk->refEnd; in StepTESTFOR()
296 SbxVariable* pRes = xItemArray->Get32( pForStk->nCurCollectionIndex ); in StepTESTFOR()
312 SbxVariableRef xVar = new SbxVariable( SbxVARIANT ); in StepTESTFOR()
313 unoToSbxValue( (SbxVariable*)xVar, aElem ); in StepTESTFOR()
441 SbxVariable* pClassVar = in implIsClass()
459 SbxVariable* pVal = (SbxVariable*)refVal; in checkClass_Impl()
535 SbxVariable* pRet = new SbxVariable; in StepTESTCLASS()
553 SbxVariable* p1 = new SbxVariable; in StepBASED()