|
LibreOffice Module cui (master) 1
|
#include <tools/debug.hxx>#include <vcl/stdtext.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <dialmgr.hxx>#include <sfx2/app.hxx>#include <svx/fmsrccfg.hxx>#include <svx/fmsrcimp.hxx>#include <strings.hrc>#include <cuifmsearch.hxx>#include <svl/cjkoptions.hxx>#include <comphelper/processfactory.hxx>#include <comphelper/string.hxx>#include <svx/svxdlg.hxx>#include <o3tl/string_view.hxx>Go to the source code of this file.
Macros | |
| #define | MAX_HISTORY_ENTRIES 50 |
Functions | |
| IMPL_LINK (FmSearchDialog, OnToggledSearchRadio, weld::Toggleable &, rButton, void) | |
| IMPL_LINK (FmSearchDialog, OnToggledFieldRadios, weld::Toggleable &, rButton, void) | |
| IMPL_LINK_NOARG (FmSearchDialog, OnClickedSearchAgain, weld::Button &, void) | |
| IMPL_LINK (FmSearchDialog, OnClickedSpecialSettings, weld::Button &, rButton, void) | |
| IMPL_LINK_NOARG (FmSearchDialog, OnSearchTextModified, weld::ComboBox &, void) | |
| IMPL_LINK_NOARG (FmSearchDialog, OnFocusGrabbed, weld::Widget &, void) | |
| IMPL_LINK_NOARG (FmSearchDialog, OnPositionSelected, weld::ComboBox &, void) | |
| IMPL_LINK_NOARG (FmSearchDialog, OnFieldSelected, weld::ComboBox &, void) | |
| IMPL_LINK (FmSearchDialog, OnCheckBoxToggled, weld::Toggleable &, rBox, void) | |
| IMPL_LINK (FmSearchDialog, OnContextSelection, weld::ComboBox &, rBox, void) | |
| IMPL_LINK (FmSearchDialog, OnSearchProgress, const FmSearchProgress *, pProgress, void) | |
| #define MAX_HISTORY_ENTRIES 50 |
Definition at line 42 of file cuifmsearch.cxx.
| IMPL_LINK | ( | FmSearchDialog | , |
| OnCheckBoxToggled | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 377 of file cuifmsearch.cxx.
References CuiResId(), SvtCJKOptions::IsJapaneseFindEnabled(), and weld::Widget::set_sensitive().
| IMPL_LINK | ( | FmSearchDialog | , |
| OnClickedSpecialSettings | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 310 of file cuifmsearch.cxx.
References SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateSvxJSearchOptionsDialog(), SvxAbstractDialogFactory::CreateSvxSearchSimilarityDialog(), m_xDialog, RET_OK, and SfxGetpApp().
| IMPL_LINK | ( | FmSearchDialog | , |
| OnContextSelection | , | ||
| weld::ComboBox & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 506 of file cuifmsearch.cxx.
| IMPL_LINK | ( | FmSearchDialog | , |
| OnSearchProgress | , | ||
| const FmSearchProgress * | , | ||
| pProgress | , | ||
| void | |||
| ) |
Definition at line 578 of file cuifmsearch.cxx.
References FmFoundRecordInformation::aPosition, FmSearchProgress::Canceled, Application::CreateMessageDialog(), CuiResId(), FmSearchProgress::Error, m_xDialog, FmFoundRecordInformation::nContext, FmSearchProgress::NothingFound, FmSearchProgress::Progress, FmSearchProgress::ProgressCounting, and FmSearchProgress::Successful.
| IMPL_LINK | ( | FmSearchDialog | , |
| OnToggledFieldRadios | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 250 of file cuifmsearch.cxx.
| IMPL_LINK | ( | FmSearchDialog | , |
| OnToggledSearchRadio | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 243 of file cuifmsearch.cxx.
| IMPL_LINK_NOARG | ( | FmSearchDialog | , |
| OnClickedSearchAgain | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 268 of file cuifmsearch.cxx.
References MAX_HISTORY_ENTRIES.
| IMPL_LINK_NOARG | ( | FmSearchDialog | , |
| OnFieldSelected | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 367 of file cuifmsearch.cxx.
| IMPL_LINK_NOARG | ( | FmSearchDialog | , |
| OnFocusGrabbed | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 357 of file cuifmsearch.cxx.
| IMPL_LINK_NOARG | ( | FmSearchDialog | , |
| OnPositionSelected | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 362 of file cuifmsearch.cxx.
| IMPL_LINK_NOARG | ( | FmSearchDialog | , |
| OnSearchTextModified | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 347 of file cuifmsearch.cxx.