LibreOffice Module sw (master)
1
|
#include <rtl/ustring.hxx>
#include <i18nlangtag/lang.h>
#include "swdllapi.h"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SwSortKey |
struct | SwSortOptions |
Enumerations | |
enum | SwSortOrder { SwSortOrder::Ascending, SwSortOrder::Descending } |
enum | SwSortDirection { SwSortDirection::Columns, SwSortDirection::Rows } |
|
strong |
Enumerator | |
---|---|
Columns | |
Rows |
Definition at line 29 of file sortopt.hxx.
|
strong |
Enumerator | |
---|---|
Ascending | |
Descending |
Definition at line 28 of file sortopt.hxx.