Searched refs:refVal (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/basic/source/runtime/ |
H A D | step0.cxx | 375 SbxVariableRef refVal = PopVar(); in StepPUT() local 404 refVal = pDflt; in StepPUT() 408 *refVar = *refVal; in StepPUT() 498 refVal = refObjVal; in StepSET_Impl() 500 refVal = NULL; in StepSET_Impl() 507 if( !refVal ) in StepSET_Impl() 563 refVal = pDflt; in StepSET_Impl() 594 *refVar = *refVal; in StepSET_Impl() 598 *refVar = *refVal; in StepSET_Impl() 678 SbxVariableRef refVal = PopVar(); in StepSET() local [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()
|
/aoo41x/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 …
|
Completed in 26 milliseconds