Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/draw/
H A Dshapeexport2.cxx1156 …rtl::OUString sRequestedName( aStreamURL.copy( sPackageURL.getLength(), aStreamURL.getLength() - s… local
1157 sal_Int32 nLastIndex = sRequestedName.lastIndexOf( '/' ) + 1;
1158 if ( ( nLastIndex > 0 ) && ( nLastIndex < sRequestedName.getLength() ) )
1159sRequestedName = 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 );
/aoo41x/main/svx/source/xml/
H A Dxmlgrhlp.cxx882 const rtl::OUString sRequestedName( RTL_CONSTASCII_USTRINGPARAM("requestedName") ); in resolveGraphicObjectURL() local
883 if ( aParam.match( sRequestedName ) ) in resolveGraphicObjectURL()

Completed in 40 milliseconds