From 13c7eef5c7a4f0fb58e64cc1962feb61e5342614 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Thu, 28 Nov 2002 13:59:48 +0000 Subject: #104949# new accelerator slot to select array formula --- sc/inc/document.hxx | 6 ++++-- sc/inc/sc.hrc | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'sc/inc') 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) -- cgit .3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test/source/sheet/xheaderfootercontent.cxx
AgeCommit message (Expand)Author
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2017-11-27tdf#45904 Move _XHeaderFooterContent Java tests to C++Jens Carl