Home
last modified time | relevance | path

Searched refs:bHandleDefaultProp (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dstep0.cxx465 …SbiRuntime::StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, bool bHandleDefaultProp ) in StepSET_Impl() argument
471 if( !bHandleDefaultProp && eVarType != SbxOBJECT && !(eVarType & SbxARRAY) && refVar->IsFixed() ) in StepSET_Impl()
480 if( !bHandleDefaultProp && eValType != SbxOBJECT && !(eValType & SbxARRAY) && refVal->IsFixed() ) in StepSET_Impl()
488 if ( !bHandleDefaultProp || ( bHandleDefaultProp && eValType == SbxOBJECT ) ) in StepSET_Impl()
526 if ( bHandleDefaultProp ) in StepSET_Impl()
668 if ( !bHandleDefaultProp || ( bHandleDefaultProp && ( refVar->GetType() != SbxEMPTY ) ) ) in StepSET_Impl()

Completed in 18 milliseconds