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()
397 … writeElement( pCoreProps, FSNS( XML_dcterms, XML_created ), xProperties->getCreationDate() ); in writeCoreProperties()
398 writeElement( pCoreProps, FSNS( XML_dc, XML_creator ), xProperties->getAuthor() ); in writeCoreProperties()
399 writeElement( pCoreProps, FSNS( XML_dc, XML_description ), xProperties->getDescription() ); in writeCoreProperties()
401 writeElement( pCoreProps, FSNS( XML_dc, XML_identifier ), "ident" ); in writeCoreProperties()
403 writeElement( pCoreProps, FSNS( XML_cp, XML_keywords ), xProperties->getKeywords() ); in writeCoreProperties()
[all …]