summaryrefslogtreecommitdiff
path: root/sc/inc/refdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-15 23:43:02 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-24 23:29:22 -0400
commitda236c0332126295748e65d0d82aa602d8ecde90 (patch)
tree5b750e9a055525d8da01c31de818e939654cbb39 /sc/inc/refdata.hxx
parente5e1a5d9962041e7115dba7a8c5d3bf96de796f6 (diff)
Add methods to avoid accessing data members directly.
Change-Id: I7285a267e4e77e95c8d9bdfc5bad807111ead909
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r--sc/inc/refdata.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index d79590cf8988..d619f4f1b3c7 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -83,6 +83,9 @@ struct SC_DLLPUBLIC ScSingleRefData
ScAddress toAbs( const ScAddress& rPos ) const;
void SetAddress( const ScAddress& rAddr, const ScAddress& rPos );
+ SCROW GetRow() const;
+ SCCOL GetCol() const;
+ SCTAB GetTab() const;
void CalcRelFromAbs( const ScAddress& rPos );
void CalcAbsIfRel( const ScAddress& rPos );