diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 6 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 6 |
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) |