Home
last modified time | relevance | path

Searched refs:RESOURCEURL_PREFIX_SIZE (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/uifactory/
H A Dwindowcontentfactorymanager.cxx103 const sal_Int32 RESOURCEURL_PREFIX_SIZE = 17; in RetrieveTypeNameFromResourceURL() local
107 ( aResourceURL.getLength() > RESOURCEURL_PREFIX_SIZE )) in RetrieveTypeNameFromResourceURL()
109 rtl::OUString aTmpStr( aResourceURL.copy( RESOURCEURL_PREFIX_SIZE )); in RetrieveTypeNameFromResourceURL()
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx124 static const sal_Int32 RESOURCEURL_PREFIX_SIZE = 17; variable
131 ( 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()
H A Duiconfigurationmanagerimpl.cxx92 static const sal_Int32 RESOURCEURL_PREFIX_SIZE = 17; variable
99 ( 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()
H A Duiconfigurationmanager.cxx122 static const sal_Int32 RESOURCEURL_PREFIX_SIZE = 17; variable
128 ( 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 70 milliseconds