Lines Matching refs:aResourceURL

124 static sal_Int16 RetrieveTypeFromResourceURL( const rtl::OUString& aResourceURL )  in RetrieveTypeFromResourceURL()  argument
127 …if (( aResourceURL.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( RESOURCEURL_PREFIX ))) == … in RetrieveTypeFromResourceURL()
128 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()
130 rtl::OUString aTmpStr = aResourceURL.copy( RESOURCEURL_PREFIX_SIZE ); in RetrieveTypeFromResourceURL()
146 static rtl::OUString RetrieveNameFromResourceURL( const rtl::OUString& aResourceURL ) in RetrieveNameFromResourceURL() argument
148 …if (( aResourceURL.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( RESOURCEURL_PREFIX ))) == … in RetrieveNameFromResourceURL()
149 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()
151 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL()
152 if (( nIndex > 0 ) && (( nIndex+1 ) < aResourceURL.getLength())) in RetrieveNameFromResourceURL()
153 return aResourceURL.copy( nIndex+1 ); in RetrieveNameFromResourceURL()
169 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo()
181 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
182 …tInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
220 aUIElementData.aResourceURL = aResURLPrefix + aUIElementName; in impl_preloadUIElementTypeList()
227 … rHashMap.insert( UIElementDataHashMap::value_type( aUIElementData.aResourceURL, aUIElementData )); in impl_preloadUIElementTypeList()
339 … UIConfigurationManager::impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nEle… in impl_findUIElementData() argument
346 UIElementDataHashMap::iterator pIter = rUserHashMap.find( aResourceURL ); in impl_findUIElementData()
468 aEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
517 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
531 aRemoveEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
805 aUIElementInfo[0].Value <<= pIter->second.aResourceURL; in getUIElementsInfo()
1038 pDataSettings->aResourceURL = NewResourceURL; in insertSettings()