Searched refs:sRequestedName (Results 1 – 2 of 2) sorted by relevance
1156 …rtl::OUString sRequestedName( aStreamURL.copy( sPackageURL.getLength(), aStreamURL.getLength() - s… local1157 sal_Int32 nLastIndex = sRequestedName.lastIndexOf( '/' ) + 1;1158 if ( ( nLastIndex > 0 ) && ( nLastIndex < sRequestedName.getLength() ) )1159 … sRequestedName = sRequestedName.copy( nLastIndex, sRequestedName.getLength() - nLastIndex );1160 nLastIndex = sRequestedName.lastIndexOf( '.' );1162 sRequestedName = sRequestedName.copy( 0, nLastIndex );1163 if ( sRequestedName.getLength() )1166 aResolveURL = aResolveURL.concat( sRequestedName );
882 const rtl::OUString sRequestedName( RTL_CONSTASCII_USTRINGPARAM("requestedName") ); in resolveGraphicObjectURL() local883 if ( aParam.match( sRequestedName ) ) in resolveGraphicObjectURL()
Completed in 40 milliseconds