LibreOffice Module dbaccess (master) 1
|
#include <sal/config.h>
#include <cassert>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XPropertiesChangeListener.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <officecfg/Office/Common.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/wghtitem.hxx>
#include <sqledit.hxx>
#include <cppuhelper/implbase.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <svl/itempool.hxx>
#include <svl/itemset.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/specialchars.hxx>
#include <vcl/svapp.hxx>
Go to the source code of this file.
Classes | |
class | dbaui::SQLEditView::ChangesListener |
Functions | |
IMPL_LINK_NOARG (SQLEditView, ModifyHdl, LinkParamNone *, void) | |
IMPL_LINK_NOARG (SQLEditView, ImplUpdateDataHdl, Timer *, void) | |
IMPL_LINK_NOARG (SQLEditView, ScrollHdl, weld::ScrolledWindow &, void) | |
IMPL_LINK_NOARG (SQLEditView, EditStatusHdl, EditStatus &, void) | |
IMPL_LINK_NOARG | ( | SQLEditView | , |
EditStatusHdl | , | ||
EditStatus & | , | ||
void | |||
) |
Definition at line 482 of file sqledit.cxx.
References Resize.
IMPL_LINK_NOARG | ( | SQLEditView | , |
ImplUpdateDataHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 182 of file sqledit.cxx.
IMPL_LINK_NOARG | ( | SQLEditView | , |
ModifyHdl | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 175 of file sqledit.cxx.
IMPL_LINK_NOARG | ( | SQLEditView | , |
ScrollHdl | , | ||
weld::ScrolledWindow & | , | ||
void | |||
) |
Definition at line 477 of file sqledit.cxx.