LibreOffice Module sc (master) 1
|
#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>
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 = ',' |
#define CR u'\x000D' |
Definition at line 42 of file tpusrlst.cxx.
#define LF u'\x000A' |
Definition at line 43 of file tpusrlst.cxx.
IMPL_LINK | ( | ScTpUserLists | , |
BtnClickHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 454 of file tpusrlst.cxx.
References Application::CreateMessageDialog(), GetFrameWeld(), o3tl::getToken(), ScRangeUtil::IsAbsArea(), ScRangeUtil::IsAbsPos(), RET_YES, and ScResId().
IMPL_LINK | ( | ScTpUserLists | , |
EdEntriesModHdl | , | ||
weld::TextView & | , | ||
rEd | , | ||
void | |||
) |
Definition at line 687 of file tpusrlst.cxx.
IMPL_LINK | ( | ScTpUserLists | , |
LbSelectHdl | , | ||
weld::TreeView & | , | ||
rLb | , | ||
void | |||
) |
Definition at line 433 of file tpusrlst.cxx.
const sal_Unicode cDelimiter = ',' |
Definition at line 45 of file tpusrlst.cxx.
Referenced by ScUserList::AddDefaults(), FormulaTemplate::applyRangeList(), ScRangeList::Format(), ScVbaRange::getCellRangesForAddress(), ScTpUserLists::MakeListStr(), and ScRangeList::Parse().