Lines Matching refs:nElementType

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()
339 …er::impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nElementType, bool bLoad ) in impl_findUIElementData() argument
342 impl_preloadUIElementTypeList( nElementType ); in impl_findUIElementData()
345 UIElementDataHashMap& rUserHashMap = m_aUIElements[nElementType].aElementsHashMap; in impl_findUIElementData()
355 impl_requestUIElementData( nElementType, pIter->second ); in impl_findUIElementData()
386 switch( rElementType.nElementType ) in impl_storeElementTypeData()
501 sal_Int16 nType = rDocElementType.nElementType; in impl_reloadElementTypeData()
581 m_aUIElements[i].nElementType = i; in impl_Initialize()
828 sal_Int16 nElementType = RetrieveTypeFromResourceURL( ResourceURL ); in hasSettings() local
830 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in hasSettings()
831 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in hasSettings()
835 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType, false ); in hasSettings()
846 sal_Int16 nElementType = RetrieveTypeFromResourceURL( ResourceURL ); in getSettings() local
848 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in getSettings()
849 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getSettings()
858 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in getSettings()
875 sal_Int16 nElementType = RetrieveTypeFromResourceURL( ResourceURL ); in replaceSettings() local
877 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in replaceSettings()
878 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in replaceSettings()
889 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in replaceSettings()
907 UIElementType& rElementType = m_aUIElements[nElementType]; in replaceSettings()
934 sal_Int16 nElementType = RetrieveTypeFromResourceURL( ResourceURL ); in removeSettings() local
936 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in removeSettings()
937 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in removeSettings()
948 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in removeSettings()
965 UIElementType& rElementType = m_aUIElements[nElementType]; in removeSettings()
992 sal_Int16 nElementType = RetrieveTypeFromResourceURL( NewResourceURL ); in insertSettings() local
994 if (( nElementType == ::com::sun::star::ui::UIElementType::UNKNOWN ) || in insertSettings()
995 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in insertSettings()
1008 UIElementData* pDataSettings = impl_findUIElementData( NewResourceURL, nElementType ); in insertSettings()
1032 UIElementType& rElementType = m_aUIElements[nElementType]; in insertSettings()