Home
last modified time | relevance | path

Searched defs:UIElementType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/inc/uiconfiguration/
H A Duiconfigurationmanager.hxx157 struct UIElementType struct in framework::UIConfigurationManager
159 UIElementType() : bModified( false ), in UIElementType() function
165 bool bModified;
166 bool bLoaded;
167 bool bDefaultLayer;
168 sal_Int16 nElementType;
169 UIElementDataHashMap aElementsHashMap;
170 com::sun::star::uno::Reference< com::sun::star::embed::XStorage > xStorage;
H A Dmoduleuiconfigurationmanager.hxx169 struct UIElementType struct in framework::ModuleUIConfigurationManager
171 UIElementType() : bModified( false ), in UIElementType() function
177 bool bModified;
178 bool bLoaded;
179 bool bDefaultLayer;
180 sal_Int16 nElementType;
181 UIElementDataHashMap aElementsHashMap;
182 com::sun::star::uno::Reference< com::sun::star::embed::XStorage > xStorage;
H A Dglobalsettings.hxx66 enum UIElementType enum in framework::GlobalSettings
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanagerimpl.hxx159 struct UIElementType struct in framework::UIConfigurationManagerImpl
161 UIElementType() : bModified( false ), in UIElementType() argument
167 bool bModified;
168 bool bLoaded;
169 bool bDefaultLayer;
170 sal_Int16 nElementType;
171 UIElementDataHashMap aElementsHashMap;
172 com::sun::star::uno::Reference< com::sun::star::embed::XStorage > xStorage;

Completed in 17 milliseconds