Home
last modified time | relevance | path

Searched refs:CMetaInfoReader (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/propsheets/
H A Ddocument_statistic.hxx70 … document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_accessor);
72 …virtual void fill_description_section(CMetaInfoReader *meta_info_accessor,statistic_group_list_t* …
74 …virtual void fill_origin_section( CMetaInfoReader *meta_info_accessor,statistic_group_list_t* grou…
78 CMetaInfoReader* meta_info_accessor_;
81 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor);
88 …writer_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_acc…
93 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor);
100 …calc_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_acces…
105 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor);
112 …draw_impress_math_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* me…
[all …]
H A Ddocument_statistic.cxx31 … create_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_ac… in create_document_statistic_reader()
44 …reader::document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_ac… in document_statistic_reader()
64 void document_statistic_reader::fill_origin_section(CMetaInfoReader *meta_info_accessor, statistic_… in fill_origin_section()
81 …:writer_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_ac… in writer_document_statistic_reader()
85 void writer_document_statistic_reader::fill_description_section(CMetaInfoReader *meta_info_accessor… in fill_description_section()
105 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor) : in calc_document_statistic_reader()
110 CMetaInfoReader *meta_info_accessor,statistic_group_list_t* group_list) in fill_description_section()
126 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor) : in draw_impress_math_document_statistic_reader()
131 CMetaInfoReader *meta_info_accessor, statistic_group_list_t* group_list) in fill_description_section()
H A Dpropsheets.cxx262 CMetaInfoReader metaInfo(m_szFileName); in InitPropPageSummary()
290 CMetaInfoReader metaInfo(m_szFileName); in InitPropPageStatistics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/propsheets/
H A Ddocument_statistic.hxx70 … document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_accessor);
72 …virtual void fill_description_section(CMetaInfoReader *meta_info_accessor,statistic_group_list_t* …
74 …virtual void fill_origin_section( CMetaInfoReader *meta_info_accessor,statistic_group_list_t* grou…
78 CMetaInfoReader* meta_info_accessor_;
81 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor);
88 …writer_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_acc…
93 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor);
100 …calc_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_acces…
105 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor);
112 …draw_impress_math_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* me…
[all …]
H A Ddocument_statistic.cxx31 … create_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_ac… in create_document_statistic_reader()
44 …reader::document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_ac… in document_statistic_reader()
64 void document_statistic_reader::fill_origin_section(CMetaInfoReader *meta_info_accessor, statistic_… in fill_origin_section()
81 …:writer_document_statistic_reader(const std::wstring& document_name, CMetaInfoReader* meta_info_ac… in writer_document_statistic_reader()
85 void writer_document_statistic_reader::fill_description_section(CMetaInfoReader *meta_info_accessor… in fill_description_section()
105 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor) : in calc_document_statistic_reader()
110 CMetaInfoReader *meta_info_accessor,statistic_group_list_t* group_list) in fill_description_section()
126 const std::wstring& document_name, CMetaInfoReader* meta_info_accessor) : in draw_impress_math_document_statistic_reader()
131 CMetaInfoReader *meta_info_accessor, statistic_group_list_t* group_list) in fill_description_section()
H A Dpropsheets.cxx260 CMetaInfoReader metaInfo(m_szFileName); in InitPropPageSummary()
288 CMetaInfoReader metaInfo(m_szFileName); in InitPropPageStatistics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/ooofilereader/
H A Dmetainforeader.cxx29 CMetaInfoReader::CMetaInfoReader( const Filepath_t& DocumentName ): in CMetaInfoReader() function in CMetaInfoReader
66 CMetaInfoReader::CMetaInfoReader( StreamInterface* stream ) : in CMetaInfoReader() function in CMetaInfoReader
107 CMetaInfoReader::~CMetaInfoReader() in ~CMetaInfoReader()
122 bool CMetaInfoReader::hasTag(const std::wstring& TagName) const in hasTag()
132 std::wstring CMetaInfoReader::getTagData( const std::wstring& TagName) in getTagData()
147 bool CMetaInfoReader::hasTagAttribute(const std::wstring& TagName, const std::wstring& AttributeNa… in hasTagAttribute()
178 LocaleSet_t CMetaInfoReader::getDefaultLocale() in getDefaultLocale()
216 void CMetaInfoReader::saveTagContent( const std::wstring& tag_name ) in saveTagContent()
244 void CMetaInfoReader::start_element( in start_element()
261 void CMetaInfoReader::end_element(const string_t& /*raw_name*/, const string_t& local_name) in end_element()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/ooofilereader/
H A Dmetainforeader.cxx29 CMetaInfoReader::CMetaInfoReader( const Filepath_t& DocumentName ): in CMetaInfoReader() function in CMetaInfoReader
66 CMetaInfoReader::CMetaInfoReader( StreamInterface* stream ) : in CMetaInfoReader() function in CMetaInfoReader
107 CMetaInfoReader::~CMetaInfoReader() in ~CMetaInfoReader()
122 bool CMetaInfoReader::hasTag(const std::wstring& TagName) const in hasTag()
132 std::wstring CMetaInfoReader::getTagData( const std::wstring& TagName) in getTagData()
147 bool CMetaInfoReader::hasTagAttribute(const std::wstring& TagName, const std::wstring& AttributeNa… in hasTagAttribute()
178 LocaleSet_t CMetaInfoReader::getDefaultLocale() in getDefaultLocale()
216 void CMetaInfoReader::saveTagContent( const std::wstring& tag_name ) in saveTagContent()
244 void CMetaInfoReader::start_element( in start_element()
261 void CMetaInfoReader::end_element(const string_t& /*raw_name*/, const string_t& local_name) in end_element()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/inc/
H A Dmetainforeader.hxx33 class CMetaInfoReader : public CBaseReader class
36 virtual ~CMetaInfoReader() override;
38 CMetaInfoReader(const Filepath_t& DocumentName);
40 CMetaInfoReader(StreamInterface* stream);
H A Dpropertyhdl.hxx29 class CMetaInfoReader;
68 void LoadProperties( CMetaInfoReader *pMetaInfoReader );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/inc/
H A Dmetainforeader.hxx33 class CMetaInfoReader : public CBaseReader class
36 virtual ~CMetaInfoReader() override;
38 CMetaInfoReader( const Filepath_t& DocumentName );
40 CMetaInfoReader( StreamInterface* stream );
H A Dpropertyhdl.hxx29 class CMetaInfoReader;
68 void LoadProperties( CMetaInfoReader *pMetaInfoReader );
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx207 CMetaInfoReader *pMetaInfoReader = nullptr; in Initialize()
211 pMetaInfoReader = new CMetaInfoReader( &tmpStream ); in Initialize()
229 HRESULT GetItemData( CMetaInfoReader *pMetaInfoReader, UINT nIndex, PROPVARIANT *pVarData ) in GetItemData()
275 void CPropertyHdl::LoadProperties( CMetaInfoReader *pMetaInfoReader ) in LoadProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx215 CMetaInfoReader *pMetaInfoReader = nullptr; in Initialize()
219 pMetaInfoReader = new CMetaInfoReader( &tmpStream ); in Initialize()
237 HRESULT GetItemData( CMetaInfoReader *pMetaInfoReader, UINT nIndex, PROPVARIANT *pVarData ) in GetItemData()
283 void CPropertyHdl::LoadProperties( CMetaInfoReader *pMetaInfoReader ) in LoadProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.hxx32 class CMetaInfoReader;
139CMetaInfoReader * m_pMetaInfoReader; // A metainfo reader that retrieves document m…
H A Dooofilt.cxx566 m_pMetaInfoReader = new CMetaInfoReader(m_pwszFileName); in Load()
625 m_pMetaInfoReader = new CMetaInfoReader(m_pStream); in Load()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.hxx32 class CMetaInfoReader;
139CMetaInfoReader * m_pMetaInfoReader; // A metainfo reader that retrieves document m…
H A Dooofilt.cxx566 m_pMetaInfoReader = new CMetaInfoReader(m_pwszFileName); in Load()
625 m_pMetaInfoReader = new CMetaInfoReader(m_pStream); in Load()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx142 CMetaInfoReader meta_info_accessor(fname); in GetItemData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx142 CMetaInfoReader meta_info_accessor(fname); in GetItemData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx209 CMetaInfoReader meta_info_accessor(m_szFileName); in GetInfoTip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx209 CMetaInfoReader meta_info_accessor(m_szFileName); in GetInfoTip()