|
LibreOffice Module sw (master) 1
|
#include <sortopt.hxx>
Public Member Functions | |
| SwSortOptions () | |
| ~SwSortOptions () | |
| SwSortOptions (const SwSortOptions &rOpt) | |
| SwSortOptions & | operator= (SwSortOptions const &)=delete |
Public Attributes | |
| std::vector< SwSortKey > | aKeys |
| SwSortDirection | eDirection |
| sal_Unicode | cDeli |
| LanguageType | nLanguage |
| bool | bTable |
| bool | bIgnoreCase |
Definition at line 41 of file sortopt.hxx.
| SwSortOptions::SwSortOptions | ( | ) |
Definition at line 38 of file sortopt.cxx.
References LANGUAGE_SYSTEM.
| SwSortOptions::~SwSortOptions | ( | ) |
Definition at line 57 of file sortopt.cxx.
| SwSortOptions::SwSortOptions | ( | const SwSortOptions & | rOpt | ) |
Definition at line 47 of file sortopt.cxx.
|
delete |
| std::vector<SwSortKey> SwSortOptions::aKeys |
Definition at line 49 of file sortopt.hxx.
Referenced by SwSortDlg::Apply(), SwSortTextElement::GetKey(), SwSortBoxElement::GetKey(), SwSortBoxElement::GetValue(), SwSortElement::keycompare(), and SwSortElement::operator<().
| bool SwSortOptions::bIgnoreCase |
Definition at line 54 of file sortopt.hxx.
Referenced by SwSortDlg::Apply(), and SwSortElement::keycompare().
| bool SwSortOptions::bTable |
Definition at line 53 of file sortopt.hxx.
Referenced by SwSortDlg::Apply().
| sal_Unicode SwSortOptions::cDeli |
Definition at line 51 of file sortopt.hxx.
Referenced by SwSortDlg::Apply(), and SwSortTextElement::GetKey().
| SwSortDirection SwSortOptions::eDirection |
Definition at line 50 of file sortopt.hxx.
Referenced by SwSortDlg::Apply(), SwSortBoxElement::GetKey(), SwSortBoxElement::GetValue(), and SwDoc::SortTable().
| LanguageType SwSortOptions::nLanguage |
Definition at line 52 of file sortopt.hxx.
Referenced by SwSortDlg::Apply(), and SwSortElement::Init().