LibreOffice Module shell (master) 1
|
#include <document_statistic.hxx>
Public Member Functions | |
statistic_item () | |
statistic_item (const std::wstring &title, const std::wstring &value, bool editable) | |
Public Attributes | |
std::wstring | title_ |
std::wstring | value_ |
bool | editable_ |
Definition at line 30 of file document_statistic.hxx.
statistic_item::statistic_item | ( | ) |
|
inline |
Definition at line 34 of file document_statistic.hxx.
References value.
bool statistic_item::editable_ |
Definition at line 45 of file document_statistic.hxx.
std::wstring statistic_item::title_ |
Definition at line 43 of file document_statistic.hxx.
std::wstring statistic_item::value_ |
Definition at line 44 of file document_statistic.hxx.