Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/core/
H A Dxmlfilterbase.cxx381 FSHelperPtr pCoreProps = rSelf.openFragmentStreamWithSerializer( in writeCoreProperties() local
384 pCoreProps->startElementNS( XML_cp, XML_coreProperties, in writeCoreProperties()
393 writeElement( pCoreProps, FSNS( XML_cp, XML_category ), "category" ); in writeCoreProperties()
394 writeElement( pCoreProps, FSNS( XML_cp, XML_contentStatus ), "status" ); in writeCoreProperties()
395 writeElement( pCoreProps, FSNS( XML_cp, XML_contentType ), "contentType" ); in writeCoreProperties()
398 writeElement( pCoreProps, FSNS( XML_dc, XML_creator ), xProperties->getAuthor() ); in writeCoreProperties()
401 writeElement( pCoreProps, FSNS( XML_dc, XML_identifier ), "ident" ); in writeCoreProperties()
409 writeElement( pCoreProps, FSNS( XML_dc, XML_subject ), xProperties->getSubject() ); in writeCoreProperties()
410 writeElement( pCoreProps, FSNS( XML_dc, XML_title ), xProperties->getTitle() ); in writeCoreProperties()
412 writeElement( pCoreProps, FSNS( XML_cp, XML_version ), "version" ); in writeCoreProperties()
[all …]

Completed in 18 milliseconds