Searched refs:ZipStorage (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/oox/source/helper/ |
H A D | zipstorage.cxx | 50 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 …]
|
/aoo41x/main/filter/source/xsltfilter/ |
H A D | uof2storage.cxx | 264 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 D | uof2storage.hxx | 146 class ZipStorage : public StorageBase class 149 explicit ZipStorage( 153 explicit ZipStorage( 157 virtual ~ZipStorage(); 160 explicit ZipStorage( 161 const ZipStorage& rParentStorage,
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | zipstorage.hxx | 38 class ZipStorage : public StorageBase class 41 explicit ZipStorage( 45 explicit ZipStorage( 49 virtual ~ZipStorage(); 52 explicit ZipStorage( 53 const ZipStorage& rParentStorage,
|
/aoo41x/main/oox/source/export/ |
H A D | ooxml-export-notes.txt | 116 - 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
|
/aoo41x/main/oox/source/core/ |
H A D | xmlfilterbase.cxx | 507 return StorageRef( new ZipStorage( getComponentContext(), rxInStream ) ); in implCreateStorage() 512 return StorageRef( new ZipStorage( getComponentContext(), rxOutStream ) ); in implCreateStorage()
|
H A D | filterdetect.cxx | 271 ZipStorage aZipStorage( rxContext, rxInStrm ); in lclIsZipPackage() 646 ZipStorage aZipStorage( mxContext, xInStrm ); in detect()
|
/aoo41x/main/oox/source/dump/ |
H A D | pptxdumper.cxx | 127 StorageRef xStrg( new ZipStorage( rxContext, rxInStrm ) ); in Dumper()
|
H A D | xlsbdumper.cxx | 2317 StorageRef xStrg( new ZipStorage( getContext(), rxInStrm ) ); in Dumper()
|
Completed in 47 milliseconds