LibreOffice Module sw (master) 1
Classes | Enumerations
sortopt.hxx File Reference
#include <rtl/ustring.hxx>
#include <i18nlangtag/lang.h>
#include "swdllapi.h"
#include <vector>
Include dependency graph for sortopt.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SwSortKey
 
struct  SwSortOptions
 

Enumerations

enum class  SwSortOrder {
  Ascending ,
  Descending
}
 
enum class  SwSortDirection {
  Columns ,
  Rows
}
 

Enumeration Type Documentation

◆ SwSortDirection

enum class SwSortDirection
strong
Enumerator
Columns 
Rows 

Definition at line 28 of file sortopt.hxx.

◆ SwSortOrder

enum class SwSortOrder
strong
Enumerator
Ascending 
Descending 

Definition at line 27 of file sortopt.hxx.