Lines Matching refs:aDest

1795 											 	const INetURLObject& aDest,  in TransactedTransferForFS_Impl()  argument
1805 … aOriginalContent = ::ucbhelper::Content( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in TransactedTransferForFS_Impl()
1849 …if( bOverWrite && ::utl::UCBContentHelper::IsDocument( aDest.GetMainURL( INetURLObject::NO_DECODE … in TransactedTransferForFS_Impl()
2109 INetURLObject aDest( GetURLObject() ); in Transfer_Impl() local
2122 …if ( ::utl::LocalFileHelper::IsLocalFile( aDest.GetMainURL( INetURLObject::NO_DECODE ) ) || !aDest in Transfer_Impl()
2124 TransactedTransferForFS_Impl( aSource, aDest, xComEnv ); in Transfer_Impl()
2139 … aTransferContent = ::ucbhelper::Content( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in Transfer_Impl()
2290 INetURLObject aDest = GetURLObject(); in DoInternalBackup_Impl() local
2291 if ( aDest.removeSegment() ) in DoInternalBackup_Impl()
2292 …DoInternalBackup_Impl( aOriginalContent, aPrefix, aExtension, aDest.GetMainURL( INetURLObject::NO_… in DoInternalBackup_Impl()
2321 INetURLObject aDest( aBakDir ); in DoBackup_Impl() local
2322 aDest.insertName( aSource.getName() ); in DoBackup_Impl()
2323 aDest.setExtension( DEFINE_CONST_UNICODE( "bak" ) ); in DoBackup_Impl()
2324 …String aFileName = aDest.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CH… in DoBackup_Impl()
2339 pImp->m_aBackupURL = aDest.GetMainURL( INetURLObject::NO_DECODE ); in DoBackup_Impl()
4064 INetURLObject aDest( aNewTempFileURL ); in CreateTempCopyWithExt() local
4065 ::rtl::OUString aFileName = aDest.getName( INetURLObject::LAST_SEGMENT, in CreateTempCopyWithExt()
4068 if ( aFileName.getLength() && aDest.removeSegment() ) in CreateTempCopyWithExt()
4073 ::ucbhelper::Content aTargetContent( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in CreateTempCopyWithExt()