Searched refs:refVar (Results 1 – 12 of 12) sorted by relevance
| /AOO41X/main/basic/source/runtime/ |
| H A D | step0.cxx | 337 inline void checkUnoStructCopy( SbxVariableRef& refVal, SbxVariableRef& refVar ) in checkUnoStructCopy() argument 339 SbxDataType eVarType = refVar->GetType(); in checkUnoStructCopy() 348 if( refVar->ISA(SbProcedureProperty) ) in checkUnoStructCopy() 351 SbxObjectRef xVarObj = (SbxObject*)refVar->GetObject(); in checkUnoStructCopy() 364 refVar->PutObject( pNewUnoObj ); in checkUnoStructCopy() 376 SbxVariableRef refVar = PopVar(); in StepPUT() local 380 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepPUT() 383 n = refVar->GetFlags(); in StepPUT() 384 refVar->SetFlag( SBX_WRITE ); in StepPUT() 394 if ( refVar->GetType() == SbxOBJECT ) in StepPUT() [all …]
|
| H A D | methods1.cxx | 167 SbxVariableRef refVar = rPar.Get(0); in RTLFUNC() local 168 refVar->Put( aVals ); in RTLFUNC() 220 SbxVariableRef refVar = rPar.Get(0); in RTLFUNC() local 223 pMeth->Call( refVar ); in RTLFUNC() 800 SbxVariableRef refVar = rPar.Get(0); in RTLFUNC() local 801 sal_uInt16 nFlags = refVar->GetFlags(); in RTLFUNC() 802 refVar->ResetFlag( SBX_FIXED ); in RTLFUNC() 803 refVar->PutObject( pArray ); in RTLFUNC() 804 refVar->SetFlags( nFlags ); in RTLFUNC() 805 refVar->SetParameters( NULL ); in RTLFUNC() [all …]
|
| H A D | step1.cxx | 244 if( pForStk->refVar->Compare( eOp, *pForStk->refEnd ) ) in StepTESTFOR() 267 *(p->refVar) = *pVal; in StepTESTFOR() 298 (*pForStk->refVar) = *pRes; in StepTESTFOR() 314 (*pForStk->refVar) = *xVar; in StepTESTFOR() 510 SbxVariableRef refVar = PopVar(); in StepSETCLASS_impl() local 515 StepSET_Impl( refVal, refVar, bHandleDflt ); // don't do handle dflt prop for a "proper" set in StepSETCLASS_impl()
|
| H A D | runtime.cxx | 1126 p->refVar = PopVar(); in PushFor() 1127 *(p->refVar) = *xBgn; in PushFor() 1216 p->refVar = PopVar(); in PushForEach()
|
| H A D | step2.cxx | 995 SbxVariableRef refVar = PopVar(); in StepDCREATE_IMPL() local 997 DimImpl( refVar ); in StepDCREATE_IMPL() 1000 SbxBaseRef xObj = (SbxBase*)refVar->GetObject(); in StepDCREATE_IMPL()
|
| H A D | methods.cxx | 4087 SbxVariableRef refVar = rPar.Get(0); in RTLFUNC() local 4088 sal_uInt16 nFlags = refVar->GetFlags(); in RTLFUNC() 4089 refVar->ResetFlag( SBX_FIXED ); in RTLFUNC() 4090 refVar->PutObject( pArray ); in RTLFUNC() 4091 refVar->SetFlags( nFlags ); in RTLFUNC() 4092 refVar->SetParameters( NULL ); in RTLFUNC()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxexec.cxx | 108 SbxVariableRef refVar; in QualifiedName() local 113 refVar = Element( pObj, pGbl, &p, t, aCharClass ); in QualifiedName() 114 while( refVar.Is() && (*p == '.' || *p == '!') ) in QualifiedName() 118 pObj = PTR_CAST(SbxObject,(SbxVariable*) refVar); in QualifiedName() 121 pObj = PTR_CAST(SbxObject,refVar->GetObject()); in QualifiedName() 122 refVar.Clear(); in QualifiedName() 127 refVar = Element( pObj, pGbl, &p, t, aCharClass ); in QualifiedName() 133 if( refVar.Is() ) in QualifiedName() 134 refVar->AddRef(); in QualifiedName() 135 return refVar; in QualifiedName() [all …]
|
| H A D | sbxobj.cxx | 703 SbxVariableRef refVar = pArray->Get( nIdx ); in SetPos() local 705 pArray->Insert( refVar, nPos ); in SetPos()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 3076 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoStruct() local 3077 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoStruct() 3110 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoService() local 3121 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoService() 3125 refVar->PutObject( NULL ); in RTL_Impl_CreateUnoService() 3130 refVar->PutObject( NULL ); in RTL_Impl_CreateUnoService() 3168 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoServiceWithArguments() local 3179 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoServiceWithArguments() 3183 refVar->PutObject( NULL ); in RTL_Impl_CreateUnoServiceWithArguments() 3188 refVar->PutObject( NULL ); in RTL_Impl_CreateUnoServiceWithArguments() [all …]
|
| H A D | propacc.cxx | 400 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreatePropertySet() local 418 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreatePropertySet() 424 refVar->PutObject( NULL ); in RTL_Impl_CreatePropertySet()
|
| H A D | eventatt.cxx | 589 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoDialog() local 590 unoToSbxValue( (SbxVariable*)refVar, aRetVal ); in RTL_Impl_CreateUnoDialog()
|
| /AOO41X/main/basic/source/inc/ |
| H A D | runtime.hxx | 102 SbxVariableRef refVar; // loop variable member 382 void DimImpl( SbxVariableRef refVar ); 400 …void StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, bool bDefaultHandling = false );
|