summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/doubleref.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:05:12 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:05:12 +0200
commit912d939b74d4ac436d4eb7a473f8c314c34148d8 (patch)
tree9786710241c767f0f6917200c9318978b0d787dd /sc/source/core/inc/doubleref.hxx
parentbc9a24765b3a6f97bda09afc07bf47151fed14e8 (diff)
recreated tag libreoffice-3.3.3.1 which had these commits:
commit 631630de93e96b82e3b94ee4b5c388e40305ff77 (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue May 31 17:39:03 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1) commit 3152922a95e18814e32bcf8bc29c872077d05a65 Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Date: Wed May 4 09:06:08 2011 -0400 lp#775608: Libreoffice Calc's PRODUCT function doesn't calculate correctly. Signed-off-by: Kohei Yoshida <kyoshida@novell.com> sc/source/core/tool/interpr1.cxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8f34ffa5677bfc86ef5aa33811955c577f8799c3 Author: Kohei Yoshida <kyoshida@novell.com> Date: Mon Mar 21 16:01:47 2011 -0400 Fix seg faults on sheet deletion. Sometimes a simple sheet removal causes segfault in certain types of documents. Not always reproducible, but this fix is certainly safer. (n#680272) Signed-off-by: Noel Power <nopower@novell.com> sc/source/ui/docshell/docfunc.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e54c3699db11dc1bcc7bd7fa069c9c4124715839 Author: Tibby Lickle <tibbylickle@googlemail.com> Date: Thu Mar 10 19:08:18 2011 +0000 Disabled auto-complete in Calc filter dialog - fix for bug 34898. A hyphen character caused auto-complete to kick in, changing the user's choice of conditional operator to "=". This was not changed back if auto-complete option is overridden. Signed-off-by: Kohei Yoshida <kyoshida@novell.com> sc/source/ui/dbgui/filtdlg.cxx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Notes
split repo tag: calc_libreoffice-3.3.3.1
Diffstat (limited to 'sc/source/core/inc/doubleref.hxx')
-rw-r--r--sc/source/core/inc/doubleref.hxx52
1 files changed, 26 insertions, 26 deletions
diff --git a/sc/source/core/inc/doubleref.hxx b/sc/source/core/inc/doubleref.hxx
index 74094240d218..f4f3f2449ae0 100644
--- a/sc/source/core/inc/doubleref.hxx
+++ b/sc/source/core/inc/doubleref.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,8 +42,8 @@ struct ScQueryParamBase;
// ============================================================================
-/**
- * Base class for abstracting range data backends for database functions.
+/**
+ * Base class for abstracting range data backends for database functions.
*/
class ScDBRangeBase
{
@@ -58,9 +58,9 @@ public:
virtual SCROW getRowSize() const = 0;
virtual SCSIZE getVisibleDataCellCount() const = 0;
- /**
- * Get a string value of a specified cell position. Note that the
- * position of the upper left cell of the range is always (0, 0) even if
+ /**
+ * Get a string value of a specified cell position. Note that the
+ * position of the upper left cell of the range is always (0, 0) even if
* the reference type is of internal range.
*
* @param nCol column position (0 to column size-1)
@@ -70,13 +70,13 @@ public:
virtual SCCOL getFirstFieldColumn() const = 0;
- /**
+ /**
* Get a <i>0-based</i> column index that corresponds with the passed field
- * index. Note that the field index passed as the 1st parameter is
- * <i>1-based.</i>
+ * index. Note that the field index passed as the 1st parameter is
+ * <i>1-based.</i>
*
* @param nIndex 1-based field index.
- *
+ *
* @return 0-based column index
*/
virtual SCCOL findFieldColumn(SCCOL nIndex) const = 0;
@@ -88,8 +88,8 @@ protected:
ScDBRangeBase(ScDocument* pDoc, RefType eType);
ScDocument* getDoc() const;
- /**
- * Populate query options that are always the same for all database
+ /**
+ * Populate query options that are always the same for all database
* queries.
*/
static void fillQueryOptions(ScQueryParamBase* pParam);
@@ -115,9 +115,9 @@ public:
virtual SCROW getRowSize() const;
virtual SCSIZE getVisibleDataCellCount() const;
- /**
- * Get a string value of a specified cell position. Note that the
- * position of the upper left cell of the range is always (0, 0) even if
+ /**
+ * Get a string value of a specified cell position. Note that the
+ * position of the upper left cell of the range is always (0, 0) even if
* the reference type is of internal range.
*
* @param nCol column position (0 to column size-1)
@@ -126,13 +126,13 @@ public:
virtual ::rtl::OUString getString(SCCOL nCol, SCROW nRow) const;
virtual SCCOL getFirstFieldColumn() const;
- /**
+ /**
* Get a <i>0-based</i> column index that corresponds with the passed field
- * index. Note that the field index passed as the 1st parameter is
- * <i>1-based.</i>
+ * index. Note that the field index passed as the 1st parameter is
+ * <i>1-based.</i>
*
* @param nIndex 1-based field index.
- *
+ *
* @return 0-based column index
*/
virtual SCCOL findFieldColumn(SCCOL nIndex) const;
@@ -159,9 +159,9 @@ public:
virtual SCROW getRowSize() const;
virtual SCSIZE getVisibleDataCellCount() const;
- /**
- * Get a string value of a specified cell position. Note that the
- * position of the upper left cell of the range is always (0, 0) even if
+ /**
+ * Get a string value of a specified cell position. Note that the
+ * position of the upper left cell of the range is always (0, 0) even if
* the reference type is of internal range.
*
* @param nCol column position (0 to column size-1)
@@ -171,13 +171,13 @@ public:
virtual SCCOL getFirstFieldColumn() const;
- /**
+ /**
* Get a <i>0-based</i> column index that corresponds with the passed field
- * index. Note that the field index passed as the 1st parameter is
- * <i>1-based.</i>
+ * index. Note that the field index passed as the 1st parameter is
+ * <i>1-based.</i>
*
* @param nIndex 1-based field index.
- *
+ *
* @return 0-based column index
*/
virtual SCCOL findFieldColumn(SCCOL nIndex) const;