LibreOffice Module sc (master) 1
Functions | Variables
crnrdlg.cxx File Reference
#include <reffact.hxx>
#include <document.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <docsh.hxx>
#include <crnrdlg.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <o3tl/string_view.hxx>
#include <memory>
Include dependency graph for crnrdlg.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (ScColRowNameRangesDlg, OkBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, CancelBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, AddBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, RemoveBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, Range1SelectHdl, weld::TreeView &, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, Range1DataModifyHdl, formula::RefEdit &, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, Range2DataModifyHdl, formula::RefEdit &, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, ColRowToggleHdl, weld::Toggleable &, void)
 
 IMPL_LINK (ScColRowNameRangesDlg, GetEditFocusHdl, formula::RefEdit &, rCtrl, void)
 
 IMPL_LINK (ScColRowNameRangesDlg, GetButtonFocusHdl, formula::RefButton &, rCtrl, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, LoseEditFocusHdl, formula::RefEdit &, void)
 
 IMPL_LINK_NOARG (ScColRowNameRangesDlg, LoseButtonFocusHdl, formula::RefButton &, void)
 

Variables

const sal_uLong nEntryDataCol = 0
 
const sal_uLong nEntryDataRow = 1
 
const sal_uLong nEntryDataDelim = 2
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( ScColRowNameRangesDlg  ,
GetButtonFocusHdl  ,
formula::RefButton ,
rCtrl  ,
void   
)

Definition at line 777 of file crnrdlg.cxx.

◆ IMPL_LINK() [2/2]

IMPL_LINK ( ScColRowNameRangesDlg  ,
GetEditFocusHdl  ,
formula::RefEdit ,
rCtrl  ,
void   
)

Definition at line 764 of file crnrdlg.cxx.

◆ IMPL_LINK_NOARG() [1/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
AddBtnHdl  ,
weld::Button ,
void   
)

Definition at line 502 of file crnrdlg.cxx.

References ERRORBOX, m_xDialog, ScRange::ParseAny(), ScResId(), and VALID.

◆ IMPL_LINK_NOARG() [2/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
CancelBtnHdl  ,
weld::Button ,
void   
)

Definition at line 496 of file crnrdlg.cxx.

References RET_CANCEL.

◆ IMPL_LINK_NOARG() [3/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
ColRowToggleHdl  ,
weld::Toggleable ,
void   
)

◆ IMPL_LINK_NOARG() [4/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
LoseButtonFocusHdl  ,
formula::RefButton ,
void   
)

Definition at line 795 of file crnrdlg.cxx.

References m_xDialog.

◆ IMPL_LINK_NOARG() [5/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
LoseEditFocusHdl  ,
formula::RefEdit ,
void   
)

Definition at line 790 of file crnrdlg.cxx.

References m_xDialog.

◆ IMPL_LINK_NOARG() [6/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
OkBtnHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [7/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
Range1DataModifyHdl  ,
formula::RefEdit ,
void   
)

Definition at line 679 of file crnrdlg.cxx.

References ScRange::ParseAny(), and VALID.

◆ IMPL_LINK_NOARG() [8/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
Range1SelectHdl  ,
weld::TreeView ,
void   
)

Definition at line 611 of file crnrdlg.cxx.

References nEntryDataCol, nEntryDataDelim, and toInt32().

◆ IMPL_LINK_NOARG() [9/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
Range2DataModifyHdl  ,
formula::RefEdit ,
void   
)

Definition at line 712 of file crnrdlg.cxx.

References ScRange::ParseAny(), and VALID.

◆ IMPL_LINK_NOARG() [10/10]

IMPL_LINK_NOARG ( ScColRowNameRangesDlg  ,
RemoveBtnHdl  ,
weld::Button ,
void   
)

Variable Documentation

◆ nEntryDataCol

const sal_uLong nEntryDataCol = 0

Definition at line 52 of file crnrdlg.cxx.

Referenced by IMPL_LINK_NOARG(), and ScColRowNameRangesDlg::UpdateNames().

◆ nEntryDataDelim

const sal_uLong nEntryDataDelim = 2

Definition at line 54 of file crnrdlg.cxx.

Referenced by IMPL_LINK_NOARG(), and ScColRowNameRangesDlg::UpdateNames().

◆ nEntryDataRow

const sal_uLong nEntryDataRow = 1

Definition at line 53 of file crnrdlg.cxx.

Referenced by ScColRowNameRangesDlg::UpdateNames().