|
LibreOffice Module dbaccess (master) 1
|
#include <queryfilter.hxx>#include <com/sun/star/sdbc/DataType.hpp>#include <com/sun/star/util/Date.hpp>#include <com/sun/star/sdbc/ColumnSearch.hpp>#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>#include <com/sun/star/sdb/SQLFilterOperator.hpp>#include <com/sun/star/sdbc/XConnection.hpp>#include <comphelper/string.hxx>#include <comphelper/diagnose_ex.hxx>#include <osl/diagnose.h>#include <connectivity/dbtools.hxx>#include <strings.hxx>#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>Go to the source code of this file.
Functions | |
| static void | Replace_OS_PlaceHolder (OUString &aString) |
| static void | Replace_SQL_PlaceHolder (OUString &aString) |
| IMPL_LINK (DlgFilterCrit, PredicateLoseFocus, weld::Widget &, rControl, void) | |
| IMPL_LINK (DlgFilterCrit, ListSelectHdl, weld::ComboBox &, rListBox, void) | |
| IMPL_LINK_NOARG (DlgFilterCrit, ListSelectCompHdl, weld::ComboBox &, void) | |
| IMPL_LINK | ( | DlgFilterCrit | , |
| ListSelectHdl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 611 of file queryfilter.cxx.
References aName, weld::ComboBox::append_text(), weld::ComboBox::clear(), getColumn(), dbtools::getSearchColumnFlag(), i, m_xConnection, nDataType, PROPERTY_TYPE(), weld::ComboBox::set_active(), and xColumn.
| IMPL_LINK | ( | DlgFilterCrit | , |
| PredicateLoseFocus | , | ||
| weld::Widget & | , | ||
| rControl | , | ||
| void | |||
| ) |
Definition at line 420 of file queryfilter.cxx.
References weld::Entry::get_text(), weld::Entry::set_text(), and xColumn.
| IMPL_LINK_NOARG | ( | DlgFilterCrit | , |
| ListSelectCompHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 668 of file queryfilter.cxx.
|
static |
Definition at line 45 of file queryfilter.cxx.
Referenced by dbaui::DlgFilterCrit::getCondition().
|
static |
Definition at line 51 of file queryfilter.cxx.
Referenced by dbaui::DlgFilterCrit::SetLine().