LibreOffice Module dbaccess (master) 1
|
#include <WTypeSelect.hxx>
#include <bitmaps.hlst>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <FieldDescriptions.hxx>
#include <WCopyTable.hxx>
#include <strings.hrc>
#include <tools/stream.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/svapp.hxx>
#include <UITools.hxx>
#include <core_resource.hxx>
#include <FieldControls.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (OWizTypeSelect, ColumnSelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (OWizTypeSelect, ButtonClickHdl, weld::Button &, void) | |
IMPL_LINK (OWizTypeSelectList, CommandHdl, const CommandEvent &, rCEvt, bool) | |
IMPL_LINK | ( | OWizTypeSelectList | , |
CommandHdl | , | ||
const CommandEvent & | , | ||
rCEvt | , | ||
bool | |||
) |
Definition at line 362 of file WTypeSelect.cxx.
References Application::CreateBuilder(), m_xControl, and nCount.
IMPL_LINK_NOARG | ( | OWizTypeSelect | , |
ButtonClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 307 of file WTypeSelect.cxx.
IMPL_LINK_NOARG | ( | OWizTypeSelect | , |
ColumnSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 248 of file WTypeSelect.cxx.