|
LibreOffice Module svx (master) 1
|
#include <sal/config.h>#include <map>#include <utility>#include <vector>#include <config_feature_desktop.h>#include <officecfg/Office/Common.hxx>#include <svx/strings.hrc>#include <svx/dialmgr.hxx>#include <comphelper/propertysequence.hxx>#include <cppuhelper/queryinterface.hxx>#include <cppuhelper/supportsservice.hxx>#include <cppuhelper/weak.hxx>#include <com/sun/star/beans/PropertyValue.hpp>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/frame/DispatchDescriptor.hpp>#include <com/sun/star/frame/XDispatch.hpp>#include <com/sun/star/frame/XDispatchProvider.hpp>#include <com/sun/star/frame/XLayoutManager.hpp>#include <com/sun/star/frame/XStatusListener.hpp>#include <com/sun/star/lang/XInitialization.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <com/sun/star/text/XTextRange.hpp>#include <com/sun/star/ui/XUIElement.hpp>#include <com/sun/star/util/URL.hpp>#include <com/sun/star/util/URLTransformer.hpp>#include <com/sun/star/util/SearchAlgorithms.hpp>#include <com/sun/star/util/SearchAlgorithms2.hpp>#include <vcl/InterimItemWindow.hxx>#include <svl/ctloptions.hxx>#include <svl/srchitem.hxx>#include <svtools/acceleratorexecute.hxx>#include <svtools/toolboxcontroller.hxx>#include <toolkit/helper/vclunohelper.hxx>#include <vcl/toolbox.hxx>#include <vcl/svapp.hxx>#include <svx/labelitemwindow.hxx>#include <svx/srchdlg.hxx>#include <vcl/event.hxx>#include <findtextfield.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK (FindTextFieldControl, KeyInputHdl, const KeyEvent &, rKeyEvent, bool) | |
| IMPL_LINK_NOARG (FindTextFieldControl, ActivateHdl, weld::ComboBox &, bool) | |
| IMPL_LINK_NOARG (FindTextFieldControl, OnAsyncGetFocus, void *, void) | |
| IMPL_LINK_NOARG (FindTextFieldControl, FocusInHdl, weld::Widget &, void) | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_svx_FindTextToolboxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_svx_ExitFindbarToolboxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_svx_UpSearchToolboxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_svx_DownSearchToolboxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_svx_MatchCaseToolboxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_svx_SearchFormattedToolboxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_svx_FindAllToolboxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_svx_SearchLabelToolboxController_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_svx_Impl_FindbarDispatcher_get_implementation (SAL_UNUSED_PARAMETER css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_svx_Impl_FindbarDispatcher_get_implementation | ( | SAL_UNUSED_PARAMETER css::uno::XComponentContext * | , |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1489 of file tbunosearchcontrollers.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_svx_DownSearchToolboxController_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1449 of file tbunosearchcontrollers.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_svx_ExitFindbarToolboxController_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1433 of file tbunosearchcontrollers.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_svx_FindAllToolboxController_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1473 of file tbunosearchcontrollers.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_svx_FindTextToolboxController_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1425 of file tbunosearchcontrollers.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_svx_MatchCaseToolboxController_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1457 of file tbunosearchcontrollers.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_svx_SearchFormattedToolboxController_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1465 of file tbunosearchcontrollers.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_svx_SearchLabelToolboxController_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1481 of file tbunosearchcontrollers.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_svx_UpSearchToolboxController_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1441 of file tbunosearchcontrollers.cxx.
| IMPL_LINK | ( | FindTextFieldControl | , |
| KeyInputHdl | , | ||
| const KeyEvent & | , | ||
| rKeyEvent | , | ||
| bool | |||
| ) |
Definition at line 273 of file tbunosearchcontrollers.cxx.
References aCommand, KEY_ESCAPE, KEY_F, KEY_F3, KEY_G, KEY_RETURN, m_xFrame, m_xWidget, svt::AcceleratorExecute::st_VCLKey2AWTKey(), and u.
| IMPL_LINK_NOARG | ( | FindTextFieldControl | , |
| ActivateHdl | , | ||
| weld::ComboBox & | , | ||
| bool | |||
| ) |
Definition at line 348 of file tbunosearchcontrollers.cxx.
| IMPL_LINK_NOARG | ( | FindTextFieldControl | , |
| FocusInHdl | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 375 of file tbunosearchcontrollers.cxx.
| IMPL_LINK_NOARG | ( | FindTextFieldControl | , |
| OnAsyncGetFocus | , | ||
| void * | , | ||
| void | |||
| ) |
Definition at line 358 of file tbunosearchcontrollers.cxx.
References m_xWidget.