LibreOffice Module sw (master) 1
|
#include <pagenumberdlg.hxx>
#include <svx/SvxNumOptionsTabPageHelper.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx>
#include <vcl/virdev.hxx>
#include <tools/gen.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwPageNumberDlg, OkHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwPageNumberDlg, PositionSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SwPageNumberDlg, AlignmentSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SwPageNumberDlg, NumberTypeSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SwPageNumberDlg, IncludePageTotalChangeHdl, weld::Toggleable &, void) | |
IMPL_LINK_NOARG | ( | SwPageNumberDlg | , |
AlignmentSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 65 of file pagenumberdlg.cxx.
IMPL_LINK_NOARG | ( | SwPageNumberDlg | , |
IncludePageTotalChangeHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 81 of file pagenumberdlg.cxx.
IMPL_LINK_NOARG | ( | SwPageNumberDlg | , |
NumberTypeSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 76 of file pagenumberdlg.cxx.
IMPL_LINK_NOARG | ( | SwPageNumberDlg | , |
OkHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 57 of file pagenumberdlg.cxx.
IMPL_LINK_NOARG | ( | SwPageNumberDlg | , |
PositionSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 59 of file pagenumberdlg.cxx.