summaryrefslogtreecommitdiff
path: root/sc/inc/refdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-15 22:51:29 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-24 23:29:22 -0400
commitc54616f62bc70a9d39abf8837a9d7c3031c80a41 (patch)
treeee05fa09b4d5769a9e4c0e056df3617907c46a7d /sc/inc/refdata.hxx
parentf9856df0c9f16cd80a3a6f93f744d4df44457611 (diff)
Start replacing CalcAbsIfRel() with toAbs().
To avoid changing the state of reference just to get absolute reference position with respect to the base position. I'm not finished with it yet. Change-Id: I4a9db6dbf74aefb0a77de927a933cf4dab94bfd5
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r--sc/inc/refdata.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index 0eef078103e6..d79590cf8988 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -82,6 +82,7 @@ struct SC_DLLPUBLIC ScSingleRefData
inline bool ValidExternal() const;
ScAddress toAbs( const ScAddress& rPos ) const;
+ void SetAddress( const ScAddress& rAddr, const ScAddress& rPos );
void CalcRelFromAbs( const ScAddress& rPos );
void CalcAbsIfRel( const ScAddress& rPos );