|
LibreOffice Module cui (master) 1
|
#include <swpossizetabpage.hxx>#include <svtools/unitconv.hxx>#include <svx/svddef.hxx>#include <svx/sxcecitm.hxx>#include <svx/sxcgitm.hxx>#include <svx/sxcllitm.hxx>#include <svx/sxctitm.hxx>#include <svx/dlgutil.hxx>#include <labdlg.hxx>#include <transfrm.hxx>#include <bitmaps.hlst>Go to the source code of this file.
Macros | |
| #define | EXT_OPTIMAL 0 |
| #define | EXT_FROM_TOP 1 |
| #define | EXT_FROM_LEFT 2 |
| #define | EXT_HORIZONTAL 3 |
| #define | EXT_VERTICAL 4 |
| #define | POS_TOP 0 |
| #define | POS_MIDDLE 1 |
| #define | POS_BOTTOM 2 |
| #define | BMP_CAPTTYPE_1 1 |
| #define | BMP_CAPTTYPE_2 2 |
| #define | BMP_CAPTTYPE_3 3 |
Functions | |
| IMPL_LINK (SvxCaptionTabPage, ExtensionSelectHdl_Impl, weld::ComboBox &, rListBox, void) | |
| IMPL_LINK (SvxCaptionTabPage, PositionSelectHdl_Impl, weld::ComboBox &, rListBox, void) | |
| IMPL_LINK (SvxCaptionTabPage, LineOptHdl_Impl, weld::Toggleable &, rButton, void) | |
| IMPL_LINK_NOARG (SvxCaptionTabPage, SelectCaptTypeHdl_Impl, ValueSet *, void) | |
| #define BMP_CAPTTYPE_1 1 |
Definition at line 46 of file labdlg.cxx.
| #define BMP_CAPTTYPE_2 2 |
Definition at line 47 of file labdlg.cxx.
| #define BMP_CAPTTYPE_3 3 |
Definition at line 48 of file labdlg.cxx.
| #define EXT_FROM_LEFT 2 |
Definition at line 38 of file labdlg.cxx.
| #define EXT_FROM_TOP 1 |
Definition at line 37 of file labdlg.cxx.
| #define EXT_HORIZONTAL 3 |
Definition at line 39 of file labdlg.cxx.
| #define EXT_OPTIMAL 0 |
Definition at line 36 of file labdlg.cxx.
| #define EXT_VERTICAL 4 |
Definition at line 40 of file labdlg.cxx.
| #define POS_BOTTOM 2 |
Definition at line 44 of file labdlg.cxx.
| #define POS_MIDDLE 1 |
Definition at line 43 of file labdlg.cxx.
| #define POS_TOP 0 |
Definition at line 42 of file labdlg.cxx.
| IMPL_LINK | ( | SvxCaptionTabPage | , |
| ExtensionSelectHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 388 of file labdlg.cxx.
| IMPL_LINK | ( | SvxCaptionTabPage | , |
| LineOptHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 404 of file labdlg.cxx.
| IMPL_LINK | ( | SvxCaptionTabPage | , |
| PositionSelectHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 396 of file labdlg.cxx.
| IMPL_LINK_NOARG | ( | SvxCaptionTabPage | , |
| SelectCaptTypeHdl_Impl | , | ||
| ValueSet * | , | ||
| void | |||
| ) |
Definition at line 421 of file labdlg.cxx.