LibreOffice Module svx (master) 1
|
#include <utility>
#include <vcl/customweld.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/toolbox.hxx>
#include <svx/strings.hrc>
#include <layctrl.hxx>
#include <svx/dialmgr.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <svtools/colorcfg.hxx>
#include <svtools/toolbarmenu.hxx>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (TableWindow, SelectHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ColumnsWidget, ValueChangedHdl, weld::SpinButton &, void) | |
IMPL_LINK_NOARG (ColumnsWidget, ActivateHdl, weld::Entry &, bool) | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_svx_TableToolBoxControl_get_implementation (css::uno::XComponentContext *rContext, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_svx_ColumnsToolBoxControl_get_implementation (css::uno::XComponentContext *rContext, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_svx_ColumnsToolBoxControl_get_implementation | ( | css::uno::XComponentContext * | rContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 792 of file layctrl.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_svx_TableToolBoxControl_get_implementation | ( | css::uno::XComponentContext * | rContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 734 of file layctrl.cxx.
IMPL_LINK_NOARG | ( | ColumnsWidget | , |
ActivateHdl | , | ||
weld::Entry & | , | ||
bool | |||
) |
Definition at line 477 of file layctrl.cxx.
IMPL_LINK_NOARG | ( | ColumnsWidget | , |
ValueChangedHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 472 of file layctrl.cxx.
IMPL_LINK_NOARG | ( | TableWindow | , |
SelectHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 108 of file layctrl.cxx.