LibreOffice Module sc (master) 1
Functions | Variables
dbnamdlg.cxx File Reference
#include <memory>
#include <sal/config.h>
#include <cassert>
#include <comphelper/string.hxx>
#include <unotools/charclass.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <o3tl/string_view.hxx>
#include <reffact.hxx>
#include <document.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <rangenam.hxx>
#include <globalnames.hxx>
#include <dbnamdlg.hxx>
#include <dbdocfun.hxx>
Include dependency graph for dbnamdlg.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (ScDbNameDlg, OkBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScDbNameDlg, CancelBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScDbNameDlg, AddBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScDbNameDlg, RemoveBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScDbNameDlg, NameModifyHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (ScDbNameDlg, AssModifyHdl, formula::RefEdit &, void)
 

Variables

static std::unique_ptr< DBSaveData > xSaveObj
 

Function Documentation

◆ IMPL_LINK_NOARG() [1/6]

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

◆ IMPL_LINK_NOARG() [2/6]

IMPL_LINK_NOARG ( ScDbNameDlg  ,
AssModifyHdl  ,
formula::RefEdit ,
void   
)

Definition at line 601 of file dbnamdlg.cxx.

References ScRange::ParseAny(), and VALID.

◆ IMPL_LINK_NOARG() [3/6]

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

Definition at line 384 of file dbnamdlg.cxx.

References RET_CANCEL.

◆ IMPL_LINK_NOARG() [4/6]

IMPL_LINK_NOARG ( ScDbNameDlg  ,
NameModifyHdl  ,
weld::ComboBox ,
void   
)

Definition at line 539 of file dbnamdlg.cxx.

References xSaveObj.

◆ IMPL_LINK_NOARG() [5/6]

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

Definition at line 368 of file dbnamdlg.cxx.

References ScDBDocFunc::ModifyAllDBData(), and RET_OK.

◆ IMPL_LINK_NOARG() [6/6]

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

Variable Documentation

◆ xSaveObj

std::unique_ptr<DBSaveData> xSaveObj
static