From 10be5b6ce972dff517f3ceed41cab04d3e051f57 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Mon, 4 Mar 2019 20:52:38 +0100 Subject: MSForms: Add a drop-down button for drop-down form field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Introduce a editing frame with a button for drop-down form field. ** The frame is mouse transparent. ** Pushing the button opens the popup window with the items of the field. * The button is visible when the cursor is inside the field. Change-Id: I5c7db138d14380899fee046c95a5afe14cfea213 Reviewed-on: https://gerrit.libreoffice.org/68961 Tested-by: Jenkins Reviewed-by: Tamás Zolnai --- sw/inc/view.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw/inc/view.hxx') diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 66c61eef6dc5..d2fade9a1901 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -208,7 +208,6 @@ class SW_DLLPUBLIC SwView: public SfxViewShell std::unique_ptr m_pPostItMgr; SelectionType m_nSelectionType; - VclPtr m_pFieldPopup; sal_uInt16 m_nPageCnt; // current draw mode @@ -265,8 +264,6 @@ class SW_DLLPUBLIC SwView: public SfxViewShell DECL_DLLPRIVATE_LINK( TimeoutHdl, Timer*, void ); - DECL_DLLPRIVATE_LINK( FieldPopupModeEndHdl, FloatingWindow*, void ); - inline long GetXScroll() const; inline long GetYScroll() const; SAL_DLLPRIVATE Point AlignToPixel(const Point& rPt) const; @@ -423,7 +420,6 @@ public: void SpellError(LanguageType eLang); bool ExecSpellPopup( const Point& rPt ); - void ExecFieldPopup( const Point& rPt, sw::mark::IFieldmark *fieldBM ); void ExecSmartTagPopup( const Point& rPt ); DECL_LINK( OnlineSpellCallback, SpellCallbackInfo&, void ); -- cgit