LibreOffice Module shell (master) 1
Classes | Typedefs | Functions
document_statistic.hxx File Reference
#include <utility>
#include <string>
#include <memory>
#include <vector>
#include <metainforeader.hxx>
Include dependency graph for document_statistic.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  statistic_item
 
class  document_statistic_reader
 
class  writer_document_statistic_reader
 
class  calc_document_statistic_reader
 
class  draw_impress_math_document_statistic_reader
 

Typedefs

typedef std::vector< statistic_itemstatistic_item_list_t
 
typedef std::pair< std::wstring, statistic_item_list_tstatistic_group_t
 
typedef std::vector< statistic_group_tstatistic_group_list_t
 
typedef std::unique_ptr< document_statistic_readerdocument_statistic_reader_ptr
 

Functions

document_statistic_reader_ptr create_document_statistic_reader (const std::wstring &document_name, CMetaInfoReader *meta_info_accessor)
 

Typedef Documentation

◆ document_statistic_reader_ptr

Definition at line 55 of file document_statistic.hxx.

◆ statistic_group_list_t

Definition at line 51 of file document_statistic.hxx.

◆ statistic_group_t

typedef std::pair<std::wstring, statistic_item_list_t> statistic_group_t

Definition at line 50 of file document_statistic.hxx.

◆ statistic_item_list_t

typedef std::vector<statistic_item> statistic_item_list_t

Definition at line 49 of file document_statistic.hxx.

Function Documentation

◆ create_document_statistic_reader()

document_statistic_reader_ptr create_document_statistic_reader ( const std::wstring &  document_name,
CMetaInfoReader meta_info_accessor 
)

Definition at line 80 of file document_statistic.cxx.

Referenced by CPropertySheet::InitPropPageStatistics().