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

#include <docsort.hxx>

Inheritance diagram for SwSortBoxElement:
[legend]
Collaboration diagram for SwSortBoxElement:
[legend]

Public Member Functions

 SwSortBoxElement (sal_uInt16 nRC)
 SortingElement for Tables. More...
 
virtual OUString GetKey (sal_uInt16 nKey) const override
 Get Key for a cell. More...
 
virtual double GetValue (sal_uInt16 nKey) const override
 
- Public Member Functions inherited from SwSortElement
 SwSortElement ()=default
 
 SwSortElement (SwSortElement const &)=default
 
 SwSortElement (SwSortElement &&)=default
 
SwSortElementoperator= (SwSortElement const &)=default
 
SwSortElementoperator= (SwSortElement &&)=default
 
virtual ~SwSortElement ()
 
virtual OUString GetKey (sal_uInt16 nKey) const =0
 
virtual double GetValue (sal_uInt16 nKey) const
 
bool operator< (const SwSortElement &) const
 

Public Attributes

sal_uInt16 nRow
 

Additional Inherited Members

- Static Public Member Functions inherited from SwSortElement
static void Init (SwDoc *, const SwSortOptions &rOpt, FlatFndBox const *=nullptr)
 Construct a SortElement for the Sort. More...
 
static void Finit ()
 
static double StrToDouble (std::u16string_view rStr)
 
- Static Public Attributes inherited from SwSortElement
static SwSortOptionspOptions = nullptr
 
static SwDocpDoc = nullptr
 
static const FlatFndBoxpBox = nullptr
 
static CollatorWrapperpSortCollator = nullptr
 
static css::lang::Locale * pLocale = nullptr
 
static std::optional< OUString > xLastAlgorithm
 
static LocaleDataWrapperpLclData = nullptr
 

Detailed Description

Definition at line 102 of file docsort.hxx.

Constructor & Destructor Documentation

◆ SwSortBoxElement()

SwSortBoxElement::SwSortBoxElement ( sal_uInt16  nRC)

SortingElement for Tables.

Definition at line 219 of file docsort.cxx.

Member Function Documentation

◆ GetKey()

OUString SwSortBoxElement::GetKey ( sal_uInt16  nKey) const
overridevirtual

◆ GetValue()

double SwSortBoxElement::GetValue ( sal_uInt16  nKey) const
overridevirtual

Member Data Documentation

◆ nRow

sal_uInt16 SwSortBoxElement::nRow

Definition at line 104 of file docsort.hxx.

Referenced by GetKey(), and GetValue().


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