LibreOffice Module svx (master) 1
findtextfield.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#pragma once
21
23#include <com/sun/star/frame/XFrame.hpp>
24#include <com/sun/star/uno/XComponentContext.hpp>
25
26namespace svt
27{
28class AcceleratorExecute;
29}
30
32{
33public:
34 FindTextFieldControl(vcl::Window* pParent, css::uno::Reference<css::frame::XFrame> xFrame,
35 css::uno::Reference<css::uno::XComponentContext> xContext);
36
37 virtual void dispose() override;
38
39 virtual ~FindTextFieldControl() override;
40
41 void Remember_Impl(const OUString& rStr);
43
45
46 int get_count() const;
47 OUString get_text(int nIndex) const;
48 OUString get_active_text() const;
49 void append_text(const OUString& rText);
51
52private:
54 std::unique_ptr<weld::ComboBox> m_xWidget;
55 css::uno::Reference<css::frame::XFrame> m_xFrame;
56 css::uno::Reference<css::uno::XComponentContext> m_xContext;
57 std::unique_ptr<svt::AcceleratorExecute> m_pAcc;
59
60 DECL_LINK(FocusInHdl, weld::Widget&, void);
61 DECL_LINK(KeyInputHdl, const KeyEvent&, bool);
62 DECL_LINK(ActivateHdl, weld::ComboBox&, bool);
63 DECL_LINK(OnAsyncGetFocus, void*, void);
64
65 void FocusIn();
66 void ActivateFind(bool bShift);
67
68 // tdf#154269 - respect FindReplaceRememberedSearches expert option
69 sal_uInt16 m_nRememberSize;
70 // tdf#154818 - remember last search string
72};
73
74/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
std::unique_ptr< svt::AcceleratorExecute > m_pAcc
virtual ~FindTextFieldControl() override
css::uno::Reference< css::uno::XComponentContext > m_xContext
virtual void dispose() override
void append_text(const OUString &rText)
css::uno::Reference< css::frame::XFrame > m_xFrame
OUString get_text(int nIndex) const
DECL_LINK(FocusInHdl, weld::Widget &, void)
ImplSVEvent * m_nAsyncGetFocusId
sal_uInt16 m_nRememberSize
DECL_LINK(ActivateHdl, weld::ComboBox &, bool)
void Remember_Impl(const OUString &rStr)
Link< weld::ComboBox &, void > m_aChangeHdl
DECL_LINK(OnAsyncGetFocus, void *, void)
void set_entry_message_type(weld::EntryMessageType eType)
static OUString m_sRememberedSearchString
DECL_LINK(KeyInputHdl, const KeyEvent &, bool)
void connect_changed(const Link< weld::ComboBox &, void > &rLink)
std::unique_ptr< weld::ComboBox > m_xWidget
FindTextFieldControl(vcl::Window *pParent, css::uno::Reference< css::frame::XFrame > xFrame, css::uno::Reference< css::uno::XComponentContext > xContext)
DocumentType eType
sal_Int32 nIndex
EntryMessageType
Reference< XFrame > xFrame