Home
last modified time | relevance | path

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

/trunk/main/extensions/source/resource/
H A Doooresourceloader.cxx380 sal_Int32 typeSeparatorPos = _key.indexOf( ':' ); in impl_getResourceTypeAndId_nothrow() local
381 if ( typeSeparatorPos == -1 ) in impl_getResourceTypeAndId_nothrow()
385 ::rtl::OUString resourceType = _key.copy( 0, typeSeparatorPos ); in impl_getResourceTypeAndId_nothrow()
393 _out_resourceId = _key.copy( typeSeparatorPos + 1 ).toInt32(); in impl_getResourceTypeAndId_nothrow()

Completed in 18 milliseconds