Searched refs:StepSET_Impl (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/basic/source/runtime/ |
H A D | step0.cxx | 465 void SbiRuntime::StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, bool bHandleDefaultP… in StepSET_Impl() function in SbiRuntime 680 StepSET_Impl( refVal, refVar, bVBAEnabled ); // this is really assigment in StepSET() 688 StepSET_Impl( refVal, refVar, false ); // set obj = something in StepVBASET()
|
H A D | step1.cxx | 515 StepSET_Impl( refVal, refVar, bHandleDflt ); // don't do handle dflt prop for a "proper" set in StepSETCLASS_impl()
|
H A D | methods1.cxx | 193 pRT->StepSET_Impl( pValVar, rFindVar, false ); in RTLFUNC()
|
/aoo42x/main/basic/source/inc/ |
H A D | runtime.hxx | 400 void StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, bool bDefaultHandling = false );
|
Completed in 33 milliseconds