Lines Matching refs:pCoreProps

381     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()
404 writeElement( pCoreProps, FSNS( XML_dc, XML_language ), xProperties->getLanguage() ); in writeCoreProperties()
405 writeElement( pCoreProps, FSNS( XML_cp, XML_lastModifiedBy ), xProperties->getModifiedBy() ); in writeCoreProperties()
406 writeElement( pCoreProps, FSNS( XML_cp, XML_lastPrinted ), xProperties->getPrintDate() ); in writeCoreProperties()
407 …writeElement( pCoreProps, FSNS( XML_dcterms, XML_modified ), xProperties->getModificationDate()… in writeCoreProperties()
408 … writeElement( pCoreProps, FSNS( XML_cp, XML_revision ), xProperties->getEditingCycles() ); 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()
415 pCoreProps->endElementNS( XML_cp, XML_coreProperties ); in writeCoreProperties()