summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/formula.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-03-13 10:45:16 +0000
committerDaniel Rentz <dr@openoffice.org>2002-03-13 10:45:16 +0000
commit1dde1c3516df7e18fcbe904213160d2d1370625f (patch)
treef3fec4901e5f16fcb1862ac5c0f637a533a8b5e3 /sc/source/ui/inc/formula.hxx
parentabdc9fde06ca5d2e54e97fc85de32cf2ba22e686 (diff)
#96965# keyboard control for ref dialogs
Diffstat (limited to 'sc/source/ui/inc/formula.hxx')
-rw-r--r--sc/source/ui/inc/formula.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx
index a258eecf0c4d..c9817bca3a63 100644
--- a/sc/source/ui/inc/formula.hxx
+++ b/sc/source/ui/inc/formula.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formula.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:58 $
+ * last change: $Author: dr $ $Date: 2002-03-13 11:43:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -219,7 +219,7 @@ private:
Font aFntBold;
Font aFntLight;
USHORT nEdFocus;
- Selection theCurSel;
+// Selection theCurSel;
BOOL bEditFlag;
ScFuncDesc* pFuncDesc;
USHORT nArgs;
@@ -272,6 +272,8 @@ private:
xub_StrLen GetFunctionPos(xub_StrLen nPos);
void UpdateTokenArray( const String& rStrExp);
+ ScRefEdit* GetCurrRefEdit();
+
DECL_LINK( ScrollHdl, ScParaWin* );
DECL_LINK( ModifyHdl, ScParaWin* );
DECL_LINK( FxHdl, ScParaWin* );