LibreOffice Module svx (master) 1
|
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <o3tl/safeint.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/weldutils.hxx>
#include <svtools/ctrlbox.hxx>
#include <unotools/textsearch.hxx>
#include <helpids.h>
#include <svx/ctredlin.hxx>
Go to the source code of this file.
Macros | |
#define | WRITER_DATE 2 |
#define | CALC_DATE 3 |
Functions | |
IMPL_LINK (SvxRedlinTable, HeaderBarClick, int, nColumn, void) | |
IMPL_LINK (SvxTPView, PbClickHdl, weld::Button &, rPushB, void) | |
IMPL_LINK_NOARG (SvxTPFilter, SelDateHdl, weld::ComboBox &, void) | |
IMPL_LINK (SvxTPFilter, RowEnableHdl, weld::Toggleable &, rCB, void) | |
IMPL_LINK (SvxTPFilter, TimeHdl, weld::Button &, rIB, void) | |
IMPL_LINK_NOARG (SvxTPFilter, ModifyHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (SvxTPFilter, ModifyListBoxHdl, weld::ComboBox &, void) | |
IMPL_LINK (SvxTPFilter, ModifyDate, SvtCalendarBox &, rTF, void) | |
IMPL_LINK (SvxTPFilter, ModifyTime, weld::FormattedSpinButton &, rTF, void) | |
IMPL_LINK_NOARG (SvxTPFilter, RefHandle, weld::Button &, void) | |
IMPL_LINK (SvxAcceptChgCtr, ActivatePageHdl, const OUString &, rPage, void) | |
IMPL_LINK (SvxAcceptChgCtr, DeactivatePageHdl, const OUString &, rPage, bool) | |
#define CALC_DATE 3 |
Definition at line 35 of file ctredlin.cxx.
#define WRITER_DATE 2 |
Definition at line 34 of file ctredlin.cxx.
IMPL_LINK | ( | SvxAcceptChgCtr | , |
ActivatePageHdl | , | ||
const OUString & | , | ||
rPage | , | ||
void | |||
) |
Definition at line 979 of file ctredlin.cxx.
References HID_REDLINE_CTRL_FILTER, and HID_REDLINE_CTRL_VIEW.
IMPL_LINK | ( | SvxAcceptChgCtr | , |
DeactivatePageHdl | , | ||
const OUString & | , | ||
rPage | , | ||
bool | |||
) |
Definition at line 993 of file ctredlin.cxx.
IMPL_LINK | ( | SvxRedlinTable | , |
HeaderBarClick | , | ||
int | , | ||
nColumn | , | ||
void | |||
) |
Definition at line 91 of file ctredlin.cxx.
References TRISTATE_FALSE, TRISTATE_INDET, and TRISTATE_TRUE.
IMPL_LINK | ( | SvxTPFilter | , |
ModifyDate | , | ||
SvtCalendarBox & | , | ||
rTF | , | ||
void | |||
) |
Definition at line 903 of file ctredlin.cxx.
References Date::SYSTEM.
IMPL_LINK | ( | SvxTPFilter | , |
ModifyTime | , | ||
weld::FormattedSpinButton & | , | ||
rTF | , | ||
void | |||
) |
Definition at line 925 of file ctredlin.cxx.
IMPL_LINK | ( | SvxTPFilter | , |
RowEnableHdl | , | ||
weld::Toggleable & | , | ||
rCB | , | ||
void | |||
) |
Definition at line 806 of file ctredlin.cxx.
IMPL_LINK | ( | SvxTPFilter | , |
TimeHdl | , | ||
weld::Button & | , | ||
rIB | , | ||
void | |||
) |
Definition at line 835 of file ctredlin.cxx.
References DateTime::SYSTEM.
IMPL_LINK | ( | SvxTPView | , |
PbClickHdl | , | ||
weld::Button & | , | ||
rPushB | , | ||
void | |||
) |
Definition at line 429 of file ctredlin.cxx.
IMPL_LINK_NOARG | ( | SvxTPFilter | , |
ModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 851 of file ctredlin.cxx.
IMPL_LINK_NOARG | ( | SvxTPFilter | , |
ModifyListBoxHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 856 of file ctredlin.cxx.
IMPL_LINK_NOARG | ( | SvxTPFilter | , |
RefHandle | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 948 of file ctredlin.cxx.
IMPL_LINK_NOARG | ( | SvxTPFilter | , |
SelDateHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |