summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
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/document.hxx
parent1abe35973cbfc43f38e6a98928f0b94494dd701a (diff)
#104949# new accelerator slot to select array formula
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx6
1 files changed, 4 insertions, 2 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 );