|
LibreOffice Module sc (master) 1
|
#include <sfx2/dispatch.hxx>#include <sal/log.hxx>#include <uiitems.hxx>#include <reffact.hxx>#include <viewdata.hxx>#include <document.hxx>#include <docsh.hxx>#include <scresid.hxx>#include <queryentry.hxx>#include <foptmgr.hxx>#include <globstr.hrc>#include <strings.hrc>#include <filtdlg.hxx>#include <svx/colorwindow.hxx>#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <vcl/virdev.hxx>#include <vcl/weld.hxx>#include <svl/numformat.hxx>#include <svl/sharedstringpool.hxx>#include <limits>Go to the source code of this file.
Macros | |
| #define | QUERY_ENTRY_COUNT 4 |
| #define | INVALID_HEADER_POS std::numeric_limits<size_t>::max() |
Functions | |
| IMPL_LINK (ScFilterDlg, BtnClearHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK (ScFilterDlg, EndDlgHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK_NOARG (ScFilterDlg, MoreExpandedHdl, weld::Expander &, void) | |
| IMPL_LINK (ScFilterDlg, TimeOutHdl, Timer *, _pTimer, void) | |
| IMPL_LINK (ScFilterDlg, LbSelectHdl, weld::ComboBox &, rLb, void) | |
| IMPL_LINK (ScFilterDlg, CheckBoxHdl, weld::Toggleable &, rBox, void) | |
| IMPL_LINK (ScFilterDlg, ValModifyHdl, weld::ComboBox &, rEd, void) | |
| IMPL_LINK (ScFilterDlg, BtnRemoveHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK_NOARG (ScFilterDlg, ScrollHdl, weld::ScrolledWindow &, void) | |
| #define INVALID_HEADER_POS std::numeric_limits<size_t>::max() |
Definition at line 48 of file filtdlg.cxx.
| #define QUERY_ENTRY_COUNT 4 |
Definition at line 47 of file filtdlg.cxx.
| IMPL_LINK | ( | ScFilterDlg | , |
| BtnClearHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 741 of file filtdlg.cxx.
| IMPL_LINK | ( | ScFilterDlg | , |
| BtnRemoveHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 1320 of file filtdlg.cxx.
| IMPL_LINK | ( | ScFilterDlg | , |
| CheckBoxHdl | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 1200 of file filtdlg.cxx.
| IMPL_LINK | ( | ScFilterDlg | , |
| EndDlgHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 802 of file filtdlg.cxx.
References Application::CreateMessageDialog(), SfxDispatcher::ExecuteList(), GetBindings(), SfxBindings::GetDispatcher(), m_xDialog, RET_CANCEL, RET_OK, and ScResId().
| IMPL_LINK | ( | ScFilterDlg | , |
| LbSelectHdl | , | ||
| weld::ComboBox & | , | ||
| rLb | , | ||
| void | |||
| ) |
Definition at line 863 of file filtdlg.cxx.
References i, nCount, SC_EQUAL, ScQueryEntry::SetQueryByBackgroundColor(), ScQueryEntry::SetQueryByTextColor(), and Color::STRtoRGB().
| IMPL_LINK | ( | ScFilterDlg | , |
| TimeOutHdl | , | ||
| Timer * | , | ||
| _pTimer | , | ||
| void | |||
| ) |
Definition at line 853 of file filtdlg.cxx.
References m_xDialog.
| IMPL_LINK | ( | ScFilterDlg | , |
| ValModifyHdl | , | ||
| weld::ComboBox & | , | ||
| rEd | , | ||
| void | |||
| ) |
Definition at line 1241 of file filtdlg.cxx.
References ScQueryEntry::bDoQuery, ScQueryEntry::ByDate, ScQueryEntry::ByString, ScQueryEntry::eOp, weld::ComboBox::get_active(), ScQueryEntry::GetQueryItem(), i, ScQueryEntry::Item::maString, ScQueryEntry::Item::meType, ScQueryEntry::Item::mfVal, ScQueryEntry::nField, weld::ComboBox::set_active_text(), weld::Widget::set_sensitive(), ScQueryEntry::SetQueryByEmpty(), and ScQueryEntry::SetQueryByNonEmpty().
| IMPL_LINK_NOARG | ( | ScFilterDlg | , |
| MoreExpandedHdl | , | ||
| weld::Expander & | , | ||
| void | |||
| ) |
Definition at line 840 of file filtdlg.cxx.
| IMPL_LINK_NOARG | ( | ScFilterDlg | , |
| ScrollHdl | , | ||
| weld::ScrolledWindow & | , | ||
| void | |||
| ) |
Definition at line 1398 of file filtdlg.cxx.