Lines Matching refs:aResourceURL

95 static sal_Int16 RetrieveTypeFromResourceURL( const rtl::OUString& aResourceURL )  in RetrieveTypeFromResourceURL()  argument
98 …if (( aResourceURL.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( RESOURCEURL_PREFIX ))) == … in RetrieveTypeFromResourceURL()
99 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()
101 rtl::OUString aTmpStr = aResourceURL.copy( RESOURCEURL_PREFIX_SIZE ); in RetrieveTypeFromResourceURL()
117 static rtl::OUString RetrieveNameFromResourceURL( const rtl::OUString& aResourceURL ) in RetrieveNameFromResourceURL() argument
119 …if (( aResourceURL.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( RESOURCEURL_PREFIX ))) == … in RetrieveNameFromResourceURL()
120 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()
122 sal_Int32 nIndex = aResourceURL.lastIndexOf( '/' ); in RetrieveNameFromResourceURL()
123 if (( nIndex > 0 ) && (( nIndex+1 ) < aResourceURL.getLength())) in RetrieveNameFromResourceURL()
124 return aResourceURL.copy( nIndex+1 ); in RetrieveNameFromResourceURL()
143 …sal_Int32 nIndex = pUserIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SI… in impl_fillSequenceWithElementTypeInfo()
148 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo()
159 UIElementInfo aInfo( pUserIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
160 …tInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
166 UIElementInfo aInfo( pUserIter->second.aResourceURL, rtl::OUString() ); in impl_fillSequenceWithElementTypeInfo()
167 …tInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
179 …HashMap::const_iterator pIterInfo = aUIElementInfoCollection.find( pDefIter->second.aResourceURL ); in impl_fillSequenceWithElementTypeInfo()
182 …sal_Int32 nIndex = pDefIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SIZ… in impl_fillSequenceWithElementTypeInfo()
187 …ElementData* pDataSettings = impl_findUIElementData( pDefIter->second.aResourceURL, nElementType ); in impl_fillSequenceWithElementTypeInfo()
198 UIElementInfo aInfo( pDefIter->second.aResourceURL, aUIName ); in impl_fillSequenceWithElementTypeInfo()
199 …ntInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
205 UIElementInfo aInfo( pDefIter->second.aResourceURL, rtl::OUString() ); in impl_fillSequenceWithElementTypeInfo()
206 …ntInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, aInfo )); in impl_fillSequenceWithElementTypeInfo()
247 aUIElementData.aResourceURL = aResURLPrefix + aUIElementName; in impl_preloadUIElementTypeList()
259 … rHashMap.insert( UIElementDataHashMap::value_type( aUIElementData.aResourceURL, aUIElementData )); in impl_preloadUIElementTypeList()
371 …onfigurationManagerImpl::impl_findUIElementData( const rtl::OUString& aResourceURL, sal_Int16 nEle… in impl_findUIElementData() argument
380 UIElementDataHashMap::iterator pIter = rUserHashMap.find( aResourceURL ); in impl_findUIElementData()
396 pIter = rDefaultHashMap.find( aResourceURL ); in impl_findUIElementData()
522 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
539 aEvent.ResourceURL = rElement.aResourceURL; in impl_resetElementTypeData()
592 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
610 aReplaceEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
627 aRemoveEvent.ResourceURL = rElement.aResourceURL; in impl_reloadElementTypeData()
990 aUIElementInfo[0].Value <<= pIter->second.aResourceURL; in getUIElementsInfo()
1132 aUIElementData.aResourceURL = ResourceURL; in replaceSettings()
1299 aUIElementData.aResourceURL = NewResourceURL; in insertSettings()