LibreOffice Module dbaccess (master) 1
|
Dialog to set such properties of a query as distinct values and limit It can be opened from Edit menu in Query Design View. More...
#include <QueryPropertiesDialog.hxx>
Public Member Functions | |
QueryPropertiesDialog (weld::Window *pParent, const bool bDistinct, const sal_Int64 nLimit) | |
virtual | ~QueryPropertiesDialog () override |
bool | getDistinct () const |
sal_Int64 | getLimit () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Attributes | |
std::unique_ptr< weld::RadioButton > | m_xRB_Distinct |
std::unique_ptr< weld::RadioButton > | m_xRB_NonDistinct |
std::unique_ptr< weld::ComboBox > | m_xLB_Limit |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Dialog to set such properties of a query as distinct values and limit It can be opened from Edit menu in Query Design View.
Definition at line 21 of file QueryPropertiesDialog.hxx.
dbaui::QueryPropertiesDialog::QueryPropertiesDialog | ( | weld::Window * | pParent, |
const bool | bDistinct, | ||
const sal_Int64 | nLimit | ||
) |
Default values
Definition at line 17 of file QueryPropertiesDialog.cxx.
References a, DBA_RES, m_xLB_Limit, m_xRB_Distinct, m_xRB_NonDistinct, and nPos.
|
overridevirtual |
Definition at line 54 of file QueryPropertiesDialog.cxx.
|
inline |
Definition at line 29 of file QueryPropertiesDialog.hxx.
References m_xRB_Distinct.
Referenced by dbaui::OQueryController::execute_QueryPropDlg().
sal_Int64 dbaui::QueryPropertiesDialog::getLimit | ( | ) | const |
Definition at line 46 of file QueryPropertiesDialog.cxx.
References m_xLB_Limit.
Referenced by dbaui::OQueryController::execute_QueryPropDlg().
|
private |
Definition at line 40 of file QueryPropertiesDialog.hxx.
Referenced by getLimit(), and QueryPropertiesDialog().
|
private |
Definition at line 38 of file QueryPropertiesDialog.hxx.
Referenced by getDistinct(), and QueryPropertiesDialog().
|
private |
Definition at line 39 of file QueryPropertiesDialog.hxx.
Referenced by QueryPropertiesDialog().