Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dfilterdetect.cxx257 ZipStorage aZipStorage( rxContext, rxInStrm ); in lclIsZipPackage() local
258 return aZipStorage.isStorage(); in lclIsZipPackage()
457 ZipStorage aZipStorage( mxContext, xInStrm ); in detect() local
458 if( aZipStorage.isStorage() ) in detect()
469 aParser.parseStream( aZipStorage, CREATE_OUSTRING( "_rels/.rels" ) ); in detect()
470 aParser.parseStream( aZipStorage, CREATE_OUSTRING( "[Content_Types].xml" ) ); in detect()

Completed in 17 milliseconds