Searched refs:aTargetContent (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svl/source/misc/ |
H A D | documentlockfile.cxx | 118 ::ucbhelper::Content aTargetContent( m_aURL, xEnv ); in CreateOwnLockFile() 125 …aTargetContent.executeCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "insert" ) ), aCmdArg… in CreateOwnLockFile() 129 …aTargetContent.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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfile.cxx | 1957 ::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 D | doctemplates.cxx | 1406 Content aTargetContent( aUserPath, maCmdEnv ); in WriteUINamesForTemplateDir_Impl() local 1408 aTargetContent.transferContent( aSourceContent, in WriteUINamesForTemplateDir_Impl()
|
/aoo41x/main/framework/source/services/ |
H A D | autorecovery.cxx | 3318 ::ucbhelper::Content aTargetContent; in implts_copyFile() 3322 aTargetContent = ::ucbhelper::Content(sTargetPath, xEnvironment); in implts_copyFile() 3335 …aTargetContent.transferContent(aSourceContent, ::ucbhelper::InsertOperation_COPY, sTargetName, nNa… in implts_copyFile()
|
Completed in 55 milliseconds