diff options
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/namedefdlg.hxx | 9 | ||||
-rw-r--r-- | sc/source/ui/inc/namemgrtable.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/reffact.hxx | 1 |
3 files changed, 11 insertions, 1 deletions
diff --git a/sc/source/ui/inc/namedefdlg.hxx b/sc/source/ui/inc/namedefdlg.hxx index 33a1ae2cacbf..acb533403411 100644 --- a/sc/source/ui/inc/namedefdlg.hxx +++ b/sc/source/ui/inc/namedefdlg.hxx @@ -76,11 +76,20 @@ private: DECL_LINK( CancelBtnHdl, void * ); DECL_LINK( AddBtnHdl, void* ); DECL_LINK( NameModifyHdl, void* ); + +protected: + virtual void RefInputDone( sal_Bool bForced = sal_False ); + public: ScNameDefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, ScDocument* pDoc, std::map<rtl::OUString, ScRangeName*> aRangeMap, const ScAddress& aCursorPos, const bool bUndo); + virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ); + virtual sal_Bool IsRefInputMode() const; + + virtual void SetActive(); + virtual sal_Bool Close(); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/namemgrtable.hxx b/sc/source/ui/inc/namemgrtable.hxx index 52d864f235e2..efe7bc297f49 100644 --- a/sc/source/ui/inc/namemgrtable.hxx +++ b/sc/source/ui/inc/namemgrtable.hxx @@ -39,7 +39,7 @@ struct ScRangeNameLine //TODO: cache the lines for performance improvements //otherwise handling of a large set of range names might get extremely slow //Need some sort of a filter to handle several range names -SC_DLLPUBLIC class ScRangeManagerTable : public SvTabListBox +class SC_DLLPUBLIC ScRangeManagerTable : public SvTabListBox { private: HeaderBar maHeaderBar; diff --git a/sc/source/ui/inc/reffact.hxx b/sc/source/ui/inc/reffact.hxx index fc30485dbe92..63e55ef769c2 100644 --- a/sc/source/ui/inc/reffact.hxx +++ b/sc/source/ui/inc/reffact.hxx @@ -45,6 +45,7 @@ //================================================================== DECL_WRAPPER(ScNameDlgWrapper) +DECL_WRAPPER(ScNameDefDlgWrapper) DECL_WRAPPER(ScSolverDlgWrapper) DECL_WRAPPER(ScOptSolverDlgWrapper) DECL_WRAPPER(ScPivotLayoutWrapper) |