Searched refs:UIElementInfo (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/framework/inc/uiconfiguration/ |
H A D | uiconfigurationmanager.hxx | 134 struct UIElementInfo struct in framework::UIConfigurationManager 136 UIElementInfo( const rtl::OUString& rResourceURL, const rtl::OUString& rUIName ) : in UIElementInfo() argument 175 …typedef ::std::hash_map< rtl::OUString, UIElementInfo, rtl::OUStringHash, ::std::equal_to< rtl::OU…
|
H A D | moduleuiconfigurationmanager.hxx | 145 struct UIElementInfo struct in framework::ModuleUIConfigurationManager 147 UIElementInfo( const rtl::OUString& rResourceURL, const rtl::OUString& rUIName ) : in UIElementInfo() argument 187 …typedef ::std::hash_map< rtl::OUString, UIElementInfo, rtl::OUStringHash, ::std::equal_to< rtl::OU…
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | uiconfigurationmanagerimpl.hxx | 135 struct UIElementInfo struct in framework::UIConfigurationManagerImpl 137 UIElementInfo( const rtl::OUString& rResourceURL, const rtl::OUString& rUIName ) : in UIElementInfo() argument 177 …typedef ::std::hash_map< rtl::OUString, UIElementInfo, rtl::OUStringHash, ::std::equal_to< rtl::OU…
|
H A D | moduleuiconfigurationmanager.cxx | 191 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 198 UIElementInfo aInfo( pUserIter->second.aResourceURL, OUString() ); in impl_fillSequenceWithElementTypeInfo() 229 UIElementInfo aInfo( pDefIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 236 UIElementInfo aInfo( pDefIter->second.aResourceURL, OUString() ); in impl_fillSequenceWithElementTypeInfo()
|
H A D | uiconfigurationmanagerimpl.cxx | 159 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 166 UIElementInfo aInfo( pUserIter->second.aResourceURL, rtl::OUString() ); in impl_fillSequenceWithElementTypeInfo() 198 UIElementInfo aInfo( pDefIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo() 205 UIElementInfo aInfo( pDefIter->second.aResourceURL, rtl::OUString() ); in impl_fillSequenceWithElementTypeInfo()
|
H A D | uiconfigurationmanager.cxx | 181 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
|
Completed in 59 milliseconds