Home
last modified time | relevance | path

Searched refs:OStorageHelper (Results 1 – 25 of 71) sorted by relevance

123

/AOO41X/main/comphelper/source/misc/
H A Dstoragehelper.cxx53 uno::Reference< lang::XSingleServiceFactory > OStorageHelper::GetStorageFactory( in GetStorageFactory()
72 uno::Reference< lang::XSingleServiceFactory > OStorageHelper::GetFileSystemStorageFactory( in GetFileSystemStorageFactory()
91 uno::Reference< embed::XStorage > OStorageHelper::GetTemporaryStorage( in GetTemporaryStorage()
104 uno::Reference< embed::XStorage > OStorageHelper::GetStorageFromURL( in GetStorageFromURL()
123 uno::Reference< embed::XStorage > OStorageHelper::GetStorageFromURL2( in GetStorageFromURL2()
155 uno::Reference< embed::XStorage > OStorageHelper::GetStorageFromInputStream( in GetStorageFromInputStream()
173 uno::Reference< embed::XStorage > OStorageHelper::GetStorageFromStream( in GetStorageFromStream()
192 void OStorageHelper::CopyInputToOutput( in CopyInputToOutput()
217 uno::Reference< io::XInputStream > OStorageHelper::GetInputStreamFromURL( in GetInputStreamFromURL()
241 void OStorageHelper::SetCommonStorageEncryptionData( in SetCommonStorageEncryptionData()
[all …]
/AOO41X/main/package/source/xstor/
H A Dxstorage.cxx121 ::comphelper::OStorageHelper::CopyInputToOutput( xSourceInStream, xDestOutStream ); in completeStorageStreamCopy_Impl()
158 ::comphelper::OStorageHelper::CopyInputToOutput( xInStream, xTempOut ); in GetSeekableTempCopy()
1881 … ::comphelper::OStorageHelper::CopyInputToOutput( m_xNewRelInfoStream, xOutputStream ); in CommitRelInfo()
2494 …if ( !aStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamNa… in openStreamElement()
2590 …return openEncryptedStream( aStreamName, nOpenMode, ::comphelper::OStorageHelper::CreatePackageEnc… in openEncryptedStreamElement()
2612 …if ( !aStorName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStorName, … in openStorageElement()
2767 …if ( !aStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamNa… in cloneStreamElement()
2844 …return cloneEncryptedStream( aStreamName, ::comphelper::OStorageHelper::CreatePackageEncryptionDat… in cloneEncryptedStreamElement()
2933 …if ( !aStorName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStorName, … in copyStorageElementLastCommitTo()
3027 …if ( !aElementName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aElement… in isStreamElement()
[all …]
/AOO41X/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx85 … refStg = comphelper::OStorageHelper::GetStorageFromURL( rFile, embed::ElementModes::READWRITE ); in SwXMLTextBlocks()
96 … refStg = comphelper::OStorageHelper::GetStorageFromURL( rFile, embed::ElementModes::READ ); in SwXMLTextBlocks()
385 ::comphelper::OStorageHelper::GetTemporaryStorage(); in PutBlock()
515 … uno::Reference < embed::XStorage > refStg = comphelper::OStorageHelper::GetStorageFromURL( aFile, in OpenFile()
/AOO41X/main/sc/source/ui/app/
H A Ddrwtrans.cxx547 …::comphelper::OStorageHelper::GetStorageFromURL( aTempFile.GetURL(), embed::ElementModes::READWRIT… in WriteObject()
561 … ::comphelper::OStorageHelper::CopyInputToOutput( xNewStream->getInputStream(), xDocOut ); in WriteObject()
566 …uno::Reference< embed::XStorage > xDocStg = ::comphelper::OStorageHelper::GetStorageFromStream( xD… in WriteObject()
593 …::comphelper::OStorageHelper::GetStorageFromURL( aTempFile.GetURL(), embed::ElementModes::READWRIT… in WriteObject()
/AOO41X/main/sfx2/source/doc/
H A Dobjstor.cxx222 … o_rEncryptionData = ::comphelper::OStorageHelper::CreatePackageEncryptionData( aPassword ); in GetEncryptionData_Impl()
264 ::comphelper::OStorageHelper::GetInputStreamFromURL( aURL ); in PutURLContentsToVersionStream_Impl()
270 ::comphelper::OStorageHelper::CopyInputToOutput( xTmpInStream, xOutStream ); in PutURLContentsToVersionStream_Impl()
300 … ::comphelper::OStorageHelper::GetStorageFromURL( aTempURL, embed::ElementModes::READWRITE ); in CreateTempCopyOfStorage_Impl()
548 … ::comphelper::OStorageHelper::GetStorageFromStream( xStream, embed::ElementModes::READWRITE ); in ImportFromGeneratedStream_Impl()
1048 …::comphelper::OStorageHelper::SetCommonStorageEncryptionData( GetMedium()->GetStorage(), aEncrypti… in DoSave()
1068 …uno::Reference< embed::XStorage > xTmpStorage = ::comphelper::OStorageHelper::GetTemporaryStorage(… in DoSave()
1436 … ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( xMedStorage, aEncryptionData ); in SaveTo_Impl()
1948 …uno::Reference< embed::XStorage > xTmpStorage = ::comphelper::OStorageHelper::GetTemporaryStorage(… in ConnectTmpStorage_Impl()
3234 … ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( xStorage, aEncryptionData ); in LoadOwnFormat()
[all …]
H A DDocumentMetadataAccess.cxx261 !::comphelper::OStorageHelper::IsValidZipEntryFileName( in isFileNameValid()
1326 xStorage = ::comphelper::OStorageHelper::GetStorageFromInputStream( in loadMetadataFromMedium()
1329 xStorage = ::comphelper::OStorageHelper::GetStorageFromURL2( in loadMetadataFromMedium()
1387 xStorage = ::comphelper::OStorageHelper::GetStorageFromURL2( in storeMetadataToMedium()
H A Ddocfile.cxx911 … ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( pImp->xStorage, aEncryptionData ); in SetEncryptionDataToStorage_Impl()
1509 … ::comphelper::OStorageHelper::GetStorageFactory()->createInstanceWithArguments( aArgs ), in GetStorage()
1575 …pImp->xStorage = comphelper::OStorageHelper::GetStorageFromURL( aTmpName, embed::ElementModes::REA… in GetStorage()
1620 …pImp->m_xZipStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromStream( ZIP_STORAGE_FORM… in GetZipStorageToSign_Impl()
1624 …pImp->m_xZipStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromInputStream( ZIP_STORAGE… in GetZipStorageToSign_Impl()
2084 …uno::Reference < embed::XStorage > xStor = comphelper::OStorageHelper::GetStorageFromURL( GetName(… in Transfer_Impl()
3944 …xWriteableZipStor = ::comphelper::OStorageHelper::GetStorageOfFormatFromStream( ZIP_STORAGE_FORMAT… in SignContents_Impl()
/AOO41X/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx488 …::rtl::OUString aFilterName = GetFilterName( ::comphelper::OStorageHelper::GetXStorageFormat( i_rx… in FillDefaultLoadArgs_Impl()
869 nStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in CreateTempDocFromLink_Impl()
1197 nTargetStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( xStorage ); in storeToEntry()
1210 … nOriginalStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeToEntry()
1328 nTargetStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( xStorage ); in storeAsEntry()
1341 … nOriginalStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeAsEntry()
1617 nStorageFormat = ::comphelper::OStorageHelper::GetXStorageFormat( m_xParentStorage ); in storeOwn()
/AOO41X/main/writerfilter/source/filter/
H A DWriterFilterDetection.cxx119 xDocStorage = comphelper::OStorageHelper::GetStorageFromInputStream( xInputStream ); in detect()
121 xDocStorage = comphelper::OStorageHelper::GetStorageFromURL( in detect()
/AOO41X/main/oox/source/helper/
H A Dzipstorage.cxx70 mxStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromInputStream( in ZipStorage()
88 mxStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromStream( in ZipStorage()
/AOO41X/main/ucb/source/ucp/package/
H A Dpkguri.cxx201 …|| ::comphelper::OStorageHelper::PathHasSegment( m_aPath, ::rtl::OUString( RTL_CONSTASCII_USTRINGP… in init()
202 …|| ::comphelper::OStorageHelper::PathHasSegment( m_aPath, ::rtl::OUString( RTL_CONSTASCII_USTRINGP… in init()
/AOO41X/main/xmlsecurity/workben/
H A Dsignaturetest.cxx367 uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromURL( in IMPL_LINK()
382 uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromURL( in IMPL_LINK()
426 uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromURL( in IMPL_LINK()
/AOO41X/main/svtools/source/misc/
H A Dembedtransfer.cxx113 … uno::Reference < embed::XStorage > xStg = comphelper::OStorageHelper::GetTemporaryStorage(); in GetData()
128 …uno::Reference < embed::XStorage > xStor = comphelper::OStorageHelper::GetStorageFromStream( new u… in GetData()
/AOO41X/main/embeddedobj/source/msole/
H A Dolepersist.cxx141 ::comphelper::OStorageHelper::CopyInputToOutput( xInStream, xTempOutStream ); in GetNewFilledTempFile_Impl()
293 ::comphelper::OStorageHelper::CopyInputToOutput( xInStream, xTempOutStream ); in GetNewFilledTempStream_Impl()
430 ::comphelper::OStorageHelper::CopyInputToOutput( xInStream, xResultOut ); in TryToGetAcceptableFormat_Impl()
553 ::comphelper::OStorageHelper::CopyInputToOutput( xInCacheStream, xTempOutStream ); in InsertVisualCache_Impl()
802 … ::comphelper::OStorageHelper::CopyInputToOutput( xOrigInputStream, xOutputStream ); in TryToRetrieveCachedVisualRepresentation_Impl()
1147 ::comphelper::OStorageHelper::CopyInputToOutput( xTempInStream, xOutStream ); in StoreObjectToStream()
/AOO41X/main/sd/source/filter/html/
H A Dbuttonset.cxx71 …mxStorage = comphelper::OStorageHelper::GetStorageOfFormatFromURL( ZIP_STORAGE_FORMAT_STRING, rURL… in ButtonsImpl()
128 comphelper::OStorageHelper::CopyInputToOutput( xInput, xOutput ); in copyGraphic()
/AOO41X/main/sw/source/filter/xml/
H A Dxmltexti.cxx283 … uno::Reference < embed::XStorage > xStorage = comphelper::OStorageHelper::GetTemporaryStorage(); in createAndInsertOLEObject()
575 uno::Reference < embed::XStorage > xStorage = comphelper::OStorageHelper::GetTemporaryStorage(); in createAndInsertOOoLink()
707 uno::Reference < embed::XStorage > xStorage = comphelper::OStorageHelper::GetTemporaryStorage(); in createAndInsertPlugin()
839 uno::Reference < embed::XStorage > xStorage = comphelper::OStorageHelper::GetTemporaryStorage(); in createAndInsertFloatingFrame()
/AOO41X/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx119 ::comphelper::OStorageHelper::CopyInputToOutput( xTempInp, xOutputStream ); in UpdateOriginal_Impl()
282 ::comphelper::OStorageHelper::CopyInputToOutput( xInputStream, xTempOut ); in initialize()
300 ::comphelper::OStorageHelper::CopyInputToOutput( xInpStream, xTempOut ); in initialize()
/AOO41X/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx129 pImpl->mxStorage = ::comphelper::OStorageHelper::GetTemporaryStorage(); in EmbeddedObjectContainer()
576 …uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromInputStrea… in InsertEmbeddedObject()
594 ::comphelper::OStorageHelper::CopyInputToOutput( xStm, xNewStream->getOutputStream() ); in InsertEmbeddedObject()
1289 ::comphelper::OStorageHelper::CopyInputToOutput( rStream, xOutStream ); in InsertGraphicStream()
1379 ::comphelper::OStorageHelper::CopyInputToOutput( xInStream, xOutStream ); in InsertStreamIntoPicturesStorage_Impl()
/AOO41X/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx365 …if ( ::comphelper::OStorageHelper::PathHasSegment( szPackagePath, OUString( RTL_CONSTASCII_USTRING… in copyFile()
366 …|| ::comphelper::OStorageHelper::PathHasSegment( szPackagePath, OUString( RTL_CONSTASCII_USTRINGPA… in copyFile()
/AOO41X/main/package/source/zipapi/
H A DZipOutputStream.cxx314 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( rEntry.sPath, sal_True ) ) in writeCEN()
363 if ( !::comphelper::OStorageHelper::IsValidZipEntryFileName( rEntry.sPath, sal_True ) ) in writeLOC()
/AOO41X/main/filter/source/xsltfilter/
H A Duof2storage.cxx271 m_xStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromInputStream( in ZipStorage()
286 m_xStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromStream( in ZipStorage()
/AOO41X/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx188 …uno::Reference< embed::XStorage > xTemp = OStorageHelper::GetTemporaryStorage(/*sFileTemp,embed::E… in getNewOutputName()
220 …uno::Reference< embed::XStorage > xOut = OStorageHelper::GetStorageFromURL(sFileURL,embed::Element… in getNewOutputName()
/AOO41X/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx147 xStorageProperties.set( ::comphelper::OStorageHelper::GetStorageFromInputStream( in detect()
157 xStorageProperties.set( ::comphelper::OStorageHelper::GetStorageFromURL( in detect()
/AOO41X/main/sfx2/source/appl/
H A Dappopen.cxx255 o_rEncryptionData = ::comphelper::OStorageHelper::CreatePackageEncryptionData( rPassword ); in verifyPassword()
269 ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( mxStorage, rEncryptionData ); in verifyEncryptionData()
479 …uno::Reference< embed::XStorage > xTempStorage = ::comphelper::OStorageHelper::GetTemporaryStorage… in LoadTemplate()
/AOO41X/main/sc/source/ui/view/
H A Dviewfun5.cxx135 …uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromInputStrea… in PasteDataFormat()
239 … uno::Reference< embed::XStorage > xTmpStor = ::comphelper::OStorageHelper::GetTemporaryStorage(); in PasteDataFormat()

123