Lines Matching refs:ucbhelper

267     ::ucbhelper::Content aContent;
471 …::rtl::Reference< ::ucbhelper::InteractionRequest > xInteractionRequestImpl = new ::ucbhelper::Int… in CheckFileDate()
474 … aContinuations[0] = new ::ucbhelper::InteractionAbort( xInteractionRequestImpl.get() ); in CheckFileDate()
475 … aContinuations[1] = new ::ucbhelper::InteractionApprove( xInteractionRequestImpl.get() ); in CheckFileDate()
480 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xInteractionRequestImpl->getS… in CheckFileDate()
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()
936 ::rtl::Reference< ::ucbhelper::InteractionRequest > xInteractionRequestImpl; in ShowLockedWebDAVDocumentDialog()
947 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( in ShowLockedWebDAVDocumentDialog()
952 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( in ShowLockedWebDAVDocumentDialog()
957 aContinuations[0] = new ::ucbhelper::InteractionAbort( xInteractionRequestImpl.get() ); in ShowLockedWebDAVDocumentDialog()
958 aContinuations[1] = new ::ucbhelper::InteractionApprove( xInteractionRequestImpl.get() ); in ShowLockedWebDAVDocumentDialog()
959 aContinuations[2] = new ::ucbhelper::InteractionDisapprove( xInteractionRequestImpl.get() ); in ShowLockedWebDAVDocumentDialog()
964 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xInteractionRequestImpl->getS… in ShowLockedWebDAVDocumentDialog()
1015 ::rtl::Reference< ::ucbhelper::InteractionRequest > xInteractionRequestImpl; in ShowLockedDocumentDialog()
1022 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( uno::makeAny( in ShowLockedDocumentDialog()
1044 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( uno::makeAny( in ShowLockedDocumentDialog()
1049 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( uno::makeAny( in ShowLockedDocumentDialog()
1056 aContinuations[0] = new ::ucbhelper::InteractionAbort( xInteractionRequestImpl.get() ); in ShowLockedDocumentDialog()
1057 aContinuations[1] = new ::ucbhelper::InteractionApprove( xInteractionRequestImpl.get() ); in ShowLockedDocumentDialog()
1058 aContinuations[2] = new ::ucbhelper::InteractionDisapprove( xInteractionRequestImpl.get() ); in ShowLockedDocumentDialog()
1063 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xInteractionRequestImpl->getS… in ShowLockedDocumentDialog()
1154 … ::ucbhelper::Content aContent( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv ); in LockOrigFileOnDemand()
1221 … ::rtl::Reference< ::ucbhelper::InteractionRequest > xIgnoreRequestImpl in LockOrigFileOnDemand()
1222 … = new ::ucbhelper::InteractionRequest( uno::makeAny( document::LockFileIgnoreRequest() ) ); in LockOrigFileOnDemand()
1225 … aContinuations[0] = new ::ucbhelper::InteractionAbort( xIgnoreRequestImpl.get() ); in LockOrigFileOnDemand()
1226 … aContinuations[1] = new ::ucbhelper::InteractionApprove( xIgnoreRequestImpl.get() ); in LockOrigFileOnDemand()
1231 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xIgnoreRequestImpl->getSelect… in LockOrigFileOnDemand()
1341 xComEnv = new ::ucbhelper::CommandEnvironment( xCHandler, in LockOrigFileOnDemand()
1343 …::ucbhelper::Content aContentToLock( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xComEn… in LockOrigFileOnDemand()
1358 … ::rtl::Reference< ::ucbhelper::InteractionRequest > xIgnoreRequestImpl in LockOrigFileOnDemand()
1359 … = new ::ucbhelper::InteractionRequest( uno::makeAny( document::LockFileIgnoreRequest() ) ); in LockOrigFileOnDemand()
1362 … aContinuations[0] = new ::ucbhelper::InteractionAbort( xIgnoreRequestImpl.get() ); in LockOrigFileOnDemand()
1363 … aContinuations[1] = new ::ucbhelper::InteractionApprove( xIgnoreRequestImpl.get() ); in LockOrigFileOnDemand()
1368 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xIgnoreRequestImpl->getSelect… 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()
2119 xComEnv = new ::ucbhelper::CommandEnvironment( xInteractionHandler, 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()
2183 …if (!aTransferContent.transferContent( aSourceContent, ::ucbhelper::InsertOperation_COPY, aFileNam… 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()
2248 ::ucbhelper::InsertOperation_COPY, 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()
2334 ::ucbhelper::InsertOperation_COPY, in DoBackup_Impl()
2998 xComEnv = new ::ucbhelper::CommandEnvironment( xHandler, in UnlockFile()
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()
3779 …if ( aTargetContent.transferContent( pImp->aContent, ::ucbhelper::InsertOperation_COPY, aFileName,… 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()
4076 ::ucbhelper::InsertOperation_COPY, in CreateTempCopyWithExt()