Searched refs:getTagAttribute (Results 1 – 12 of 12) sorted by relevance
/trunk/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | document_statistic.cxx | 112 …il.push_back(statistic_item(GetResString(IDS_PAGES), meta_info_accessor->getTagAttribute( META_… in fill_description_section() 113 …il.push_back(statistic_item(GetResString(IDS_TABLES), meta_info_accessor->getTagAttribute( META_IN… in fill_description_section() 114 …il.push_back(statistic_item(GetResString(IDS_GRAPHICS), meta_info_accessor->getTagAttribute( META_… in fill_description_section() 116 …il.push_back(statistic_item(GetResString(IDS_PARAGRAPHS), meta_info_accessor->getTagAttribute( MET… in fill_description_section() 117 …il.push_back(statistic_item(GetResString(IDS_WORDS), meta_info_accessor->getTagAttribute( META_INF… in fill_description_section() 118 …il.push_back(statistic_item(GetResString(IDS_CHARACTERS), meta_info_accessor->getTagAttribute( MET… in fill_description_section() 139 …il.push_back(statistic_item(GetResString(IDS_TABLES), meta_info_accessor->getTagAttribute( ME… in fill_description_section() 140 …il.push_back(statistic_item(GetResString(IDS_CELLS), meta_info_accessor->getTagAttribute( ME… in fill_description_section() 141 …il.push_back(statistic_item(GetResString(IDS_OLE_OBJECTS), meta_info_accessor->getTagAttribute( ME… in fill_description_section() 162 …il.push_back(statistic_item(GetResString(IDS_PAGES), meta_info_accessor->getTagAttribute( ME… in fill_description_section() [all …]
|
/trunk/main/shell/source/win32/shlxthandler/prophdl/ |
H A D | propertyhdl.cxx | 313 …pVarData->bstrVal = SysAllocString( pMetaInfoReader->getTagAttribute( META_INFO_DOCUMENT_STATISTIC… in GetItemData() 314 …ngFormat( "CPropertyHdl::GetItemData: Pages=%S.\n", pMetaInfoReader->getTagAttribute( META_INFO_DO… in GetItemData()
|
/trunk/main/shell/source/all/ooofilereader/ |
H A D | itag.hxx | 45 virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname ) = 0;
|
H A D | dummytag.hxx | 52 …virtual ::std::wstring const getTagAttribute( ::std::wstring const & /*attrname*/ ){ return ::std:… in getTagAttribute() function in CDummyTag
|
H A D | keywordstag.hxx | 43 …virtual ::std::wstring const getTagAttribute( ::std::wstring const & /*attrname*/ ){ return ::std… in getTagAttribute() function in CKeywordsTag
|
H A D | simpletag.hxx | 47 virtual ::std::wstring const getTagAttribute( ::std::wstring const & attrname );
|
H A D | simpletag.cxx | 55 ::std::wstring const CSimpleTag::getTagAttribute( ::std::wstring const & attrname ) in getTagAttribute() function in CSimpleTag
|
H A D | autostyletag.hxx | 52 …virtual ::std::wstring const getTagAttribute( ::std::wstring const & /*attrname*/ ){ return ::std… in getTagAttribute() function in CAutoStyleTag
|
H A D | contentreader.cxx | 128 return ( pTagBuilder->getTagAttribute(CONTENT_TEXT_STYLENAME) ); in getCurrentContentStyle()
|
H A D | metainforeader.cxx | 173 std::wstring CMetaInfoReader::getTagAttribute( const std::wstring TagName, std::wstring AttributeN… in getTagAttribute() function in CMetaInfoReader
|
/trunk/main/shell/inc/internal/ |
H A D | metainforeader.hxx | 75 std::wstring getTagAttribute( const std::wstring TagName, std::wstring AttributeName);
|
/trunk/main/shell/source/win32/shlxthandler/columninfo/ |
H A D | columninfo.cxx | 201 …pvarData->bstrVal = SysAllocString(meta_info_accessor.getTagAttribute( META_INFO_DOCUMENT_STATISTI… in GetItemData()
|
Completed in 23 milliseconds