summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-11-28 13:59:48 +0000
committerNiklas Nebel <nn@openoffice.org>2002-11-28 13:59:48 +0000
commit13c7eef5c7a4f0fb58e64cc1962feb61e5342614 (patch)
tree77dc50c5403f65adc7830f7eb35ceb06e385e764 /sc/inc
parent1abe35973cbfc43f38e6a98928f0b94494dd701a (diff)
#104949# new accelerator slot to select array formula
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx6
-rw-r--r--sc/inc/sc.hrc6
2 files changed, 8 insertions, 4 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index a56ccdcf6726..f24d22431b85 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: document.hxx,v $
*
- * $Revision: 1.62 $
+ * $Revision: 1.63 $
*
- * last change: $Author: er $ $Date: 2002-11-27 21:09:38 $
+ * last change: $Author: nn $ $Date: 2002-11-28 14:54:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -612,6 +612,8 @@ public:
USHORT nEndCol, USHORT nEndRow,
const ScMarkData& rMark ) const;
+ BOOL GetMatrixFormulaRange( const ScAddress& rCellPos, ScRange& rMatrix );
+
BOOL IsEmbedded() const;
void GetEmbedded( ScTripel& rStart, ScTripel& rEnd ) const;
void SetEmbedded( const ScTripel& rStart, const ScTripel& rEnd );
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index b6bc0fbc8e27..a8c1639f180d 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: sc.hrc,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: dr $ $Date: 2002-11-20 08:56:59 $
+ * last change: $Author: nn $ $Date: 2002-11-28 14:54:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -943,6 +943,8 @@
#define SID_CURSORENTERUP (SID_KEYFUNC_START + 37)
#define SID_CURSORENTERDOWN (SID_KEYFUNC_START + 38)
+#define SID_MARKARRAYFORMULA (SID_KEYFUNC_START + 39)
+
#define SID_KEYFUNC_END (SID_KEYFUNC_START + 50)
#define SID_NEW_SLOTS (SID_KEYFUNC_END)