|
LibreOffice Module shell (master) 1
|
Go to the source code of this file.
Classes | |
| class | list_view_builder |
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
Typedefs | |
| typedef std::unique_ptr< list_view_builder > | list_view_builder_ptr |
Functions | |
| list_view_builder_ptr | create_list_view_builder (HWND hwnd_lv, const std::wstring &col1, const std::wstring &col2) |
| #define WIN32_LEAN_AND_MEAN |
Definition at line 24 of file listviewbuilder.hxx.
| typedef std::unique_ptr<list_view_builder> list_view_builder_ptr |
Definition at line 34 of file listviewbuilder.hxx.
| list_view_builder_ptr create_list_view_builder | ( | HWND | hwnd_lv, |
| const std::wstring & | col1, | ||
| const std::wstring & | col2 | ||
| ) |
Definition at line 67 of file listviewbuilder.cxx.
Referenced by CPropertySheet::InitPropPageStatistics().