LibreOffice Module cui (master) 1
|
#include <macropg.hxx>
#include <svl/eitem.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <bitmaps.hlst>
#include <cfgutil.hxx>
#include <dialmgr.hxx>
#include <helpids.h>
#include <headertablistbox.hxx>
#include "macropg_impl.hxx"
#include <o3tl/safeint.hxx>
#include <svl/macitem.hxx>
#include <svx/svxids.hrc>
#include <strings.hrc>
#include <comphelper/namedvaluecollection.hxx>
#include <o3tl/string_view.hxx>
#include <utility>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SvxMacroTabPage_, SelectEvent_Impl, weld::TreeView &, void) | |
IMPL_LINK (SvxMacroTabPage_, AssignDeleteHdl_Impl, weld::Button &, rBtn, void) | |
IMPL_LINK_NOARG (SvxMacroTabPage_, DoubleClickHdl_Impl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (SvxMacroTabPage_, DeleteAllHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (AssignComponentDialog, ButtonHandler, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxMacroAssignSingleTabDialog, OKHdl_Impl, weld::Button &, void) | |
Variables | |
constexpr OUStringLiteral | aVndSunStarUNO = u"vnd.sun.star.UNO:" |
IMPL_LINK | ( | SvxMacroTabPage_ | , |
AssignDeleteHdl_Impl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 381 of file macropg.cxx.
IMPL_LINK_NOARG | ( | AssignComponentDialog | , |
ButtonHandler | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 669 of file macropg.cxx.
References aVndSunStarUNO, m_xDialog, maURL, and RET_OK.
IMPL_LINK_NOARG | ( | SvxMacroAssignSingleTabDialog | , |
OKHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 702 of file macropg.cxx.
IMPL_LINK_NOARG | ( | SvxMacroTabPage_ | , |
DeleteAllHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 505 of file macropg.cxx.
References weld::TreeView::get_id(), weld::TreeView::set_image(), weld::TreeView::set_text(), and sEventType.
IMPL_LINK_NOARG | ( | SvxMacroTabPage_ | , |
DoubleClickHdl_Impl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 386 of file macropg.cxx.
IMPL_LINK_NOARG | ( | SvxMacroTabPage_ | , |
SelectEvent_Impl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 368 of file macropg.cxx.
References DBG_ASSERT.
|
constexpr |
Definition at line 41 of file macropg.cxx.
Referenced by AssignComponentDialog::AssignComponentDialog(), SvxMacroTabPage_::GenericHandler_Impl(), and IMPL_LINK_NOARG().