Lines Matching refs:UIConfigurationManager

77 DEFINE_XINTERFACE_7                    (    UIConfigurationManager
88 DEFINE_XTYPEPROVIDER_7 ( UIConfigurationManager
98 DEFINE_XSERVICEINFO_MULTISERVICE ( UIConfigurationManager ,
104 DEFINE_INIT_SERVICE ( UIConfigurationManager, {} )
159 void UIConfigurationManager::impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIElement… in impl_fillSequenceWithElementTypeInfo()
188 void UIConfigurationManager::impl_preloadUIElementTypeList( sal_Int16 nElementType ) in impl_preloadUIElementTypeList()
237 void UIConfigurationManager::impl_requestUIElementData( sal_Int16 nElementType, UIElementData& aUIE… in impl_requestUIElementData()
339 UIConfigurationManager::UIElementData* UIConfigurationManager::impl_findUIElementData( const rtl::O… in impl_findUIElementData()
364 void UIConfigurationManager::impl_storeElementTypeData( Reference< XStorage >& xStorage, UIElementT… in impl_storeElementTypeData()
449 void UIConfigurationManager::impl_resetElementTypeData( in impl_resetElementTypeData()
489 void UIConfigurationManager::impl_reloadElementTypeData( in impl_reloadElementTypeData()
549 void UIConfigurationManager::impl_Initialize() in impl_Initialize()
595 UIConfigurationManager::UIConfigurationManager( com::sun::star::uno::Reference< com::sun::star::lan… in UIConfigurationManager() function in framework::UIConfigurationManager
614 UIConfigurationManager::~UIConfigurationManager() in ~UIConfigurationManager()
619 void SAL_CALL UIConfigurationManager::dispose() throw (::com::sun::star::uno::RuntimeException) in dispose()
646 void SAL_CALL UIConfigurationManager::addEventListener( const Reference< XEventListener >& xListene… in addEventListener()
659 void SAL_CALL UIConfigurationManager::removeEventListener( const Reference< XEventListener >& xList… in removeEventListener()
666 void SAL_CALL UIConfigurationManager::addConfigurationListener( const Reference< ::com::sun::star::… in addConfigurationListener()
679 void SAL_CALL UIConfigurationManager::removeConfigurationListener( const Reference< ::com::sun::sta… in removeConfigurationListener()
686 void SAL_CALL UIConfigurationManager::reset() throw (::com::sun::star::uno::RuntimeException) in reset()
774 Sequence< Sequence< PropertyValue > > SAL_CALL UIConfigurationManager::getUIElementsInfo( sal_Int16… in getUIElementsInfo()
814 Reference< XIndexContainer > SAL_CALL UIConfigurationManager::createSettings() throw (::com::sun::s… in createSettings()
825 sal_Bool SAL_CALL UIConfigurationManager::hasSettings( const ::rtl::OUString& ResourceURL ) in hasSettings()
843 Reference< XIndexAccess > SAL_CALL UIConfigurationManager::getSettings( const ::rtl::OUString& Reso… in getSettings()
872 void SAL_CALL UIConfigurationManager::replaceSettings( const ::rtl::OUString& ResourceURL, const Re… in replaceSettings()
931 void SAL_CALL UIConfigurationManager::removeSettings( const ::rtl::OUString& ResourceURL ) in removeSettings()
989 void SAL_CALL UIConfigurationManager::insertSettings( const ::rtl::OUString& NewResourceURL, const … in insertSettings()
1063 Reference< XInterface > SAL_CALL UIConfigurationManager::getImageManager() throw (::com::sun::star:… in getImageManager()
1089 Reference< XInterface > SAL_CALL UIConfigurationManager::getShortCutManager() throw (::com::sun::st… in getShortCutManager()
1124 Reference< XInterface > SAL_CALL UIConfigurationManager::getEventsManager() throw (::com::sun::star… in getEventsManager()
1130 void SAL_CALL UIConfigurationManager::setStorage( const Reference< XStorage >& Storage ) throw (::c… in setStorage()
1190 sal_Bool SAL_CALL UIConfigurationManager::hasStorage() throw (::com::sun::star::uno::RuntimeExcepti… in hasStorage()
1201 void SAL_CALL UIConfigurationManager::reload() throw (::com::sun::star::uno::Exception, ::com::sun:… in reload()
1240 void SAL_CALL UIConfigurationManager::store() throw (::com::sun::star::uno::Exception, ::com::sun::… in store()
1273 void SAL_CALL UIConfigurationManager::storeToStorage( const Reference< XStorage >& Storage ) throw … in storeToStorage()
1306 sal_Bool SAL_CALL UIConfigurationManager::isModified() throw (::com::sun::star::uno::RuntimeExcepti… in isModified()
1313 sal_Bool SAL_CALL UIConfigurationManager::isReadOnly() throw (::com::sun::star::uno::RuntimeExcepti… in isReadOnly()
1320 void UIConfigurationManager::implts_notifyContainerListener( const ConfigurationEvent& aEvent, Noti… in implts_notifyContainerListener()