LibreOffice Module sw (master) 1
Functions | Variables
srtdlg.cxx File Reference
#include <srtdlg.hxx>
#include <editeng/editids.hrc>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <svl/intitem.hxx>
#include <svx/svxdlg.hxx>
#include <unotools/collatorwrapper.hxx>
#include <svtools/collatorres.hxx>
#include <swwait.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <strings.hrc>
#include <swtable.hxx>
#include <sortopt.hxx>
#include <node.hxx>
#include <tblsel.hxx>
#include <memory>
Include dependency graph for srtdlg.cxx:

Go to the source code of this file.

Functions

static bool lcl_GetSelTable (SwWrtShell const &rSh, sal_uInt16 &rX, sal_uInt16 &rY)
 
 IMPL_LINK (SwSortDlg, DelimHdl, weld::Toggleable &, rButton, void)
 
 IMPL_LINK_NOARG (SwSortDlg, DelimCharHdl, weld::Button &, void)
 
 IMPL_LINK (SwSortDlg, CheckHdl, weld::Toggleable &, rControl, void)
 
 IMPL_LINK (SwSortDlg, LanguageListBoxHdl, weld::ComboBox &, rLBox, void)
 

Variables

static bool bCheck1 = true
 
static bool bCheck2 = false
 
static bool bCheck3 = false
 
static sal_uInt16 nCol1 = 1
 
static sal_uInt16 nCol2 = 1
 
static sal_uInt16 nCol3 = 1
 
static sal_uInt16 nType1 = 0
 
static sal_uInt16 nType2 = 0
 
static sal_uInt16 nType3 = 0
 
static LanguageType nLang = LANGUAGE_NONE
 
static bool bAsc1 = true
 
static bool bAsc2 = true
 
static bool bAsc3 = true
 
static bool bCol = false
 
static bool bCsSens = false
 
static sal_Unicode cDeli = '\t'
 

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( SwSortDlg  ,
CheckHdl  ,
weld::Toggleable ,
rControl  ,
void   
)

Definition at line 338 of file srtdlg.cxx.

◆ IMPL_LINK() [2/3]

IMPL_LINK ( SwSortDlg  ,
DelimHdl  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 317 of file srtdlg.cxx.

◆ IMPL_LINK() [3/3]

IMPL_LINK ( SwSortDlg  ,
LanguageListBoxHdl  ,
weld::ComboBox ,
rLBox  ,
void   
)

Definition at line 370 of file srtdlg.cxx.

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( SwSortDlg  ,
DelimCharHdl  ,
weld::Button ,
void   
)

◆ lcl_GetSelTable()

static bool lcl_GetSelTable ( SwWrtShell const &  rSh,
sal_uInt16 &  rX,
sal_uInt16 &  rY 
)
static

Variable Documentation

◆ bAsc1

bool bAsc1 = true
static

Definition at line 53 of file srtdlg.cxx.

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

◆ bAsc2

bool bAsc2 = true
static

Definition at line 54 of file srtdlg.cxx.

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

◆ bAsc3

bool bAsc3 = true
static

Definition at line 55 of file srtdlg.cxx.

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

◆ bCheck1

bool bCheck1 = true
static

Definition at line 39 of file srtdlg.cxx.

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

◆ bCheck2

bool bCheck2 = false
static

Definition at line 40 of file srtdlg.cxx.

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

◆ bCheck3

bool bCheck3 = false
static

Definition at line 41 of file srtdlg.cxx.

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

◆ bCol

bool bCol = false
static

Definition at line 56 of file srtdlg.cxx.

Referenced by SwSortDlg::Apply(), SwSortDlg::SwSortDlg(), and SwFEShell::WhichMouseTabCol().

◆ bCsSens

bool bCsSens = false
static

Definition at line 57 of file srtdlg.cxx.

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

◆ cDeli

sal_Unicode cDeli = '\t'
static

Definition at line 59 of file srtdlg.cxx.

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

◆ nCol1

sal_uInt16 nCol1 = 1
static

◆ nCol2

sal_uInt16 nCol2 = 1
static

◆ nCol3

sal_uInt16 nCol3 = 1
static

Definition at line 45 of file srtdlg.cxx.

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

◆ nLang

LanguageType nLang = LANGUAGE_NONE
static

◆ nType1

sal_uInt16 nType1 = 0
static

Definition at line 47 of file srtdlg.cxx.

Referenced by SwSortDlg::Apply(), and SwSortDlg::LanguageHdl().

◆ nType2

sal_uInt16 nType2 = 0
static

◆ nType3

sal_uInt16 nType3 = 0
static

Definition at line 49 of file srtdlg.cxx.

Referenced by SwSortDlg::Apply(), and SwSortDlg::LanguageHdl().