Lines Matching refs:_rPropertyName
151 …virtual void SAL_CALL enablePropertyUI( const ::rtl::OUString& _rPropertyName, ::sal_Bool _bEnable…
152 …virtual void SAL_CALL enablePropertyUIElements( const ::rtl::OUString& _rPropertyName, ::sal_Int16…
153 …virtual void SAL_CALL rebuildPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeExc…
154 …virtual void SAL_CALL showPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeExcept…
155 …virtual void SAL_CALL hidePropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeExcept…
157 …ropertyControl > SAL_CALL getPropertyControl( const ::rtl::OUString& _rPropertyName ) throw (Runti…
176 …void impl_markElementEnabledOrDisabled( const ::rtl::OUString& _rPropertyName, sal_Int16 _nElem…
269 …void CachedInspectorUI::enablePropertyUI( const ::rtl::OUString& _rPropertyName, sal_Bool _bEnable… in enablePropertyUI() argument
272 if ( !m_rMaster.shouldContinuePropertyHandling( _rPropertyName ) ) in enablePropertyUI()
275 …lcl_markStringKeyPositiveOrNegative( _rPropertyName, aEnabledProperties, aDisabledProperties, _bEn… in enablePropertyUI()
280 …spectorUI::impl_markElementEnabledOrDisabled( const ::rtl::OUString& _rPropertyName, sal_Int16 _nE… in impl_markElementEnabledOrDisabled() argument
286 _rPropertyName, in impl_markElementEnabledOrDisabled()
300 …void CachedInspectorUI::enablePropertyUIElements( const ::rtl::OUString& _rPropertyName, sal_Int16… in enablePropertyUIElements() argument
303 if ( !m_rMaster.shouldContinuePropertyHandling( _rPropertyName ) ) in enablePropertyUIElements()
306 …impl_markElementEnabledOrDisabled( _rPropertyName, _nElements & PropertyLineElement::InputControl,… in enablePropertyUIElements()
307 …impl_markElementEnabledOrDisabled( _rPropertyName, _nElements & PropertyLineElement::PrimaryButton… in enablePropertyUIElements()
308 …impl_markElementEnabledOrDisabled( _rPropertyName, _nElements & PropertyLineElement::SecondaryButt… in enablePropertyUIElements()
314 …void CachedInspectorUI::rebuildPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeE… in rebuildPropertyUI() argument
317 if ( !m_rMaster.shouldContinuePropertyHandling( _rPropertyName ) ) in rebuildPropertyUI()
320 aRebuiltProperties.insert( _rPropertyName ); in rebuildPropertyUI()
326 …void CachedInspectorUI::showPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeExce… in showPropertyUI() argument
329 if ( !m_rMaster.shouldContinuePropertyHandling( _rPropertyName ) ) in showPropertyUI()
332 aShownProperties.insert( _rPropertyName ); in showPropertyUI()
334 aHiddenProperties.erase( _rPropertyName ); in showPropertyUI()
340 …void CachedInspectorUI::hidePropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeExce… in hidePropertyUI() argument
343 if ( !m_rMaster.shouldContinuePropertyHandling( _rPropertyName ) ) in hidePropertyUI()
346 aHiddenProperties.insert( _rPropertyName ); in hidePropertyUI()
360 …L_CALL CachedInspectorUI::getPropertyControl( const ::rtl::OUString& _rPropertyName ) throw (Runti… in getPropertyControl() argument
363 if ( !m_rMaster.shouldContinuePropertyHandling( _rPropertyName ) ) in getPropertyControl()
366 return m_rMaster.getDelegatorUI()->getPropertyControl( _rPropertyName ); in getPropertyControl()
515 void operator()( const ::rtl::OUString& _rPropertyName ) in operator ()()
517 ((m_xUpdater.get())->*m_pSetter)( _rPropertyName ); in operator ()()
627 void operator()( const ::rtl::OUString& _rPropertyName ) in operator ()()
629 m_rUpdater.updateUIForKey( _rPropertyName, m_bFlag ); in operator ()()