Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/ooofilereader/
H A Dmetainforeader.cxx39 m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG; in CMetaInfoReader()
76 m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG; in CMetaInfoReader()
201 …if (( tag_name == META_INFO_TITLE )||( tag_name == META_INFO_AUTHOR )||( tag_name == META_INFO_SUB… in chooseTagReader()
227 …else if (( tag_name == META_INFO_TITLE )||( tag_name == META_INFO_AUTHOR )||( tag_name == META_INF… in saveTagContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/ooofilereader/
H A Dmetainforeader.cxx39 m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG; in CMetaInfoReader()
76 m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG; in CMetaInfoReader()
201 …if (( tag_name == META_INFO_TITLE )||( tag_name == META_INFO_AUTHOR )||( tag_name == META_INFO_SUB… in chooseTagReader()
227 …else if (( tag_name == META_INFO_TITLE )||( tag_name == META_INFO_AUTHOR )||( tag_name == META_INF… in saveTagContent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/inc/
H A Dconfig.hxx41 #define META_INFO_AUTHOR L"initial-creator" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/inc/
H A Dconfig.hxx41 #define META_INFO_AUTHOR L"initial-creator" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx228 if ( meta_info_accessor.getTagData( META_INFO_AUTHOR ).length() > 0) in GetInfoTip()
233 msg += meta_info_accessor.getTagData( META_INFO_AUTHOR ); in GetInfoTip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx228 if ( meta_info_accessor.getTagData( META_INFO_AUTHOR ).length() > 0) in GetInfoTip()
233 msg += meta_info_accessor.getTagData( META_INFO_AUTHOR ); in GetInfoTip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx240 … pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagData( META_INFO_AUTHOR ).c_str() ); in GetItemData()
241 …PropertyHdl::GetItemData: Author=%s.\n", pMetaInfoReader->getTagData( META_INFO_AUTHOR ).c_str() ); in GetItemData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx248 … pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagData( META_INFO_AUTHOR ).c_str() ); in GetItemData()
249 …PropertyHdl::GetItemData: Author=%s.\n", pMetaInfoReader->getTagData( META_INFO_AUTHOR ).c_str() ); in GetItemData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx156 … pvarData->bstrVal = SysAllocString(meta_info_accessor.getTagData( META_INFO_AUTHOR).c_str()); in GetItemData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx156 … pvarData->bstrVal = SysAllocString(meta_info_accessor.getTagData( META_INFO_AUTHOR).c_str()); in GetItemData()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DDocument.java11 public static final String META_INFO_AUTHOR = "info:Author"; field in Document
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx265 … SetWindowTextW(GetDlgItem(hwnd,IDC_AUTHOR), metaInfo.getTagData( META_INFO_AUTHOR ).c_str() ); in InitPropPageSummary()
H A Ddocument_statistic.cxx68 …stic_item(GetResString(IDS_AUTHOR), meta_info_accessor->getTagData( META_INFO_AUTHOR ), READONLY)); in fill_origin_section()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx263 … SetWindowTextW(GetDlgItem(hwnd,IDC_AUTHOR), metaInfo.getTagData( META_INFO_AUTHOR ).c_str() ); in InitPropPageSummary()
H A Ddocument_statistic.cxx68 …stic_item(GetResString(IDS_AUTHOR), meta_info_accessor->getTagData( META_INFO_AUTHOR ), READONLY)); in fill_origin_section()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx442 case PIDSI_AUTHOR: return META_INFO_AUTHOR; in GetMetaInfoNameFromPropertyId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx442 case PIDSI_AUTHOR: return META_INFO_AUTHOR; in GetMetaInfoNameFromPropertyId()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/example/
H A DViewer.java983 String author = doc.getMetaData(Document.META_INFO_AUTHOR); in showInfo()