|
LibreOffice Module sw (master) 1
|
#include <wrtsh.hxx>#include <fldbas.hxx>#include <DropDownFieldDialog.hxx>#include <flddropdown.hxx>#include <memory>Go to the source code of this file.
Functions | |
| IMPL_LINK_NOARG (sw::DropDownFieldDialog, EditHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (sw::DropDownFieldDialog, PrevHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (sw::DropDownFieldDialog, NextHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (sw::DropDownFieldDialog, DoubleClickHdl, weld::TreeView &, bool) | |
| IMPL_LINK_NOARG | ( | sw::DropDownFieldDialog | , |
| DoubleClickHdl | , | ||
| weld::TreeView & | , | ||
| bool | |||
| ) |
Definition at line 133 of file DropDownFieldDialog.cxx.
| IMPL_LINK_NOARG | ( | sw::DropDownFieldDialog | , |
| EditHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 115 of file DropDownFieldDialog.cxx.
| IMPL_LINK_NOARG | ( | sw::DropDownFieldDialog | , |
| NextHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 127 of file DropDownFieldDialog.cxx.
| IMPL_LINK_NOARG | ( | sw::DropDownFieldDialog | , |
| PrevHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 121 of file DropDownFieldDialog.cxx.