LibreOffice Module dbaccess (master) 1
|
#include <dlgsave.hxx>
#include <core_resource.hxx>
#include <strings.hrc>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <connectivity/dbtools.hxx>
#include <UITools.hxx>
#include <objectnamecheck.hxx>
#include <utility>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (OSaveAsDlg, TextFilterHdl, OUString &, rTest, bool) | |
IMPL_LINK_NOARG (OSaveAsDlg, ButtonClickHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (OSaveAsDlg, EditModifyHdl, weld::Entry &, void) | |
IMPL_LINK | ( | OSaveAsDlg | , |
TextFilterHdl | , | ||
OUString & | , | ||
rTest | , | ||
bool | |||
) |
Definition at line 40 of file dlgsave.cxx.
IMPL_LINK_NOARG | ( | OSaveAsDlg | , |
ButtonClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 217 of file dlgsave.cxx.
References m_aName, m_xContext, m_xDialog, RET_OK, showError(), and dbaccess::TABLE.
IMPL_LINK_NOARG | ( | OSaveAsDlg | , |
EditModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 242 of file dlgsave.cxx.