Home
last modified time | relevance | path

Searched refs:ZipStorage (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/source/helper/
H A Dzipstorage.cxx50 ZipStorage::ZipStorage( const Reference< XComponentContext >& rxContext, const Reference< XInputStr… in ZipStorage() function in oox::ZipStorage
79 ZipStorage::ZipStorage( const Reference< XComponentContext >& rxContext, const Reference< XStream >… in ZipStorage() function in oox::ZipStorage
97 ZipStorage::ZipStorage( const ZipStorage& rParentStorage, const Reference< XStorage >& rxStorage, c… in ZipStorage() function in oox::ZipStorage
104 ZipStorage::~ZipStorage() in ~ZipStorage()
108 bool ZipStorage::implIsStorage() const in implIsStorage()
113 Reference< XStorage > ZipStorage::implGetXStorage() const in implGetXStorage()
118 void ZipStorage::implGetElementNames( ::std::vector< OUString >& orElementNames ) const in implGetElementNames()
162 xSubStorage.reset( new ZipStorage( *this, xSubXStorage, rElementName ) ); in implOpenSubStorage()
166 Reference< XInputStream > ZipStorage::implOpenInputStream( const OUString& rElementName ) in implOpenInputStream()
196 Reference< XOutputStream > ZipStorage::implOpenOutputStream( const OUString& rElementName ) in implOpenOutputStream()
[all …]
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx264 ZipStorage::ZipStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServi… in ZipStorage() function in XSLT::ZipStorage
279 ZipStorage::ZipStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServi… in ZipStorage() function in XSLT::ZipStorage
295 ZipStorage::ZipStorage( const ZipStorage& rParentStorage, const ::com::sun::star::uno::Reference< :… in ZipStorage() function in XSLT::ZipStorage
302 ZipStorage::~ZipStorage() in ~ZipStorage()
307 bool ZipStorage::implIsStorage() const in implIsStorage()
312 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > ZipStorage::implGetXStorage()… in implGetXStorage()
317 void ZipStorage::implGetElementNames( ::std::vector< ::rtl::OUString >& orElementNames ) const in implGetElementNames()
369 xSubStorage.reset(new ZipStorage( *this, xSubXStorage, rElementName )); in implOpenSubStorage()
410 void ZipStorage::implCommit() const in implCommit()
425 : m_pMainStorage(new ZipStorage(rxFactory, rxInStream)) in UOF2Storage()
[all …]
H A Duof2storage.hxx146 class ZipStorage : public StorageBase class
149 explicit ZipStorage(
153 explicit ZipStorage(
157 virtual ~ZipStorage();
160 explicit ZipStorage(
161 const ZipStorage& rParentStorage,
/trunk/main/oox/inc/oox/helper/
H A Dzipstorage.hxx38 class ZipStorage : public StorageBase class
41 explicit ZipStorage(
45 explicit ZipStorage(
49 virtual ~ZipStorage();
52 explicit ZipStorage(
53 const ZipStorage& rParentStorage,
/trunk/main/oox/source/export/
H A Dooxml-export-notes.txt116 - ZipStorage for XML handling and StorageRef (XStorage interface)
117 - To construct ZipStorage, need XMultiServiceFactory (!), and
126 - problem: exception during construction, because ZipStorage hates me:
133 #2 0x00007f12c33d1a6d in ZipStorage (this=0x1a92550, rxFactory=@0x1a502c0,
161 ZipStorage. This caused ZipStorage to complain because OLESS data was
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx257 ZipStorage aZipStorage( rxContext, rxInStrm ); in lclIsZipPackage()
457 ZipStorage aZipStorage( mxContext, xInStrm ); in detect()
H A Dxmlfilterbase.cxx507 return StorageRef( new ZipStorage( getComponentContext(), rxInStream ) ); in implCreateStorage()
512 return StorageRef( new ZipStorage( getComponentContext(), rxOutStream ) ); in implCreateStorage()
/trunk/main/oox/source/dump/
H A Dpptxdumper.cxx127 StorageRef xStrg( new ZipStorage( rxContext, rxInStrm ) ); in Dumper()
H A Dxlsbdumper.cxx2317 StorageRef xStrg( new ZipStorage( getContext(), rxInStrm ) ); in Dumper()

Completed in 36 milliseconds