LibreOffice Module dbaccess (master) 1
|
#include <core_resource.hxx>
#include <FieldDescControl.hxx>
#include <FieldControls.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <TableDesignHelpBar.hxx>
#include <vcl/svapp.hxx>
#include <FieldDescriptions.hxx>
#include <svl/numuno.hxx>
#include <vcl/transfer.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/util/NumberFormat.hpp>
#include <com/sun/star/util/XNumberFormatPreviewer.hpp>
#include <com/sun/star/util/XNumberFormatTypes.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <QEnumTypes.hxx>
#include <helpids.h>
#include <connectivity/dbtools.hxx>
#include <connectivity/dbconversion.hxx>
#include <comphelper/numbers.hxx>
#include <comphelper/types.hxx>
#include <UITools.hxx>
#include <strings.hrc>
#include <osl/diagnose.h>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (OFieldDescControl, FormatClickHdl, weld::Button &, void) | |
IMPL_LINK (OFieldDescControl, ChangeHdl, weld::ComboBox &, rListBox, void) | |
IMPL_LINK (OFieldDescControl, OnControlFocusGot, weld::Widget &, rControl, void) | |
IMPL_LINK (OFieldDescControl, OnControlFocusLost, weld::Widget &, rControl, void) | |
IMPL_LINK_NOARG (OFieldDescControl, HelpFocusOut, weld::Widget &, void) | |
IMPL_LINK | ( | OFieldDescControl | , |
ChangeHdl | , | ||
weld::ComboBox & | , | ||
rListBox | , | ||
void | |||
) |
Definition at line 315 of file FieldDescControl.cxx.
References DBA_RES, dbaui::tpAutoIncrementValue, dbaui::tpDefault, and dbaui::tpRequired.
IMPL_LINK | ( | OFieldDescControl | , |
OnControlFocusGot | , | ||
weld::Widget & | , | ||
rControl | , | ||
void | |||
) |
Definition at line 993 of file FieldDescControl.cxx.
References DBA_RES.
IMPL_LINK | ( | OFieldDescControl | , |
OnControlFocusLost | , | ||
weld::Widget & | , | ||
rControl | , | ||
void | |||
) |
Definition at line 1068 of file FieldDescControl.cxx.
IMPL_LINK_NOARG | ( | OFieldDescControl | , |
FormatClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 275 of file FieldDescControl.cxx.
References dbaui::callColumnFormatDialog(), SvNumberFormatsSupplierObj::GetNumberFormatter(), SvNumberFormatter::GetType(), and m_xContainer.
IMPL_LINK_NOARG | ( | OFieldDescControl | , |
HelpFocusOut | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 1174 of file FieldDescControl.cxx.