Home
last modified time | relevance | path

Searched refs:mxStorage (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/oox/source/ole/
H A Dolestorage.cxx86 Reference< XNameContainer > mxStorage; member in oox::ole::__anon74114b480111::OleOutputStream
97 mxStorage( rxStorage ), in OleOutputStream()
160 if( !ContainerHelper::insertByName( mxStorage, maElementName, Any( mxTempFile ) ) ) in closeOutput()
204 mxStorage( rxStorage ), in OleStorage()
207 OSL_ENSURE( mxStorage.is(), "OleStorage::OleStorage - missing substorage elements" ); in OleStorage()
256 mxStorage.set( xFactory->createInstanceWithArguments( in initStorage()
273 mxStorage.set( xFactory->createInstanceWithArguments( in initStorage()
285 if( mxStorage.is() ) try in implIsStorage()
290 mxStorage->hasElements(); in implIsStorage()
308 if( mxStorage.is() ) try in implGetElementNames()
[all …]
/AOO41X/main/oox/source/helper/
H A Dzipstorage.cxx70 mxStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromInputStream( in ZipStorage()
88 mxStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromStream( in ZipStorage()
99 mxStorage( rxStorage ) in ZipStorage()
101 OSL_ENSURE( mxStorage.is(), "ZipStorage::ZipStorage - missing storage" ); in ZipStorage()
110 return mxStorage.is(); in implIsStorage()
115 return mxStorage; in implGetXStorage()
121 if( mxStorage.is() ) try in implGetElementNames()
123 aNames = mxStorage->getElementNames(); in implGetElementNames()
136 if( mxStorage.is() ) try in implOpenSubStorage()
139 if( mxStorage->isStorageElement( rElementName ) ) in implOpenSubStorage()
[all …]
H A Dgraphichelper.cxx69 mxStorage( rxStorage ), in GraphicHelper()
304 xGraphic = importGraphic( mxStorage->openInputStream( rStreamName ) ); in importEmbeddedGraphic()
/AOO41X/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx90 uno::Reference < embed::XStorage > mxStorage; member
110 mxImageStorage = mxStorage->openStorageElement( in GetReplacements()
115 mxImageStorage = mxStorage->openStorageElement( in GetReplacements()
129 pImpl->mxStorage = ::comphelper::OStorageHelper::GetTemporaryStorage(); in EmbeddedObjectContainer()
138 pImpl->mxStorage = rStor; in EmbeddedObjectContainer()
147 pImpl->mxStorage = rStor; in EmbeddedObjectContainer()
159 pImpl->mxStorage->dispose(); in SwitchPersistence()
161 pImpl->mxStorage = rStor; in SwitchPersistence()
219 pImpl->mxStorage->dispose(); in ~EmbeddedObjectContainer()
282 uno::Reference < container::XNameAccess > xAccess( pImpl->mxStorage, uno::UNO_QUERY ); in HasEmbeddedObject()
[all …]
/AOO41X/main/oox/source/core/
H A Dfilterbase.cxx137 StorageRef mxStorage; member
360 return mxImpl->mxStorage; in getStorage()
365 return mxImpl->mxStorage->openSubStorage( rStorageName, bCreateMissing ); in openSubStorage()
370 return mxImpl->mxStorage->openInputStream( rStreamName ); in openInputStream()
375 return mxImpl->mxStorage->openOutputStream( rStreamName ); in openOutputStream()
380 mxImpl->mxStorage->commit(); in commitStorage()
509 mxImpl->mxStorage = implCreateStorage( mxImpl->mxInStream ); in filter()
510 bRet = mxImpl->mxStorage.get() && importDocument(); in filter()
516 mxImpl->mxStorage = implCreateStorage( mxImpl->mxOutStream ); in filter()
517 bRet = mxImpl->mxStorage.get() && exportDocument(); in filter()
[all …]
/AOO41X/main/writerfilter/source/ooxml/
H A DOOXMLStreamImpl.cxx46 mxStorage.set in OOXMLStreamImpl()
49 mxRelationshipAccess.set(mxStorage, uno::UNO_QUERY_THROW); in OOXMLStreamImpl()
58 mxStorage(rOOXMLStream.mxStorage), in OOXMLStreamImpl()
71 mxStorage(rOOXMLStream.mxStorage), in OOXMLStreamImpl()
227 xHierarchicalStorageAccess(mxStorage, uno::UNO_QUERY); in init()
H A DOOXMLStreamImpl.hxx43 uno::Reference<embed::XStorage> mxStorage; member in writerfilter::ooxml::OOXMLStreamImpl
/AOO41X/main/sd/source/filter/html/
H A Dbuttonset.cxx64 Reference< XStorage > mxStorage; member in ButtonsImpl
71mxStorage = comphelper::OStorageHelper::GetStorageOfFormatFromURL( ZIP_STORAGE_FORMAT_STRING, rURL… in ButtonsImpl()
82 if( mxStorage.is() ) try in getInputStream()
84 Reference< XStream > xStream( mxStorage->openStreamElement( rName, ElementModes::READ ) ); in getInputStream()
/AOO41X/main/basic/source/uno/
H A Ddlgcont.cxx228 if ( mxStorage.is() && xStorage.is() ) in storeLibrariesToStorage()
232 long nSource = SotStorage::GetVersion( mxStorage ); in storeLibrariesToStorage()
368 sal_Bool bStorage = mxStorage.is(); in implCreateStringResource()
384 … xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in implCreateStringResource()
461 … xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRITE ); in onNewRootStorage()
H A Dnamecont.cxx435 return mxStorage; in getRootStorage()
444 mxStorage = _rxRootStorage; in setRootStorage()
535 storeLibraries_Impl( mxStorage, mxStorage.is() ); in storeLibraries()
671 mxStorage = xStorage; in init_Impl()
672 sal_Bool bStorage = mxStorage.is(); in init_Impl()
1810 const bool bInplaceStorage = bStorage && ( i_rStorage == mxStorage ); in storeLibraries_Impl()
1864 if ( mxStorage->hasByName( maLibrariesDir ) ) in storeLibraries_Impl()
1865 …xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, bInplaceStorage ? embed::Ele… in storeLibraries_Impl()
1867 …xSourceLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READWRI… in storeLibraries_Impl()
2259 if( mxStorage.is() ) in removeLibrary()
[all …]
H A Dscriptcont.cxx479 sal_Bool bStorage = mxStorage.is() && !pImplLib->mbLink; in changeLibraryPassword()
878 sal_Bool bStorage = mxStorage.is() && !bLink; in implLoadPasswordLibrary()
924 … xLibrariesStor = mxStorage->openStorageElement( maLibrariesDir, embed::ElementModes::READ ); in implLoadPasswordLibrary()
/AOO41X/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx162 mxStorage = rxStorage; in UriBindingHelper()
175 if ( mxStorage.is() ) in getUriBinding()
177 xInputStream = OpenInputStream( mxStorage, uri ); in getUriBinding()
H A Dxmlsignaturehelper2.hxx115 com::sun::star::uno::Reference < com::sun::star::embed::XStorage > mxStorage; member in UriBindingHelper
/AOO41X/main/sfx2/source/appl/
H A Dappopen.cxx240 mxStorage( rxStorage ) {} in SfxDocPasswordVerifier()
249 Reference< embed::XStorage > mxStorage; member in SfxDocPasswordVerifier
269 ::comphelper::OStorageHelper::SetCommonStorageEncryptionData( mxStorage, rEncryptionData ); in verifyEncryptionData()
271 mxStorage->openStreamElement( in verifyEncryptionData()
/AOO41X/main/oox/inc/oox/helper/
H A Dzipstorage.hxx83 mxStorage; /// Storage based on input or output stream.
H A Dgraphichelper.hxx161 StorageRef mxStorage; /// Storage containing embedded graphics. member in oox::GraphicHelper
/AOO41X/main/oox/inc/oox/ole/
H A Dolestorage.hxx103 mxStorage; /// Access to elements of this sub storage.
/AOO41X/main/basic/source/inc/
H A Dnamecont.hxx244 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > mxStorage;