diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-27 14:57:32 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-27 15:50:08 -0400 |
commit | ff5d891b480a0bb3b6cee950d9ea41387fd16392 (patch) | |
tree | 8b1d89e4b2d29480e727dc4ccea96c923e09a3ea /sc/inc | |
parent | b5e8b51f8643eb7576335ca01d7bffa2462e62f5 (diff) |
Some attempt to clean ScFormulaCell::UpdateReference() a bit.
This method is still a monster, however...
Change-Id: I4aaa2d20c8ae6132a75c7c92c0a1b58882d8a261
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/formulacell.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index b724d0278ce2..1f9b96073f89 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -176,11 +176,10 @@ public: bool HasRelNameReference() const; bool HasColRowName() const; - bool UpdateReference(UpdateRefMode eUpdateRefMode, - const ScRange& r, - SCsCOL nDx, SCsROW nDy, SCsTAB nDz, - ScDocument* pUndoDoc = NULL, - const ScAddress* pUndoCellPos = NULL ); + bool UpdateReference( + UpdateRefMode eUpdateRefMode, const ScRange& rRange, + SCsCOL nDx, SCsROW nDy, SCsTAB nDz, ScDocument* pUndoDoc = NULL, + const ScAddress* pUndoCellPos = NULL ); void TransposeReference(); void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, |