Lines Matching refs:Content

267     ::ucbhelper::Content aContent;
510 … ::ucbhelper::Content aContent( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv ); in GetInitFileDate()
539 pImp->aContent = ::ucbhelper::Content( xContent, xEnv ); in GetContent()
554 ::ucbhelper::Content::create( aURL, xEnv, pImp->aContent ); in GetContent()
845 ::ucbhelper::Content aOriginalContent; in StorageBackup_Impl()
854 …&& ::ucbhelper::Content::create( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv,… in StorageBackup_Impl()
1154 … ::ucbhelper::Content aContent( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv ); in LockOrigFileOnDemand()
1343 …::ucbhelper::Content aContentToLock( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xComEn… in LockOrigFileOnDemand()
1711 sal_Bool SfxMedium::UseBackupToRestore_Impl( ::ucbhelper::Content& aOriginalContent, in UseBackupToRestore_Impl()
1716 ::ucbhelper::Content aTransactCont( pImp->m_aBackupURL, xComEnv ); in UseBackupToRestore_Impl()
1739 ::ucbhelper::Content aOriginalContent; in StorageCommit_Impl()
1761 && ::ucbhelper::Content::create( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), in StorageCommit_Impl()
1771 pImp->aContent = ::ucbhelper::Content(); in StorageCommit_Impl()
1801 ::ucbhelper::Content aOriginalContent; in TransactedTransferForFS_Impl()
1805 … aOriginalContent = ::ucbhelper::Content( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in TransactedTransferForFS_Impl()
1838 ::ucbhelper::Content aTempCont; in TransactedTransferForFS_Impl()
1839 …if( ::ucbhelper::Content::create( aSource.GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv, aTemp… in TransactedTransferForFS_Impl()
1957 ::ucbhelper::Content aTargetContent( aURL, xEnv ); in TryDirectTransfer()
2023 ::ucbhelper::Content aTempCont; in Transfer_Impl()
2024 …if( ::ucbhelper::Content::create( aSource.GetMainURL( INetURLObject::NO_DECODE ), xEnv, aTempCont … in Transfer_Impl()
2130 ::ucbhelper::Content aSourceContent; in Transfer_Impl()
2131 ::ucbhelper::Content aTransferContent; in Transfer_Impl()
2139 … aTransferContent = ::ucbhelper::Content( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in Transfer_Impl()
2165 …::ucbhelper::Content::create( aSource.GetMainURL( INetURLObject::NO_DECODE ), xEnv, aSourceContent… in Transfer_Impl()
2225 void SfxMedium::DoInternalBackup_Impl( const ::ucbhelper::Content& aOriginalContent, in DoInternalBackup_Impl()
2242 ::ucbhelper::Content aBackupCont; in DoInternalBackup_Impl()
2243 if( ::ucbhelper::Content::create( aDestDir, xDummyEnv, aBackupCont ) ) in DoInternalBackup_Impl()
2265 void SfxMedium::DoInternalBackup_Impl( const ::ucbhelper::Content& aOriginalContent ) in DoInternalBackup_Impl()
2316 ::ucbhelper::Content aContent; in DoBackup_Impl()
2318 if( ::ucbhelper::Content::create( aBakDir, xEnv, aContent ) ) in DoBackup_Impl()
2327 ::ucbhelper::Content aSourceContent; in DoBackup_Impl()
2328 …if ( ::ucbhelper::Content::create( aSource.GetMainURL( INetURLObject::NO_DECODE ), xEnv, aSourceCo… in DoBackup_Impl()
3000 …::ucbhelper::Content aContentToUnlock( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xCom… in UnlockFile()
3059 pImp->aContent = ::ucbhelper::Content(); in CloseStreams_Impl()
3115 pImp->aContent = ::ucbhelper::Content(); in SetName()
3138 pImp->aContent = ::ucbhelper::Content(); in SetPhysicalName_Impl()
3778 … ::ucbhelper::Content aTargetContent( aTmpURLObj.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in CreateTempFile()
4073 ::ucbhelper::Content aTargetContent( aDest.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in CreateTempCopyWithExt()
4074 ::ucbhelper::Content aSourceContent( aSource.GetMainURL( INetURLObject::NO_DECODE ), xComEnv ); in CreateTempCopyWithExt()