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

#include <docsort.hxx>

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

Public Member Functions

 SwSortTextElement (const SwNodeIndex &rPos)
 SortingElement for Text. More...
 
virtual OUString GetKey (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

SwNodeOffset nOrg
 
SwNodeIndex aPos
 

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 91 of file docsort.hxx.

Constructor & Destructor Documentation

◆ SwSortTextElement()

SwSortTextElement::SwSortTextElement ( const SwNodeIndex rPos)

SortingElement for Text.

Definition at line 181 of file docsort.cxx.

Member Function Documentation

◆ GetKey()

OUString SwSortTextElement::GetKey ( sal_uInt16  nKey) const
overridevirtual

Member Data Documentation

◆ aPos

SwNodeIndex SwSortTextElement::aPos

Definition at line 94 of file docsort.hxx.

Referenced by GetKey().

◆ nOrg

SwNodeOffset SwSortTextElement::nOrg

Definition at line 93 of file docsort.hxx.


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