Lines Matching refs:UIElementType

138             for ( int i = 0; i < UIElementType::COUNT; i++ )  in RetrieveTypeFromResourceURL()
146 return UIElementType::UNKNOWN; in RetrieveTypeFromResourceURL()
247 UIElementType& rElementTypeData = m_aUIElements[eLayer][nElementType]; in impl_preloadUIElementTypeList()
302 UIElementType& rElementTypeData = m_aUIElements[eLayer][nElementType]; in impl_requestUIElementData()
316 case ::com::sun::star::ui::UIElementType::UNKNOWN: in impl_requestUIElementData()
319 case ::com::sun::star::ui::UIElementType::MENUBAR: in impl_requestUIElementData()
338 case ::com::sun::star::ui::UIElementType::POPUPMENU: in impl_requestUIElementData()
343 case ::com::sun::star::ui::UIElementType::TOOLBAR: in impl_requestUIElementData()
360 case ::com::sun::star::ui::UIElementType::STATUSBAR: in impl_requestUIElementData()
377 case ::com::sun::star::ui::UIElementType::FLOATINGWINDOW: in impl_requestUIElementData()
436 …onManager::impl_storeElementTypeData( Reference< XStorage > xStorage, UIElementType& rElementType,… in impl_storeElementTypeData()
460 case ::com::sun::star::ui::UIElementType::MENUBAR: in impl_storeElementTypeData()
473 case ::com::sun::star::ui::UIElementType::TOOLBAR: in impl_storeElementTypeData()
485 case ::com::sun::star::ui::UIElementType::STATUSBAR: in impl_storeElementTypeData()
523 UIElementType& rUserElementType, in impl_resetElementTypeData()
524 UIElementType& rDefaultElementType, in impl_resetElementTypeData()
589 UIElementType& rUserElementType, in impl_reloadElementTypeData()
590 UIElementType& rDefaultElementType, in impl_reloadElementTypeData()
679 for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; in impl_Initialize()
716 for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; in impl_Initialize()
753 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in ModuleUIConfigurationManager()
758 m_aUIElements[LAYER_DEFAULT].resize( ::com::sun::star::ui::UIElementType::COUNT ); in ModuleUIConfigurationManager()
759 m_aUIElements[LAYER_USERDEFINED].resize( ::com::sun::star::ui::UIElementType::COUNT ); in ModuleUIConfigurationManager()
764 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in ~ModuleUIConfigurationManager()
835 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in initialize()
838 if ( i == ::com::sun::star::ui::UIElementType::MENUBAR ) in initialize()
840 else if ( i == ::com::sun::star::ui::UIElementType::TOOLBAR ) in initialize()
842 else if ( i == ::com::sun::star::ui::UIElementType::STATUSBAR ) in initialize()
857 …m_pStorageHandler[::com::sun::star::ui::UIElementType::MENUBAR]->getOrCreateRootStorageUser(), css… in initialize()
858 …m_xDefaultConfigStorage = m_pStorageHandler[::com::sun::star::ui::UIElementType::MENUBAR]->getPare… in initialize()
859 …m_pStorageHandler[::com::sun::star::ui::UIElementType::MENUBAR]->getWorkingStorageShare()); … in initialize()
860 …m_xUserConfigStorage = m_pStorageHandler[::com::sun::star::ui::UIElementType::MENUBAR]->getPare… in initialize()
861 … m_pStorageHandler[::com::sun::star::ui::UIElementType::MENUBAR]->getWorkingStorageUser()); in initialize()
918 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in reset()
920 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][i]; in reset()
949 for ( sal_Int16 j = 1; j < ::com::sun::star::ui::UIElementType::COUNT; j++ ) in reset()
953 UIElementType& rUserElementType = m_aUIElements[LAYER_USERDEFINED][j]; in reset()
954 UIElementType& rDefaultElementType = m_aUIElements[LAYER_DEFAULT][j]; in reset()
995 if (( ElementType < 0 ) || ( ElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getUIElementsInfo()
1005 if ( ElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) in getUIElementsInfo()
1007 for ( sal_Int16 i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in getUIElementsInfo()
1048 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in hasSettings()
1049 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in hasSettings()
1071 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in getSettings()
1072 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getSettings()
1100 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in replaceSettings()
1101 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in replaceSettings()
1131 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][nElementType]; in replaceSettings()
1170 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][nElementType]; in replaceSettings()
1210 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in removeSettings()
1211 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in removeSettings()
1240 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][nElementType]; in removeSettings()
1289 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in insertSettings()
1290 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in insertSettings()
1320 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][nElementType]; in insertSettings()
1418 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in isDefaultSettings()
1419 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in isDefaultSettings()
1441 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in getDefaultSettings()
1442 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getDefaultSettings()
1482 for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in reload()
1486 UIElementType& rUserElementType = m_aUIElements[LAYER_USERDEFINED][i]; in reload()
1487 UIElementType& rDefaultElementType = m_aUIElements[LAYER_DEFAULT][i]; in reload()
1521 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in store()
1525 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][i]; in store()
1554 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in storeToStorage()
1560 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][i]; in storeToStorage()