Searched refs:ZipStorage (Results 1 – 8 of 8) sorted by relevance
| /trunk/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() 132 StorageRef ZipStorage::implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) in implOpenSubStorage() 162 xSubStorage.reset( new ZipStorage( *this, xSubXStorage, rElementName ) ); in implOpenSubStorage() 166 Reference< XInputStream > ZipStorage::implOpenInputStream( const OUString& rElementName ) in implOpenInputStream() [all …]
|
| /trunk/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() 334 XSLT::StorageRef ZipStorage::implOpenSubStorage( const ::rtl::OUString& rElementName, bool bCreated… in implOpenSubStorage() 369 xSubStorage.reset(new ZipStorage( *this, xSubXStorage, rElementName )); in implOpenSubStorage() 374 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > ZipStorage::implOpenInputStr… in implOpenInputStream() [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,
|
| /trunk/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,
|
| /trunk/main/oox/source/core/ |
| H A D | filterdetect.cxx | 257 ZipStorage aZipStorage( rxContext, rxInStrm ); in lclIsZipPackage() 457 ZipStorage aZipStorage( mxContext, xInStrm ); in detect()
|
| H A D | xmlfilterbase.cxx | 507 return StorageRef( new ZipStorage( getComponentContext(), rxInStream ) ); in implCreateStorage() 512 return StorageRef( new ZipStorage( getComponentContext(), rxOutStream ) ); in implCreateStorage()
|
| /trunk/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()
|