LibreOffice Module sw (master)
1
|
#include <memory>
#include <cmdid.h>
#include <swmodule.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <globals.hrc>
#include <sfx2/styfitem.hxx>
#include <uitool.hxx>
#include <ccoll.hxx>
#include <fmtcol.hxx>
#include <hintids.hxx>
#include <docsh.hxx>
#include <docstyle.hxx>
#include <hints.hxx>
#include <vcl/svapp.hxx>
#include <swuiccoll.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (SwCondCollPage, OnOffHdl, weld::ToggleButton &, rBox, void) | |
IMPL_LINK (SwCondCollPage, AssignRemoveClickHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (SwCondCollPage, AssignRemoveTreeListBoxHdl, weld::TreeView &, rBtn, bool) | |
IMPL_LINK (SwCondCollPage, SelectTreeListBoxHdl, weld::TreeView &, rBox, void) | |
IMPL_LINK (SwCondCollPage, SelectListBoxHdl, weld::ComboBox &, rBox, void) | |
IMPL_LINK | ( | SwCondCollPage | , |
OnOffHdl | , | ||
weld::ToggleButton & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 174 of file swuiccoll.cxx.
IMPL_LINK | ( | SwCondCollPage | , |
AssignRemoveClickHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 186 of file swuiccoll.cxx.
IMPL_LINK | ( | SwCondCollPage | , |
AssignRemoveTreeListBoxHdl | , | ||
weld::TreeView & | , | ||
rBtn | , | ||
bool | |||
) |
Definition at line 191 of file swuiccoll.cxx.
IMPL_LINK | ( | SwCondCollPage | , |
SelectTreeListBoxHdl | , | ||
weld::TreeView & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 214 of file swuiccoll.cxx.
IMPL_LINK | ( | SwCondCollPage | , |
SelectListBoxHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 219 of file swuiccoll.cxx.