Searched refs:refVal (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/basic/source/runtime/ |
| H A D | step0.cxx | 337 inline void checkUnoStructCopy( SbxVariableRef& refVal, SbxVariableRef& refVar ) in checkUnoStructCopy() argument 343 SbxObjectRef xValObj = (SbxObject*)refVal->GetObject(); in checkUnoStructCopy() 352 SbxDataType eValType = refVal->GetType(); in checkUnoStructCopy() 375 SbxVariableRef refVal = PopVar(); in StepPUT() local 400 if ( refVal->GetType() == SbxOBJECT ) in StepPUT() 402 SbxVariable* pDflt = getDefaultProp( refVal ); in StepPUT() 404 refVal = pDflt; in StepPUT() 408 *refVar = *refVal; in StepPUT() 412 checkUnoStructCopy( refVal, refVar ); in StepPUT() 465 void SbiRuntime::StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, bool bHandleDefaultP… in StepSET_Impl() argument [all …]
|
| H A D | step1.cxx | 37 bool checkUnoObjectType( SbUnoObject* refVal, const ::rtl::OUString& aClass ); 450 bool SbiRuntime::checkClass_Impl( const SbxVariableRef& refVal, in checkClass_Impl() argument 455 SbxDataType t = refVal->GetType(); in checkClass_Impl() 459 SbxVariable* pVal = (SbxVariable*)refVal; in checkClass_Impl() 464 pObj = (SbxObject*) refVal->GetObject(); in checkClass_Impl() 509 SbxVariableRef refVal = PopVar(); in StepSETCLASS_impl() local 513 bool bOk = checkClass_Impl( refVal, aClass, true ); in StepSETCLASS_impl() 515 StepSET_Impl( refVal, refVar, bHandleDflt ); // don't do handle dflt prop for a "proper" set in StepSETCLASS_impl()
|
| /trunk/main/basic/source/inc/ |
| H A D | runtime.hxx | 400 …void StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, bool bDefaultHandling = false ); 417 …bool checkClass_Impl( const SbxVariableRef& refVal, const String& aClass, bool bRaiseErrors, bool …
|