LibreOffice Module cui (master) 1
Functions | Variables
showcols.cxx File Reference
#include <showcols.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <comphelper/types.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
Include dependency graph for showcols.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (FmShowColsDialog, OnClickedOk, weld::Button &, void)
 

Variables

constexpr OUStringLiteral CUIFM_PROP_HIDDEN = u"Hidden"
 
constexpr OUStringLiteral CUIFM_PROP_LABEL = u"Label"
 

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( FmShowColsDialog  ,
OnClickedOk  ,
weld::Button ,
void   
)

Definition at line 43 of file showcols.cxx.

References CUIFM_PROP_HIDDEN, DBG_ASSERT, i, m_xDialog, RET_OK, and TOOLS_WARN_EXCEPTION.

Variable Documentation

◆ CUIFM_PROP_HIDDEN

constexpr OUStringLiteral CUIFM_PROP_HIDDEN = u"Hidden"
constexpr

Definition at line 27 of file showcols.cxx.

Referenced by IMPL_LINK_NOARG(), and FmShowColsDialog::SetColumns().

◆ CUIFM_PROP_LABEL

constexpr OUStringLiteral CUIFM_PROP_LABEL = u"Label"
constexpr

Definition at line 28 of file showcols.cxx.

Referenced by FmShowColsDialog::SetColumns().