Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx489 rtl::OUString aDestPath = aDestBasePath; in implProcessHelp() local
491 aDestPath += aPureFolderName; in implProcessHelp()
492 xSFA->copy( aSubFolderURL, aDestPath ); in implProcessHelp()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx99 …::ucbhelper::Content aDestPath( aDestObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< u… in Transfer_Impl()
100 uno::Reference< ucb::XCommandInfo > xInfo = aDestPath.getCommands(); in Transfer_Impl()
104 aDestPath.executeCommand( aTransferName, uno::makeAny( in Transfer_Impl()
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx105 …Content aDestPath( aDestObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::st… in Transfer_Impl() local
106 uno::Reference< ::com::sun::star::ucb::XCommandInfo > xInfo = aDestPath.getCommands(); in Transfer_Impl()
110 aDestPath.executeCommand( aTransferName, makeAny( in Transfer_Impl()
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx345 …::ucbhelper::Content aDestPath( rDstURL.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< uc… in CopyFile()
347 aDestPath.executeCommand( OUString::createFromAscii( "transfer" ), in CopyFile()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx176 ::ucbhelper::Content aDestPath( aDestPathObj.GetMainURL(INetURLObject::NO_DECODE), in MoveFile()
178 uno::Reference< ::com::sun::star::ucb::XCommandInfo > xInfo = aDestPath.getCommands(); in MoveFile()
182 aDestPath.executeCommand( aTransferName, uno::makeAny( in MoveFile()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3264 DirEntry aDestPath; in Execute() local
3266 aDestPath = DirEntry( aString2 ); in Execute()
3269 aDestPath = DirEntry( aFileName ); in Execute()
3270 aDestPath.SetExtension( CUniString( "plaintext" ) ); in Execute()
3274 sal_uInt16 nEntries = Dir( aDestPath, FSYS_KIND_FILE | FSYS_KIND_DIR ).Count(); in Execute()
3279 if ( Dir( aDestPath, FSYS_KIND_FILE | FSYS_KIND_DIR ).Count() > 2 ) in Execute()
3280 … DirectLog( S_QAError, GEN_RES_STR1( S_DIRECTORY_NOT_EMPTY, aDestPath.GetFull() ) ); in Execute()
3284 ReportError( GEN_RES_STR2(S_UNPACKING_STORAGE_FAILED, aFileName, aDestPath.GetFull()) ); in Execute()
3286 UnpackStorage( xStorage, aDestPath ); in Execute()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx371 ucbhelper::Content aDestPath( aDestURL, mxEnvironment ); in transferImpl() local
376 aDestPath.transferContent( aSrc, in transferImpl()

Completed in 76 milliseconds