Lines Matching refs:ZipStorage
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()
196 Reference< XOutputStream > ZipStorage::implOpenOutputStream( const OUString& rElementName ) in implOpenOutputStream()
209 void ZipStorage::implCommit() const in implCommit()