summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-06-27 11:44:22 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-06-27 15:50:07 -0400
commitd14e48591f2ede07626bfa8adde403d762a28d18 (patch)
tree15fdb61c7ac9d3afc07df525f79dbfa5d64d36bc /sc
parentbac886b75f3ce94178ba1751fc85cd4f2c5a9d0f (diff)
A little more detail in the method documentation.
Change-Id: I0f25a8e660ff98d89965ff3428873dec43dbeda1
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/column.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index d38762ac6ffa..b119d3ddfcc0 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -312,11 +312,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.