LibreOffice Module cui (master)
1
|
#include <showcols.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <comphelper/types.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
Go to the source code of this file.
Macros | |
#define | CUIFM_PROP_HIDDEN "Hidden" |
#define | CUIFM_PROP_LABEL "Label" |
Functions | |
IMPL_LINK_NOARG (FmShowColsDialog, OnClickedOk, weld::Button &, void) | |
#define CUIFM_PROP_HIDDEN "Hidden" |
Definition at line 28 of file showcols.cxx.
Referenced by IMPL_LINK_NOARG(), and FmShowColsDialog::SetColumns().
#define CUIFM_PROP_LABEL "Label" |
Definition at line 29 of file showcols.cxx.
Referenced by FmShowColsDialog::SetColumns().
IMPL_LINK_NOARG | ( | FmShowColsDialog | , |
OnClickedOk | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 44 of file showcols.cxx.
References CUIFM_PROP_HIDDEN, DBG_ASSERT, i, m_xDialog, RET_OK, and TOOLS_WARN_EXCEPTION.