LibreOffice Module sc (master) 1
Macros | Functions | Variables
tpusrlst.cxx File Reference
#include <comphelper/string.hxx>
#include <tools/lineend.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
#include <document.hxx>
#include <tabvwsh.hxx>
#include <viewdata.hxx>
#include <uiitems.hxx>
#include <userlist.hxx>
#include <rangeutl.hxx>
#include <crdlg.hxx>
#include <sc.hrc>
#include <globstr.hrc>
#include <scresid.hxx>
#include <tpusrlst.hxx>
#include <scui_def.hxx>
Include dependency graph for tpusrlst.cxx:

Go to the source code of this file.

Macros

#define CR   u'\x000D'
 
#define LF   u'\x000A'
 

Functions

 IMPL_LINK (ScTpUserLists, LbSelectHdl, weld::TreeView &, rLb, void)
 
 IMPL_LINK (ScTpUserLists, BtnClickHdl, weld::Button &, rBtn, void)
 
 IMPL_LINK (ScTpUserLists, EdEntriesModHdl, weld::TextView &, rEd, void)
 

Variables

const sal_Unicode cDelimiter = ','
 

Macro Definition Documentation

◆ CR

#define CR   u'\x000D'

Definition at line 42 of file tpusrlst.cxx.

◆ LF

#define LF   u'\x000A'

Definition at line 43 of file tpusrlst.cxx.

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( ScTpUserLists  ,
BtnClickHdl  ,
weld::Button ,
rBtn  ,
void   
)

◆ IMPL_LINK() [2/3]

IMPL_LINK ( ScTpUserLists  ,
EdEntriesModHdl  ,
weld::TextView ,
rEd  ,
void   
)

Definition at line 687 of file tpusrlst.cxx.

◆ IMPL_LINK() [3/3]

IMPL_LINK ( ScTpUserLists  ,
LbSelectHdl  ,
weld::TreeView ,
rLb  ,
void   
)

Definition at line 433 of file tpusrlst.cxx.

Variable Documentation

◆ cDelimiter

const sal_Unicode cDelimiter = ','