Lines Matching refs:ModuleUIConfigurationManager

77 DEFINE_XINTERFACE_8                    (    ModuleUIConfigurationManager
89 DEFINE_XTYPEPROVIDER_8 ( ModuleUIConfigurationManager
100 DEFINE_XSERVICEINFO_MULTISERVICE ( ModuleUIConfigurationManager ,
106 DEFINE_INIT_SERVICE ( ModuleUIConfigurationManager, {} )
162 void ModuleUIConfigurationManager::impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIE… in impl_fillSequenceWithElementTypeInfo()
245 void ModuleUIConfigurationManager::impl_preloadUIElementTypeList( Layer eLayer, sal_Int16 nElementT… in impl_preloadUIElementTypeList()
300 void ModuleUIConfigurationManager::impl_requestUIElementData( sal_Int16 nElementType, Layer eLayer,… in impl_requestUIElementData()
402 ModuleUIConfigurationManager::UIElementData* ModuleUIConfigurationManager::impl_findUIElementData(… in impl_findUIElementData()
436 void ModuleUIConfigurationManager::impl_storeElementTypeData( Reference< XStorage > xStorage, UIEle… in impl_storeElementTypeData()
522 void ModuleUIConfigurationManager::impl_resetElementTypeData( in impl_resetElementTypeData()
588 void ModuleUIConfigurationManager::impl_reloadElementTypeData( in impl_reloadElementTypeData()
673 void ModuleUIConfigurationManager::impl_Initialize() in impl_Initialize()
738 ModuleUIConfigurationManager::ModuleUIConfigurationManager( com::sun::star::uno::Reference< com::su… in ModuleUIConfigurationManager() function in framework::ModuleUIConfigurationManager
762 ModuleUIConfigurationManager::~ModuleUIConfigurationManager() in ~ModuleUIConfigurationManager()
769 void SAL_CALL ModuleUIConfigurationManager::dispose() throw (::com::sun::star::uno::RuntimeExceptio… in dispose()
805 void SAL_CALL ModuleUIConfigurationManager::addEventListener( const Reference< XEventListener >& xL… in addEventListener()
818 void SAL_CALL ModuleUIConfigurationManager::removeEventListener( const Reference< XEventListener >&… in removeEventListener()
825 void SAL_CALL ModuleUIConfigurationManager::initialize( const Sequence< Any >& aArguments ) throw (… in initialize()
882 void SAL_CALL ModuleUIConfigurationManager::addConfigurationListener( const Reference< ::com::sun::… in addConfigurationListener()
895 void SAL_CALL ModuleUIConfigurationManager::removeConfigurationListener( const Reference< ::com::su… in removeConfigurationListener()
903 void SAL_CALL ModuleUIConfigurationManager::reset() throw (::com::sun::star::uno::RuntimeException) in reset()
992 Sequence< Sequence< PropertyValue > > SAL_CALL ModuleUIConfigurationManager::getUIElementsInfo( sal… in getUIElementsInfo()
1032 Reference< XIndexContainer > SAL_CALL ModuleUIConfigurationManager::createSettings() throw (::com::… in createSettings()
1043 sal_Bool SAL_CALL ModuleUIConfigurationManager::hasSettings( const ::rtl::OUString& ResourceURL ) in hasSettings()
1066 Reference< XIndexAccess > SAL_CALL ModuleUIConfigurationManager::getSettings( const ::rtl::OUString… in getSettings()
1095 void SAL_CALL ModuleUIConfigurationManager::replaceSettings( const ::rtl::OUString& ResourceURL, co… in replaceSettings()
1205 void SAL_CALL ModuleUIConfigurationManager::removeSettings( const ::rtl::OUString& ResourceURL ) in removeSettings()
1284 void SAL_CALL ModuleUIConfigurationManager::insertSettings( const ::rtl::OUString& NewResourceURL, … in insertSettings()
1347 Reference< XInterface > SAL_CALL ModuleUIConfigurationManager::getImageManager() throw (::com::sun:… in getImageManager()
1378 Reference< XInterface > SAL_CALL ModuleUIConfigurationManager::getShortCutManager() throw (::com::s… in getShortCutManager()
1407 Reference< XInterface > SAL_CALL ModuleUIConfigurationManager::getEventsManager() throw (::com::sun… in getEventsManager()
1413 sal_Bool SAL_CALL ModuleUIConfigurationManager::isDefaultSettings( const ::rtl::OUString& ResourceU… in isDefaultSettings()
1436 Reference< XIndexAccess > SAL_CALL ModuleUIConfigurationManager::getDefaultSettings( const ::rtl::O… in getDefaultSettings()
1470 void SAL_CALL ModuleUIConfigurationManager::reload() throw (::com::sun::star::uno::Exception, ::com… in reload()
1511 void SAL_CALL ModuleUIConfigurationManager::store() throw (::com::sun::star::uno::Exception, ::com:… in store()
1544 void SAL_CALL ModuleUIConfigurationManager::storeToStorage( const Reference< XStorage >& Storage ) … in storeToStorage()
1577 sal_Bool SAL_CALL ModuleUIConfigurationManager::isModified() throw (::com::sun::star::uno::RuntimeE… in isModified()
1584 sal_Bool SAL_CALL ModuleUIConfigurationManager::isReadOnly() throw (::com::sun::star::uno::RuntimeE… in isReadOnly()
1591 void ModuleUIConfigurationManager::implts_notifyContainerListener( const ConfigurationEvent& aEvent… in implts_notifyContainerListener()