LibreOffice Module sc (master) 1
|
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <svtools/collatorres.hxx>
#include <unotools/collatorwrapper.hxx>
#include <comphelper/processfactory.hxx>
#include <osl/diagnose.h>
#include <scitems.hxx>
#include <uiitems.hxx>
#include <viewdata.hxx>
#include <document.hxx>
#include <global.hxx>
#include <dbdata.hxx>
#include <userlist.hxx>
#include <rangeutl.hxx>
#include <scresid.hxx>
#include <sc.hrc>
#include <strings.hrc>
#include <globstr.hrc>
#include <sortkeydlg.hxx>
#include <sortdlg.hxx>
#include <tpsort.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScTabPageSortFields, SortDirHdl, weld::Toggleable &, void) | |
IMPL_LINK (ScTabPageSortFields, SelectHdl, weld::ComboBox &, rLb, void) | |
IMPL_LINK_NOARG (ScTabPageSortFields, ScrollToEndHdl, Timer *, void) | |
IMPL_LINK (ScTabPageSortOptions, EnableHdl, weld::Toggleable &, rButton, void) | |
IMPL_LINK (ScTabPageSortOptions, SelOutPosHdl, weld::ComboBox &, rLb, void) | |
IMPL_LINK_NOARG (ScTabPageSortOptions, FillAlgorHdl, weld::ComboBox &, void) | |
IMPL_LINK | ( | ScTabPageSortFields | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
rLb | , | ||
void | |||
) |
Definition at line 437 of file tpsort.cxx.
IMPL_LINK | ( | ScTabPageSortOptions | , |
EnableHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 766 of file tpsort.cxx.
IMPL_LINK | ( | ScTabPageSortOptions | , |
SelOutPosHdl | , | ||
weld::ComboBox & | , | ||
rLb | , | ||
void | |||
) |
Definition at line 794 of file tpsort.cxx.
IMPL_LINK_NOARG | ( | ScTabPageSortFields | , |
ScrollToEndHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 479 of file tpsort.cxx.
IMPL_LINK_NOARG | ( | ScTabPageSortFields | , |
SortDirHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 413 of file tpsort.cxx.
References i.
IMPL_LINK_NOARG | ( | ScTabPageSortOptions | , |
FillAlgorHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 868 of file tpsort.cxx.