Home
last modified time | relevance | path

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

/aoo4110/main/shell/source/all/ooofilereader/
H A Dmetainforeader.cxx45 m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG; in CMetaInfoReader()
86 m_AllMetaInfo[META_INFO_AUTHOR] = EMPTY_XML_TAG; in CMetaInfoReader()
215 …if (( tag_name == META_INFO_TITLE )||( tag_name == META_INFO_AUTHOR )||( tag_name == META_INFO_SUB… in chooseTagReader()
241 …else if (( tag_name == META_INFO_TITLE )||( tag_name == META_INFO_AUTHOR )||( tag_name == META_INF… in saveTagContent()
/aoo4110/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx246 if ( meta_info_accessor.getTagData( META_INFO_AUTHOR ).length() > 0) in GetInfoTip()
251 msg += meta_info_accessor.getTagData( META_INFO_AUTHOR ); in GetInfoTip()
/aoo4110/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx289 pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagData( META_INFO_AUTHOR ).c_str() ); in GetItemData()
290 …PropertyHdl::GetItemData: Author=%S.\n", pMetaInfoReader->getTagData( META_INFO_AUTHOR ).c_str() ); in GetItemData()
/aoo4110/main/shell/inc/internal/
H A Dconfig.hxx55 #define META_INFO_AUTHOR L"initial-creator" macro
/aoo4110/main/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx173 pvarData->bstrVal = SysAllocString(meta_info_accessor.getTagData( META_INFO_AUTHOR).c_str()); in GetItemData()
/aoo4110/main/shell/source/win32/shlxthandler/propsheets/
H A Ddocument_statistic.cxx85 …stic_item(GetResString(IDS_AUTHOR), meta_info_accessor->getTagData( META_INFO_AUTHOR ), READONLY)); in fill_origin_section()
H A Dpropsheets.cxx337 … SetWindowText(GetDlgItem(hwnd,IDC_AUTHOR), metaInfo.getTagData( META_INFO_AUTHOR ).c_str() ); in InitPropPageSummary()
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx512 case PIDSI_AUTHOR: return META_INFO_AUTHOR; in GetMetaInfoNameFromPropertyId()

Completed in 39 milliseconds