Home
last modified time | relevance | path

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

/trunk/main/svl/source/misc/
H A Ddocumentlockfile.cxx118 ::ucbhelper::Content aTargetContent( m_aURL, xEnv ); in CreateOwnLockFile()
125aTargetContent.executeCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "insert" ) ), aCmdArg… in CreateOwnLockFile()
129aTargetContent.setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsHidden" ) ), uno… in CreateOwnLockFile()
185 ::ucbhelper::Content aTargetContent( m_aURL, xEnv ); in OverwriteOwnLockFile()
189 uno::Reference< io::XStream > xStream = aTargetContent.openWriteableStreamNoLock(); in OverwriteOwnLockFile()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx1957 ::ucbhelper::Content aTargetContent( aURL, xEnv ); in TryDirectTransfer()
1971 aTargetContent.executeCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "insert" ) ), in TryDirectTransfer()
3778 … ::ucbhelper::Content aTargetContent( aTmpURLObj.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in CreateTempFile()
3779 …if ( aTargetContent.transferContent( pImp->aContent, ::ucbhelper::InsertOperation_COPY, aFileName,… in CreateTempFile()
4073 ::ucbhelper::Content aTargetContent( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in CreateTempCopyWithExt()
4075 if ( aTargetContent.transferContent( aSourceContent, in CreateTempCopyWithExt()
H A Ddoctemplates.cxx1406 Content aTargetContent( aUserPath, maCmdEnv ); in WriteUINamesForTemplateDir_Impl() local
1408 aTargetContent.transferContent( aSourceContent, in WriteUINamesForTemplateDir_Impl()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx3318 ::ucbhelper::Content aTargetContent; in implts_copyFile()
3322 aTargetContent = ::ucbhelper::Content(sTargetPath, xEnvironment); in implts_copyFile()
3335aTargetContent.transferContent(aSourceContent, ::ucbhelper::InsertOperation_COPY, sTargetName, nNa… in implts_copyFile()

Completed in 49 milliseconds