Lines Matching refs:CachedInspectorUI

89     struct CachedInspectorUI : public CachedInspectorUI_Base  struct
119 typedef StringBag& (CachedInspectorUI::*FGetStringBag)(); argument
145CachedInspectorUI( ComposedPropertyUIUpdate& _rMaster, FNotifySingleUIChange _pUIChangeNotificatio…
167 ~CachedInspectorUI();
183 CachedInspectorUI( const CachedInspectorUI& ); // never implemented
184 CachedInspectorUI& operator=( const CachedInspectorUI& ); // never implemented
192 MethodGuard( CachedInspectorUI& rInstance ) in MethodGuard()
201CachedInspectorUI::CachedInspectorUI( ComposedPropertyUIUpdate& _rMaster, FNotifySingleUIChange _p… in CachedInspectorUI() function in pcr::CachedInspectorUI
210 CachedInspectorUI::~CachedInspectorUI() in ~CachedInspectorUI()
215 void CachedInspectorUI::dispose() in dispose()
232 void SAL_CALL CachedInspectorUI::acquire() throw() in acquire()
238 void SAL_CALL CachedInspectorUI::release() throw() in release()
246 void CachedInspectorUI::checkDisposed() const in checkDisposed()
269 …void CachedInspectorUI::enablePropertyUI( const ::rtl::OUString& _rPropertyName, sal_Bool _bEnable… in enablePropertyUI()
280 …void CachedInspectorUI::impl_markElementEnabledOrDisabled( const ::rtl::OUString& _rPropertyName, … in impl_markElementEnabledOrDisabled()
294 void CachedInspectorUI::impl_notifySingleUIChange() const in impl_notifySingleUIChange()
300 …void CachedInspectorUI::enablePropertyUIElements( const ::rtl::OUString& _rPropertyName, sal_Int16… in enablePropertyUIElements()
314 …void CachedInspectorUI::rebuildPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeE… in rebuildPropertyUI()
326 …void CachedInspectorUI::showPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeExce… in showPropertyUI()
340 …void CachedInspectorUI::hidePropertyUI( const ::rtl::OUString& _rPropertyName ) throw (RuntimeExce… in hidePropertyUI()
351 …void CachedInspectorUI::showCategory( const ::rtl::OUString& _rCategory, sal_Bool _bShow ) throw (… in showCategory()
360 …Reference< XPropertyControl > SAL_CALL CachedInspectorUI::getPropertyControl( const ::rtl::OUStrin… in getPropertyControl()
370 …void SAL_CALL CachedInspectorUI::registerControlObserver( const Reference< XPropertyControlObserve… in registerControlObserver()
379 …void SAL_CALL CachedInspectorUI::revokeControlObserver( const Reference< XPropertyControlObserver … in revokeControlObserver()
388 …void SAL_CALL CachedInspectorUI::setHelpSectionText( const ::rtl::OUString& _HelpText ) throw (NoS… in setHelpSectionText()
397 , ::rtl::Reference< CachedInspectorUI >
430 ::rtl::Reference< CachedInspectorUI >& rUI = m_pCollectedUIs->aHandlers[ _rxHandler ]; in getUIForPropertyHandler()
432 …rUI = new CachedInspectorUI( *this, &ComposedPropertyUIUpdate::callback_inspectorUIChanged_throw ); in getUIForPropertyHandler()
448 CachedInspectorUI::FGetStringBag m_pGetter;
451 …StringBagCollector( StringBag& _rBag, CachedInspectorUI::FGetStringBag _pGetter ) :m_rBag( _rBag )… in StringBagCollector()
459 …void collectAll( StringBag& _rAll, const ImplMapHandlerToUI& _rMap, CachedInspectorUI::FGetStringB… in collectAll()
473 CachedInspectorUI::FGetStringBag m_pGetter;
476 StringBagClearer( CachedInspectorUI::FGetStringBag _pGetter ) :m_pGetter( _pGetter ) { } in StringBagClearer()
483 … static void clearAll( const ImplMapHandlerToUI& _rMap, CachedInspectorUI::FGetStringBag _pGetter ) in clearAll()
668 CachedInspectorUI::FGetStringBag _pGetPositives, in lcl_fireUIStateFlag()
669 CachedInspectorUI::FGetStringBag _pGetNegatives in lcl_fireUIStateFlag()
700 &CachedInspectorUI::getEnabledProperties, in impl_fireEnablePropertyUI_throw()
701 &CachedInspectorUI::getDisabledProperties in impl_fireEnablePropertyUI_throw()
710 …StringBagCollector::collectAll( aAllRebuilt, m_pCollectedUIs->aHandlers, &CachedInspectorUI::getRe… in impl_fireRebuildPropertyUI_throw()
716 …StringBagClearer::clearAll( m_pCollectedUIs->aHandlers, &CachedInspectorUI::getRebuiltProperties ); in impl_fireRebuildPropertyUI_throw()
724 …StringBagCollector::collectAll( aAllShown, m_pCollectedUIs->aHandlers, &CachedInspectorUI::getShow… in impl_fireShowHidePropertyUI_throw()
727 …StringBagCollector::collectAll( aAllHidden, m_pCollectedUIs->aHandlers, &CachedInspectorUI::getHid… in impl_fireShowHidePropertyUI_throw()
745 &CachedInspectorUI::getShownCategories, in impl_fireShowCategory_throw()
746 &CachedInspectorUI::getHiddenCategories in impl_fireShowCategory_throw()
756 &CachedInspectorUI::getEnabledInputControls, in impl_fireEnablePropertyUIElements_throw()
757 &CachedInspectorUI::getDisabledInputControls in impl_fireEnablePropertyUIElements_throw()
763 &CachedInspectorUI::getEnabledPrimaryButtons, in impl_fireEnablePropertyUIElements_throw()
764 &CachedInspectorUI::getDisabledPrimaryButtons in impl_fireEnablePropertyUIElements_throw()
770 &CachedInspectorUI::getEnabledSecondaryButtons, in impl_fireEnablePropertyUIElements_throw()
771 &CachedInspectorUI::getDisabledSecondaryButtons in impl_fireEnablePropertyUIElements_throw()