Lines Matching refs:xHandler
45 ManifestExport::ManifestExport( uno::Reference< xml::sax::XDocumentHandler > xHandler, const uno::… in ManifestExport() argument
189 xHandler->startDocument(); in ManifestExport()
190 uno::Reference < xml::sax::XExtendedDocumentHandler > xExtHandler ( xHandler, uno::UNO_QUERY ); in ManifestExport()
195 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
197 xHandler->startElement( sManifestElement, xRootAttrList ); in ManifestExport()
250 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
252 xHandler->startElement( sFileEntryElement , xAttrList); in ManifestExport()
261 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
279 xHandler->startElement( sEncryptionDataElement , xNewAttrList); in ManifestExport()
312 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
313 xHandler->startElement( sAlgorithmElement , xNewAttrList); in ManifestExport()
314 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
315 xHandler->endElement( sAlgorithmElement ); in ManifestExport()
338 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
339 xHandler->startElement( sKeyDerivationElement , xNewAttrList); in ManifestExport()
340 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
341 xHandler->endElement( sKeyDerivationElement ); in ManifestExport()
373 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
374 xHandler->startElement( sStartKeyGenerationElement , xNewAttrList); in ManifestExport()
375 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
376 xHandler->endElement( sStartKeyGenerationElement ); in ManifestExport()
379 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
380 xHandler->endElement( sEncryptionDataElement ); in ManifestExport()
382 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
383 xHandler->endElement( sFileEntryElement ); in ManifestExport()
385 xHandler->ignorableWhitespace ( sWhiteSpace ); in ManifestExport()
386 xHandler->endElement( sManifestElement ); in ManifestExport()
387 xHandler->endDocument(); in ManifestExport()