Searched refs:nElementType (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/framework/source/uiconfiguration/ |
| H A D | uiconfigurationmanagerimpl.cxx | 130 …quenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int16 nElementType ) in impl_fillSequenceWithElementTypeInfo() argument 133 impl_preloadUIElementTypeList( LAYER_USERDEFINED, nElementType ); in impl_fillSequenceWithElementTypeInfo() 135 impl_preloadUIElementTypeList( LAYER_DEFAULT, nElementType ); in impl_fillSequenceWithElementTypeInfo() 137 …UIElementDataHashMap& rUserElements = m_aUIElements[LAYER_USERDEFINED][nElementType].aElementsHash… in impl_fillSequenceWithElementTypeInfo() 148 …lementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementType ); in impl_fillSequenceWithElementTypeInfo() 174 …UIElementDataHashMap& rDefaultElements = m_aUIElements[LAYER_DEFAULT][nElementType].aElementsHashM… in impl_fillSequenceWithElementTypeInfo() 187 …ElementData* pDataSettings = impl_findUIElementData( pDefIter->second.aResourceURL, nElementType ); in impl_fillSequenceWithElementTypeInfo() 215 …d UIConfigurationManagerImpl::impl_preloadUIElementTypeList( Layer eLayer, sal_Int16 nElementType ) in impl_preloadUIElementTypeList() argument 217 UIElementType& rElementTypeData = m_aUIElements[eLayer][nElementType]; in impl_preloadUIElementTypeList() 226 aBuf.appendAscii( UIELEMENTTYPENAMES[ nElementType ] ); in impl_preloadUIElementTypeList() [all …]
|
| H A D | moduleuiconfigurationmanager.cxx | 162 …quenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int16 nElementType ) in impl_fillSequenceWithElementTypeInfo() argument 165 impl_preloadUIElementTypeList( LAYER_USERDEFINED, nElementType ); in impl_fillSequenceWithElementTypeInfo() 166 impl_preloadUIElementTypeList( LAYER_DEFAULT, nElementType ); in impl_fillSequenceWithElementTypeInfo() 168 …UIElementDataHashMap& rUserElements = m_aUIElements[LAYER_USERDEFINED][nElementType].aElementsHash… in impl_fillSequenceWithElementTypeInfo() 179 …lementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementType ); in impl_fillSequenceWithElementTypeInfo() 204 …UIElementDataHashMap& rDefaultElements = m_aUIElements[LAYER_DEFAULT][nElementType].aElementsHashM… in impl_fillSequenceWithElementTypeInfo() 217 …ElementData* pDataSettings = impl_findUIElementData( pDefIter->second.aResourceURL, nElementType ); in impl_fillSequenceWithElementTypeInfo() 245 …ModuleUIConfigurationManager::impl_preloadUIElementTypeList( Layer eLayer, sal_Int16 nElementType ) in impl_preloadUIElementTypeList() argument 247 UIElementType& rElementTypeData = m_aUIElements[eLayer][nElementType]; in impl_preloadUIElementTypeList() 256 aBuf.appendAscii( UIELEMENTTYPENAMES[ nElementType ] ); in impl_preloadUIElementTypeList() [all …]
|
| H A D | uiconfigurationmanager.cxx | 159 …quenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int16 nElementType ) in impl_fillSequenceWithElementTypeInfo() argument 162 impl_preloadUIElementTypeList( nElementType ); in impl_fillSequenceWithElementTypeInfo() 164 UIElementDataHashMap& rUserElements = m_aUIElements[nElementType].aElementsHashMap; in impl_fillSequenceWithElementTypeInfo() 169 …lementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementType ); in impl_fillSequenceWithElementTypeInfo() 188 void UIConfigurationManager::impl_preloadUIElementTypeList( sal_Int16 nElementType ) in impl_preloadUIElementTypeList() argument 190 UIElementType& rElementTypeData = m_aUIElements[nElementType]; in impl_preloadUIElementTypeList() 199 aBuf.appendAscii( UIELEMENTTYPENAMES[ nElementType ] ); in impl_preloadUIElementTypeList() 237 void UIConfigurationManager::impl_requestUIElementData( sal_Int16 nElementType, UIElementData& aUIE… in impl_requestUIElementData() argument 239 UIElementType& rElementTypeData = m_aUIElements[nElementType]; in impl_requestUIElementData() 251 switch ( nElementType ) in impl_requestUIElementData() [all …]
|
| H A D | uiconfigurationmanagerimpl.hxx | 164 nElementType( ::com::sun::star::ui::UIElementType::UNKNOWN ) {} in UIElementType() 170 sal_Int16 nElementType; member 182 …uenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int16 nElementType ); 183 void impl_preloadUIElementTypeList( Layer eLayer, sal_Int16 nElementType ); 184 … impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nElementType, bool bLoad = t… 185 …void impl_requestUIElementData( sal_Int16 nElementType, Layer eLayer, UIElementData& aU…
|
| /AOO41X/main/framework/inc/uiconfiguration/ |
| H A D | uiconfigurationmanager.hxx | 162 nElementType( ::com::sun::star::ui::UIElementType::UNKNOWN ) {} in UIElementType() 168 sal_Int16 nElementType; member 180 …uenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int16 nElementType ); 181 void impl_preloadUIElementTypeList( sal_Int16 nElementType ); 182 … impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nElementType, bool bLoad = t… 183 …void impl_requestUIElementData( sal_Int16 nElementType, UIElementData& aUIElementData );
|
| H A D | moduleuiconfigurationmanager.hxx | 174 nElementType( ::com::sun::star::ui::UIElementType::UNKNOWN ) {} in UIElementType() 180 sal_Int16 nElementType; member 192 …uenceWithElementTypeInfo( UIElementInfoHashMap& aUIElementInfoCollection, sal_Int16 nElementType ); 193 void impl_preloadUIElementTypeList( Layer eLayer, sal_Int16 nElementType ); 194 … impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nElementType, bool bLoad = t… 195 …void impl_requestUIElementData( sal_Int16 nElementType, Layer eLayer, UIElementData& aU…
|
| /AOO41X/main/offapi/com/sun/star/frame/ |
| H A D | XLayoutManager.idl | 279 @param nElementType 288 boolean dockAllWindows( [in] short nElementType );
|
| /AOO41X/main/framework/inc/services/ |
| H A D | layoutmanager.hxx | 137 …virtual ::sal_Bool SAL_CALL dockAllWindows( ::sal_Int16 nElementType ) throw (::com::sun::star::un…
|