/aoo41x/main/framework/source/uiconfiguration/ |
H A D | uiconfigurationmanagerimpl.cxx | 106 for ( int i = 0; i < UIElementType::COUNT; i++ ) in RetrieveTypeFromResourceURL() 114 return UIElementType::UNKNOWN; in RetrieveTypeFromResourceURL() 285 case ::com::sun::star::ui::UIElementType::UNKNOWN: in impl_requestUIElementData() 288 case ::com::sun::star::ui::UIElementType::MENUBAR: in impl_requestUIElementData() 312 case ::com::sun::star::ui::UIElementType::TOOLBAR: in impl_requestUIElementData() 496 UIElementType& rUserElementType, in impl_resetElementTypeData() 497 UIElementType& rDefaultElementType, in impl_resetElementTypeData() 563 UIElementType& rUserElementType, in impl_reloadElementTypeData() 564 UIElementType& rDefaultElementType, in impl_reloadElementTypeData() 809 if ( i == ::com::sun::star::ui::UIElementType::MENUBAR ) in initialize() [all …]
|
H A D | moduleuiconfigurationmanager.cxx | 138 for ( int i = 0; i < UIElementType::COUNT; i++ ) in RetrieveTypeFromResourceURL() 146 return UIElementType::UNKNOWN; in RetrieveTypeFromResourceURL() 316 case ::com::sun::star::ui::UIElementType::UNKNOWN: in impl_requestUIElementData() 319 case ::com::sun::star::ui::UIElementType::MENUBAR: in impl_requestUIElementData() 343 case ::com::sun::star::ui::UIElementType::TOOLBAR: in impl_requestUIElementData() 523 UIElementType& rUserElementType, in impl_resetElementTypeData() 524 UIElementType& rDefaultElementType, in impl_resetElementTypeData() 589 UIElementType& rUserElementType, in impl_reloadElementTypeData() 590 UIElementType& rDefaultElementType, in impl_reloadElementTypeData() 838 if ( i == ::com::sun::star::ui::UIElementType::MENUBAR ) in initialize() [all …]
|
H A D | uiconfigurationmanager.cxx | 135 for ( int i = 0; i < UIElementType::COUNT; i++ ) in RetrieveTypeFromResourceURL() 143 return UIElementType::UNKNOWN; in RetrieveTypeFromResourceURL() 190 UIElementType& rElementTypeData = m_aUIElements[nElementType]; in impl_preloadUIElementTypeList() 239 UIElementType& rElementTypeData = m_aUIElements[nElementType]; in impl_requestUIElementData() 253 case ::com::sun::star::ui::UIElementType::UNKNOWN: in impl_requestUIElementData() 450 UIElementType& rDocElementType, in impl_resetElementTypeData() 490 UIElementType& rDocElementType, in impl_reloadElementTypeData() 744 UIElementType& rDocElementType = m_aUIElements[j]; in reset() 1217 UIElementType& rDocElementType = m_aUIElements[i]; in reload() 1254 UIElementType& rElementType = m_aUIElements[i]; in store() [all …]
|
H A D | uiconfigurationmanagerimpl.hxx | 155 struct UIElementType; 156 friend struct UIElementType; 159 struct UIElementType struct in framework::UIConfigurationManagerImpl 161 UIElementType() : bModified( false ), in UIElementType() function 164 nElementType( ::com::sun::star::ui::UIElementType::UNKNOWN ) {} in UIElementType() 175 typedef ::std::vector< UIElementType > UIElementTypesVector; 186 …un::star::uno::Reference< com::sun::star::embed::XStorage > xStorage, UIElementType& rElementType,… 187 …void impl_resetElementTypeData( UIElementType& rUserElementType, UIElementType& rDefaul… 188 …void impl_reloadElementTypeData( UIElementType& rUserElementType, UIElementType& rDefau… 191 … m_pStorageHandler[::com::sun::star::ui::UIElementType::COUNT];
|
H A D | globalsettings.cxx | 101 sal_Bool HasStatesInfo( GlobalSettings::UIElementType eElementType ); 102 …sal_Bool GetStateInfo( GlobalSettings::UIElementType eElementType, GlobalSettings::StateInfo eStat… 176 sal_Bool GlobalSettings_Access::HasStatesInfo( GlobalSettings::UIElementType eElementType ) in HasStatesInfo() 214 sal_Bool GlobalSettings_Access::GetStateInfo( GlobalSettings::UIElementType eElementType, GlobalSet… in GetStateInfo() 332 sal_Bool GlobalSettings::HasStatesInfo( UIElementType eElementType ) in HasStatesInfo() 342 sal_Bool GlobalSettings::GetStateInfo( UIElementType eElementType, StateInfo eStateInfo, ::com::sun… in GetStateInfo()
|
/aoo41x/main/framework/inc/uiconfiguration/ |
H A D | moduleuiconfigurationmanager.hxx | 165 struct UIElementType; 166 friend struct UIElementType; 169 struct UIElementType struct in framework::ModuleUIConfigurationManager 171 UIElementType() : bModified( false ), in UIElementType() function 174 nElementType( ::com::sun::star::ui::UIElementType::UNKNOWN ) {} in UIElementType() 185 typedef ::std::vector< UIElementType > UIElementTypesVector; 196 …un::star::uno::Reference< com::sun::star::embed::XStorage > xStorage, UIElementType& rElementType,… 197 …void impl_resetElementTypeData( UIElementType& rUserElementType, UIElementType& rDefaul… 198 …void impl_reloadElementTypeData( UIElementType& rUserElementType, UIElementType& rDefau… 201 … m_pStorageHandler[::com::sun::star::ui::UIElementType::COUNT];
|
H A D | uiconfigurationmanager.hxx | 153 struct UIElementType; 154 friend struct UIElementType; 157 struct UIElementType struct in framework::UIConfigurationManager 159 UIElementType() : bModified( false ), in UIElementType() argument 162 nElementType( ::com::sun::star::ui::UIElementType::UNKNOWN ) {} in UIElementType() 173 typedef ::std::vector< UIElementType > UIElementTypesVector; 184 …n::star::uno::Reference< com::sun::star::embed::XStorage >& xStorage, UIElementType& rElementType,… 185 …void impl_resetElementTypeData( UIElementType& rDocElementType, ConfigEventNotifyContai… 186 …void impl_reloadElementTypeData( UIElementType& rDocElementType, ConfigEventNotifyConta…
|
H A D | globalsettings.hxx | 66 enum UIElementType enum in framework::GlobalSettings 80 sal_Bool HasStatesInfo( UIElementType eElementType ); 81 …sal_Bool GetStateInfo( UIElementType eElementType, StateInfo eStateInfo, ::com::sun::star::uno::An…
|
/aoo41x/main/odk/examples/cpp/custompanel/ |
H A D | ctp_panel.cxx | 76 namespace UIElementType = ::com::sun::star::ui::UIElementType; 241 return UIElementType::TOOLPANEL; in getType()
|
/aoo41x/main/qadevOOo/tests/java/mod/_fwk/ |
H A D | UIConfigurationManager.java | 39 import com.sun.star.ui.UIElementType; 142 PropertyValue[][]props = xUIManager.getUIElementsInfo(UIElementType.UNKNOWN); in fireEvent()
|
/aoo41x/main/qadevOOo/tests/java/ifc/ui/ |
H A D | _XUIConfigurationManager.java | 34 import com.sun.star.ui.UIElementType; 73 PropertyValue[][]props = oObj.getUIElementsInfo(UIElementType.UNKNOWN); in _getUIElementsInfo()
|
/aoo41x/main/framework/source/uielement/ |
H A D | toolbarsmenucontroller.cxx | 328 if (( nType == ::com::sun::star::ui::UIElementType::TOOLBAR ) && in getLayoutManagerToolbars() 390 m_xDocCfgMgr->getUIElementsInfo( UIElementType::TOOLBAR ); in fillPopupMenu() 397 m_xModuleCfgMgr->getUIElementsInfo( UIElementType::TOOLBAR ); in fillPopupMenu()
|
H A D | addonstoolbarwrapper.cxx | 82 UIElementWrapperBase( UIElementType::TOOLBAR ), in AddonsToolBarWrapper()
|
H A D | statusbarwrapper.cxx | 76 : UIConfigElementWrapperBase( UIElementType::STATUSBAR,xServiceManager ) in StatusBarWrapper()
|
H A D | panelwrapper.cxx | 73 UIElementWrapperBase( UIElementType::DOCKINGWINDOW ), in PanelWrapper()
|
H A D | progressbarwrapper.cxx | 70 UIElementWrapperBase( ::com::sun::star::ui::UIElementType::PROGRESSBAR ) in ProgressBarWrapper()
|
H A D | toolbarwrapper.cxx | 82 UIConfigElementWrapperBase( UIElementType::TOOLBAR,xServiceManager ) in ToolBarWrapper()
|
H A D | menubarwrapper.cxx | 104 : UIConfigElementWrapperBase( UIElementType::MENUBAR,xServiceManager ), in DEFINE_XINTERFACE_11()
|
/aoo41x/main/offapi/com/sun/star/ui/ |
H A D | XUIConfigurationManager.idl | 94 <value scope=com::sun::star::ui>UIElementType::UNKNOWN</value> 112 @see UIElementType
|
H A D | makefile.mk | 66 UIElementType.idl \
|
H A D | UIElementType.idl | 33 constants UIElementType
|
H A D | XUIElement.idl | 84 @see UIElementType
|
H A D | ConfigurableUIElement.idl | 40 #include <com/sun/star/ui/UIElementType.idl>
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | SidebarPanelBase.cxx | 187 return ui::UIElementType::TOOLPANEL; in getType()
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | XLayoutManager.idl | 286 @see com::sun::star::ui::UIElementType
|