Lines Matching refs:aResourceURL

127 static sal_Int16 RetrieveTypeFromResourceURL( const rtl::OUString& aResourceURL )  in RetrieveTypeFromResourceURL()  argument
130 …if (( aResourceURL.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( RESOURCEURL_PREFIX ))) == 0 ) && in RetrieveTypeFromResourceURL()
131 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()
133 OUString aTmpStr = aResourceURL.copy( RESOURCEURL_PREFIX_SIZE ); in RetrieveTypeFromResourceURL()
149 static OUString RetrieveNameFromResourceURL( const rtl::OUString& aResourceURL ) in RetrieveNameFromResourceURL() argument
151 …if (( aResourceURL.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( RESOURCEURL_PREFIX ))) == 0 ) && in RetrieveNameFromResourceURL()
152 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()
154 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL()
155 if (( nIndex > 0 ) && (( nIndex+1 ) < aResourceURL.getLength())) in RetrieveNameFromResourceURL()
156 return aResourceURL.copy( nIndex+1 ); in RetrieveNameFromResourceURL()
174 …sal_Int32 nIndex = pUserIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SI… in impl_fillSequenceWithElementTypeInfo()
179 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo()
191 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
192 …tInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
198 UIElementInfo aInfo( pUserIter->second.aResourceURL, OUString() ); in impl_fillSequenceWithElementTypeInfo()
199 …tInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
209 …HashMap::const_iterator pIterInfo = aUIElementInfoCollection.find( pDefIter->second.aResourceURL ); in impl_fillSequenceWithElementTypeInfo()
212 …sal_Int32 nIndex = pDefIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SIZ… in impl_fillSequenceWithElementTypeInfo()
217 …ElementData* pDataSettings = impl_findUIElementData( pDefIter->second.aResourceURL, nElementType ); in impl_fillSequenceWithElementTypeInfo()
229 UIElementInfo aInfo( pDefIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
230 …ntInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
236 UIElementInfo aInfo( pDefIter->second.aResourceURL, OUString() ); in impl_fillSequenceWithElementTypeInfo()
237 …ntInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
277 aUIElementData.aResourceURL = aResURLPrefix + aUIElementName; in impl_preloadUIElementTypeList()
289 … rHashMap.insert( UIElementDataHashMap::value_type( aUIElementData.aResourceURL, aUIElementData )); in impl_preloadUIElementTypeList()
402 …eUIConfigurationManager::impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nEle… in impl_findUIElementData() argument
410 UIElementDataHashMap::iterator pIter = rUserHashMap.find( aResourceURL ); in impl_findUIElementData()
424 pIter = rDefaultHashMap.find( aResourceURL ); in impl_findUIElementData()
550 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
567 aEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
619 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
637 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
654 aRemoveEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
1023 aUIElementInfo[0].Value <<= pIter->second.aResourceURL; in getUIElementsInfo()
1166 aUIElementData.aResourceURL = ResourceURL; in replaceSettings()
1317 aUIElementData.aResourceURL = NewResourceURL; in insertSettings()