[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc

Kohei Yoshida kohei.yoshida at gmail.com
Thu Jun 27 08:41:33 PDT 2013


 sc/inc/column.hxx |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

New commits:
commit e5e4f0249b7035ec4cf9373c86770e191e939660
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Thu Jun 27 11:44:22 2013 -0400

    A little more detail in the method documentation.
    
    Change-Id: I0f25a8e660ff98d89965ff3428873dec43dbeda1

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index fce1348..eef6442 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -305,11 +305,15 @@ public:
      * Update reference addresses in formula cell in response to mass cell
      * movement.
      *
-     * @param eUpdateRefMode update mode - insert/delete, copy, move,
-     *                       reorder...
-     * @param rRange range of cells that are about to be moved or copied.
-     *               (TODO: find out what this range means for the reorder
-     *               mode).
+     * @param eUpdateRefMode update mode - insert/delete, copy, or move. The
+     *                       reorder mode (which corresponds with the
+     *                       reordering of sheets) is not used with this
+     *                       method.
+     *
+     * @param rRange range of cells that are about to be moved for
+     *               insert/delete/move modes. For copy mode, it's the
+     *               destination range of cells that are about to be copied.
+     *
      * @param nDx moved by how many cells in the column direction.
      * @param nDy moved by how many cells in the row direction.
      * @param nDz moved by how many sheets in the sheet direction.


More information about the Libreoffice-commits mailing list