Lines Matching refs:getMetaText
345 ::rtl::OUString SAL_CALL getMetaText(const char* i_name) const;
671 SfxDocumentMetaData::getMetaText(const char* i_name) const in getMetaText() function in __anond7f12c680111::SfxDocumentMetaData
1422 return getMetaText("meta:initial-creator"); in getAuthor()
1436 return getMetaText("meta:generator"); in getGenerator()
1450 return textToDateTimeDefault(getMetaText("meta:creation-date")); in getCreationDate()
1464 return getMetaText("dc:title"); in getTitle()
1477 return getMetaText("dc:subject"); in getSubject()
1491 return getMetaText("dc:description"); in getDescription()
1525 ::rtl::OUString text = getMetaText("dc:language"); in getLanguage()
1551 return getMetaText("dc:creator"); in getModifiedBy()
1565 return textToDateTimeDefault(getMetaText("dc:date")); in getModificationDate()
1579 return getMetaText("meta:printed-by"); in getPrintedBy()
1593 return textToDateTimeDefault(getMetaText("meta:print-date")); in getPrintDate()
1799 ::rtl::OUString text = getMetaText("meta:editing-cycles"); in getEditingCycles()
1826 return textToDuration(getMetaText("meta:editing-duration")); in getEditingDuration()