Lines Matching refs:UIConfigurationManagerImpl

130 void UIConfigurationManagerImpl::impl_fillSequenceWithElementTypeInfo( UIElementInfoHashMap& aUIEle…  in impl_fillSequenceWithElementTypeInfo()
215 void UIConfigurationManagerImpl::impl_preloadUIElementTypeList( Layer eLayer, sal_Int16 nElementTyp… in impl_preloadUIElementTypeList()
269 void UIConfigurationManagerImpl::impl_requestUIElementData( sal_Int16 nElementType, Layer eLayer, U… in impl_requestUIElementData()
371 UIConfigurationManagerImpl::UIElementData* UIConfigurationManagerImpl::impl_findUIElementData( con… in impl_findUIElementData()
409 void UIConfigurationManagerImpl::impl_storeElementTypeData( Reference< XStorage > xStorage, UIEleme… in impl_storeElementTypeData()
495 void UIConfigurationManagerImpl::impl_resetElementTypeData( in impl_resetElementTypeData()
562 void UIConfigurationManagerImpl::impl_reloadElementTypeData( in impl_reloadElementTypeData()
646 void UIConfigurationManagerImpl::impl_Initialize() in impl_Initialize()
715 UIConfigurationManagerImpl::UIConfigurationManagerImpl( const Reference< com::sun::star::lang::XMul… in UIConfigurationManagerImpl() function in framework::UIConfigurationManagerImpl
741 UIConfigurationManagerImpl::~UIConfigurationManagerImpl() in ~UIConfigurationManagerImpl()
748 void UIConfigurationManagerImpl::dispose() throw (::com::sun::star::uno::RuntimeException) in dispose()
776 void UIConfigurationManagerImpl::addEventListener( const Reference< XEventListener >& xListener ) t… in addEventListener()
789 void UIConfigurationManagerImpl::removeEventListener( const Reference< XEventListener >& xListener … in removeEventListener()
796 void UIConfigurationManagerImpl::initialize( const Sequence< Any >& aArguments ) throw ( Exception,… in initialize()
852 void UIConfigurationManagerImpl::addConfigurationListener( const Reference< ::com::sun::star::ui::X… in addConfigurationListener()
865 void UIConfigurationManagerImpl::removeConfigurationListener( const Reference< ::com::sun::star::ui… in removeConfigurationListener()
873 void UIConfigurationManagerImpl::reset() throw (::com::sun::star::uno::RuntimeException) in reset()
941 …ainer.begin(),aRemoveEventNotifyContainer.end(),::boost::bind(&UIConfigurationManagerImpl::implts_… in reset()
942 …iner.begin(),aReplaceEventNotifyContainer.end(),::boost::bind(&UIConfigurationManagerImpl::implts_… in reset()
959 Sequence< Sequence< PropertyValue > > UIConfigurationManagerImpl::getUIElementsInfo( sal_Int16 Elem… in getUIElementsInfo()
999 Reference< XIndexContainer > UIConfigurationManagerImpl::createSettings() throw (::com::sun::star::… in createSettings()
1010 sal_Bool UIConfigurationManagerImpl::hasSettings( const ::rtl::OUString& ResourceURL ) in hasSettings()
1033 Reference< XIndexAccess > UIConfigurationManagerImpl::getSettings( const ::rtl::OUString& ResourceU… in getSettings()
1062 void UIConfigurationManagerImpl::replaceSettings( const ::rtl::OUString& ResourceURL, const Referen… in replaceSettings()
1170 void UIConfigurationManagerImpl::removeSettings( const ::rtl::OUString& ResourceURL ) in removeSettings()
1247 void UIConfigurationManagerImpl::insertSettings( const ::rtl::OUString& NewResourceURL, const Refer… in insertSettings()
1324 Reference< XInterface > UIConfigurationManagerImpl::getImageManager() throw (::com::sun::star::uno:… in getImageManager()
1364 Reference< XInterface > UIConfigurationManagerImpl::getShortCutManager() throw (::com::sun::star::u… in getShortCutManager()
1404 Reference< XInterface > UIConfigurationManagerImpl::getEventsManager() throw (::com::sun::star::uno… in getEventsManager()
1409 void UIConfigurationManagerImpl::setStorage( const Reference< XStorage >& Storage ) throw (::com::s… in setStorage()
1488 sal_Bool UIConfigurationManagerImpl::hasStorage() throw (::com::sun::star::uno::RuntimeException) in hasStorage()
1499 sal_Bool UIConfigurationManagerImpl::isDefaultSettings( const ::rtl::OUString& ResourceURL ) in isDefaultSettings()
1522 Reference< XIndexAccess > UIConfigurationManagerImpl::getDefaultSettings( const ::rtl::OUString& Re… in getDefaultSettings()
1556 void UIConfigurationManagerImpl::reload() throw (::com::sun::star::uno::Exception, ::com::sun::star… in reload()
1590 …yContainer.begin(),aRemoveNotifyContainer.end(),::boost::bind(&UIConfigurationManagerImpl::implts_… in reload()
1591 …Container.begin(),aReplaceNotifyContainer.end(),::boost::bind(&UIConfigurationManagerImpl::implts_… in reload()
1595 void UIConfigurationManagerImpl::store() throw (::com::sun::star::uno::Exception, ::com::sun::star:… in store()
1628 void UIConfigurationManagerImpl::storeToStorage( const Reference< XStorage >& Storage ) throw (::co… in storeToStorage()
1661 sal_Bool UIConfigurationManagerImpl::isModified() throw (::com::sun::star::uno::RuntimeException) in isModified()
1668 sal_Bool UIConfigurationManagerImpl::isReadOnly() throw (::com::sun::star::uno::RuntimeException) in isReadOnly()
1675 void UIConfigurationManagerImpl::implts_notifyContainerListener( const ConfigurationEvent& aEvent, … in implts_notifyContainerListener()