LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwSortKey Struct Reference

#include <sortopt.hxx>

Public Member Functions

 SwSortKey ()
 
 SwSortKey (sal_uInt16 nId, const OUString &rSrtType, SwSortOrder eOrder)
 

Public Attributes

OUString sSortType
 
SwSortOrder eSortOrder
 
sal_uInt16 nColumnId
 
bool bIsNumeric
 

Detailed Description

Definition at line 30 of file sortopt.hxx.

Constructor & Destructor Documentation

◆ SwSortKey() [1/2]

SwSortKey::SwSortKey ( )

Definition at line 23 of file sortopt.cxx.

References Ascending.

◆ SwSortKey() [2/2]

SwSortKey::SwSortKey ( sal_uInt16  nId,
const OUString &  rSrtType,
SwSortOrder  eOrder 
)

Definition at line 30 of file sortopt.cxx.

References nId.

Member Data Documentation

◆ bIsNumeric

bool SwSortKey::bIsNumeric

Definition at line 38 of file sortopt.hxx.

Referenced by SwSortElement::keycompare().

◆ eSortOrder

SwSortOrder SwSortKey::eSortOrder

Definition at line 36 of file sortopt.hxx.

Referenced by SwSortElement::keycompare().

◆ nColumnId

sal_uInt16 SwSortKey::nColumnId

Definition at line 37 of file sortopt.hxx.

◆ sSortType

OUString SwSortKey::sSortType

Definition at line 35 of file sortopt.hxx.

Referenced by SwSortElement::keycompare().


The documentation for this struct was generated from the following files: