LibreOffice Module sc (master) 1
|
#include <global.hxx>
#include <tpformula.hxx>
#include <formulaopt.hxx>
#include <sc.hrc>
#include <strings.hrc>
#include <scresid.hxx>
#include <formula/grammar.hxx>
#include <officecfg/Office/Calc.hxx>
#include "calcoptionsdlg.hxx"
#include <unotools/localedatawrapper.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScTpFormulaOptions, ButtonHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (ScTpFormulaOptions, ToggleHdl, weld::Toggleable &, rBtn, void) | |
IMPL_LINK (ScTpFormulaOptions, SepInsertTextHdl, OUString &, rTest, bool) | |
IMPL_LINK (ScTpFormulaOptions, RowSepInsertTextHdl, OUString &, rTest, bool) | |
IMPL_LINK (ScTpFormulaOptions, ColSepInsertTextHdl, OUString &, rTest, bool) | |
IMPL_LINK (ScTpFormulaOptions, SepModifyHdl, weld::Entry &, rEdit, void) | |
IMPL_LINK (ScTpFormulaOptions, SepEditOnFocusHdl, weld::Widget &, rControl, void) | |
IMPL_LINK | ( | ScTpFormulaOptions | , |
ButtonHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 204 of file tpformula.cxx.
IMPL_LINK | ( | ScTpFormulaOptions | , |
ColSepInsertTextHdl | , | ||
OUString & | , | ||
rTest | , | ||
bool | |||
) |
Definition at line 238 of file tpformula.cxx.
IMPL_LINK | ( | ScTpFormulaOptions | , |
RowSepInsertTextHdl | , | ||
OUString & | , | ||
rTest | , | ||
bool | |||
) |
Definition at line 230 of file tpformula.cxx.
IMPL_LINK | ( | ScTpFormulaOptions | , |
SepEditOnFocusHdl | , | ||
weld::Widget & | , | ||
rControl | , | ||
void | |||
) |
Definition at line 251 of file tpformula.cxx.
IMPL_LINK | ( | ScTpFormulaOptions | , |
SepInsertTextHdl | , | ||
OUString & | , | ||
rTest | , | ||
bool | |||
) |
Definition at line 222 of file tpformula.cxx.
IMPL_LINK | ( | ScTpFormulaOptions | , |
SepModifyHdl | , | ||
weld::Entry & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 246 of file tpformula.cxx.
IMPL_LINK | ( | ScTpFormulaOptions | , |
ToggleHdl | , | ||
weld::Toggleable & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 212 of file tpformula.cxx.