Lines Matching refs:nHandle
195 …un::star::uno::Any OGeometryControlModel_Base::ImplGetDefaultValueByHandle(sal_Int32 nHandle) const in ImplGetDefaultValueByHandle()
199 switch ( nHandle ) in ImplGetDefaultValueByHandle()
217 …n::star::uno::Any OGeometryControlModel_Base::ImplGetPropertyValueByHandle(sal_Int32 nHandle) const in ImplGetPropertyValueByHandle()
221 switch ( nHandle ) in ImplGetPropertyValueByHandle()
239 …void OGeometryControlModel_Base::ImplSetPropertyValueByHandle(sal_Int32 nHandle, const :: com::sun… in ImplSetPropertyValueByHandle() argument
241 switch ( nHandle ) in ImplSetPropertyValueByHandle()
341 …:star::beans::PropertyState OGeometryControlModel_Base::getPropertyStateByHandle(sal_Int32 nHandle) in getPropertyStateByHandle() argument
343 ::com::sun::star::uno::Any aValue = ImplGetPropertyValueByHandle( nHandle ); in getPropertyStateByHandle()
344 ::com::sun::star::uno::Any aDefault = ImplGetDefaultValueByHandle( nHandle ); in getPropertyStateByHandle()
350 void OGeometryControlModel_Base::setPropertyToDefaultByHandle(sal_Int32 nHandle) in setPropertyToDefaultByHandle() argument
352 ImplSetPropertyValueByHandle( nHandle , ImplGetDefaultValueByHandle( nHandle ) ); in setPropertyToDefaultByHandle()
356 …n::star::uno::Any OGeometryControlModel_Base::getPropertyDefaultByHandle( sal_Int32 nHandle ) const in getPropertyDefaultByHandle()
358 return ImplGetDefaultValueByHandle( nHandle ); in getPropertyDefaultByHandle()