Lines Matching refs:_rPropertyName
110 …DValidationPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (Unkno… in getPropertyValue() argument
113 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
130 if ( pType.is() && pType->hasFacet( _rPropertyName ) ) in getPropertyValue()
131 aReturn = pType->getFacet( _rPropertyName ); in getPropertyValue()
140 …DValidationPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _r… in setPropertyValue() argument
143 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
164 pType->setFacet( _rPropertyName, _rValue ); in setPropertyValue()
291 …ference< XObjectInspectorUI >& _rxInspectorUI, const ::rtl::OUString& _rPropertyName, bool _bShow ) in showPropertyUI() argument
294 _rxInspectorUI->showPropertyUI( _rPropertyName ); in showPropertyUI()
296 _rxInspectorUI->hidePropertyUI( _rPropertyName ); in showPropertyUI()
301 …SAL_CALL XSDValidationPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, in describePropertyLine() argument
311 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
437 …pertyHandler::onInteractivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPr… in onInteractivePropertySelection() argument
447 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()