23#include <com/sun/star/frame/XFrame.hpp>
24#include <com/sun/star/uno/XComponentContext.hpp>
28class AcceleratorExecute;
35 css::uno::Reference<css::uno::XComponentContext> xContext);
37 virtual void dispose()
override;
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;
std::unique_ptr< svt::AcceleratorExecute > m_pAcc
virtual ~FindTextFieldControl() override
css::uno::Reference< css::uno::XComponentContext > m_xContext
virtual void dispose() override
OUString get_active_text() const
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 SetTextToSelected_Impl()
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)
void ActivateFind(bool bShift)
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)
Reference< XFrame > xFrame