Searched refs:RESOURCEURL_PREFIX_SIZE (Results 1 – 4 of 4) sorted by relevance
103 const sal_Int32 RESOURCEURL_PREFIX_SIZE = 17; in RetrieveTypeNameFromResourceURL() local107 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeNameFromResourceURL()109 rtl::OUString aTmpStr( aResourceURL.copy( RESOURCEURL_PREFIX_SIZE )); in RetrieveTypeNameFromResourceURL()
124 static const sal_Int32 RESOURCEURL_PREFIX_SIZE = 17; variable131 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()133 OUString aTmpStr = aResourceURL.copy( RESOURCEURL_PREFIX_SIZE ); in RetrieveTypeFromResourceURL()152 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()174 …Int32 nIndex = pUserIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SIZE ); in impl_fillSequenceWithElementTypeInfo()175 if ( nIndex > RESOURCEURL_PREFIX_SIZE ) in impl_fillSequenceWithElementTypeInfo()212 …_Int32 nIndex = pDefIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SIZE ); in impl_fillSequenceWithElementTypeInfo()213 if ( nIndex > RESOURCEURL_PREFIX_SIZE ) in impl_fillSequenceWithElementTypeInfo()254 rtl::OUStringBuffer aBuf( RESOURCEURL_PREFIX_SIZE ); in impl_preloadUIElementTypeList()
92 static const sal_Int32 RESOURCEURL_PREFIX_SIZE = 17; variable99 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()101 rtl::OUString aTmpStr = aResourceURL.copy( RESOURCEURL_PREFIX_SIZE ); in RetrieveTypeFromResourceURL()120 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()143 …Int32 nIndex = pUserIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SIZE ); in impl_fillSequenceWithElementTypeInfo()144 if ( nIndex > RESOURCEURL_PREFIX_SIZE ) in impl_fillSequenceWithElementTypeInfo()182 …_Int32 nIndex = pDefIter->second.aResourceURL.indexOf( aCustomUrlPrefix, RESOURCEURL_PREFIX_SIZE ); in impl_fillSequenceWithElementTypeInfo()183 if ( nIndex > RESOURCEURL_PREFIX_SIZE ) in impl_fillSequenceWithElementTypeInfo()224 rtl::OUStringBuffer aBuf( RESOURCEURL_PREFIX_SIZE ); in impl_preloadUIElementTypeList()
122 static const sal_Int32 RESOURCEURL_PREFIX_SIZE = 17; variable128 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeFromResourceURL()130 rtl::OUString aTmpStr = aResourceURL.copy( RESOURCEURL_PREFIX_SIZE ); in RetrieveTypeFromResourceURL()149 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveNameFromResourceURL()197 rtl::OUStringBuffer aBuf( RESOURCEURL_PREFIX_SIZE ); in impl_preloadUIElementTypeList()
Completed in 47 milliseconds