Lines Matching refs:_rPropertyName

98 …LL ButtonNavigationHandler::getPropertyState( const ::rtl::OUString& _rPropertyName ) throw (Unkno…  in getPropertyState()  argument
101 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyState()
127 …Any SAL_CALL ButtonNavigationHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) th… in getPropertyValue() argument
130 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
158 …void SAL_CALL ButtonNavigationHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, co… in setPropertyValue() argument
161 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
221 …ationHandler::onInteractivePropertySelection( const ::rtl::OUString& _rPropertyName, sal_Bool _bPr… in onInteractivePropertySelection() argument
224 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()
231 …eReturn = m_xSlaveHandler->onInteractivePropertySelection( _rPropertyName, _bPrimary, _rData, _rxI… in onInteractivePropertySelection()
234 …eReturn = ButtonNavigationHandler_Base::onInteractivePropertySelection( _rPropertyName, _bPrimary,… in onInteractivePropertySelection()
268 …uttonNavigationHandler::describePropertyLine( const ::rtl::OUString& _rPropertyName, const Referen… in describePropertyLine() argument
271 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
278 aReturn = m_xSlaveHandler->describePropertyLine( _rPropertyName, _rxControlFactory ); in describePropertyLine()
281 … aReturn = ButtonNavigationHandler_Base::describePropertyLine( _rPropertyName, _rxControlFactory ); in describePropertyLine()