Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx484 uno::Sequence< uno::Sequence< beans::StringPair > > aContentTypeInfo = in parseContentType() local
487 if ( aContentTypeInfo.getLength() != 2 ) in parseContentType()
491 for ( nInd = 0; nInd < aContentTypeInfo[0].getLength(); nInd++ ) in parseContentType()
492 m_pRootFolder->setChildStreamsTypeByExtension( aContentTypeInfo[0][nInd] ); in parseContentType()
495 for ( nInd = 0; nInd < aContentTypeInfo[1].getLength(); nInd++ ) in parseContentType()
498 if ( aContentTypeInfo[1][nInd].First.toChar() == ( sal_Unicode )'/' ) in parseContentType()
499 aPath = aContentTypeInfo[1][nInd].First.copy( 1 ); in parseContentType()
501 aPath = aContentTypeInfo[1][nInd].First; in parseContentType()
513 pStream->SetMediaType( aContentTypeInfo[1][nInd].Second ); in parseContentType()

Completed in 28 milliseconds