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

#include <sortopt.hxx>

Collaboration diagram for SwSortOptions:
[legend]

Public Member Functions

 SwSortOptions ()
 
 ~SwSortOptions ()
 
 SwSortOptions (const SwSortOptions &rOpt)
 
SwSortOptionsoperator= (SwSortOptions const &)=delete
 

Public Attributes

std::vector< SwSortKeyaKeys
 
SwSortDirection eDirection
 
sal_Unicode cDeli
 
LanguageType nLanguage
 
bool bTable
 
bool bIgnoreCase
 

Detailed Description

Definition at line 41 of file sortopt.hxx.

Constructor & Destructor Documentation

◆ SwSortOptions() [1/2]

SwSortOptions::SwSortOptions ( )

Definition at line 38 of file sortopt.cxx.

References LANGUAGE_SYSTEM.

◆ ~SwSortOptions()

SwSortOptions::~SwSortOptions ( )

Definition at line 57 of file sortopt.cxx.

◆ SwSortOptions() [2/2]

SwSortOptions::SwSortOptions ( const SwSortOptions rOpt)

Definition at line 47 of file sortopt.cxx.

Member Function Documentation

◆ operator=()

SwSortOptions & SwSortOptions::operator= ( SwSortOptions const &  )
delete

Member Data Documentation

◆ aKeys

std::vector<SwSortKey> SwSortOptions::aKeys

◆ bIgnoreCase

bool SwSortOptions::bIgnoreCase

Definition at line 54 of file sortopt.hxx.

Referenced by SwSortDlg::Apply(), and SwSortElement::keycompare().

◆ bTable

bool SwSortOptions::bTable

Definition at line 53 of file sortopt.hxx.

Referenced by SwSortDlg::Apply().

◆ cDeli

sal_Unicode SwSortOptions::cDeli

Definition at line 51 of file sortopt.hxx.

Referenced by SwSortDlg::Apply(), and SwSortTextElement::GetKey().

◆ eDirection

SwSortDirection SwSortOptions::eDirection

◆ nLanguage

LanguageType SwSortOptions::nLanguage

Definition at line 52 of file sortopt.hxx.

Referenced by SwSortDlg::Apply(), and SwSortElement::Init().


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