diff options
author | Kohei Yoshida <kohei@openoffice.org> | 2009-07-13 14:12:14 +0000 |
---|---|---|
committer | Kohei Yoshida <kohei@openoffice.org> | 2009-07-13 14:12:14 +0000 |
commit | f926cbe9c3ddd0524f10c43978c719bf1e5870e4 (patch) | |
tree | 6916569706c9b5a009beadde62a681a3ae1eb1e8 /sc/inc/dpoutputgeometry.hxx | |
parent | 81d6b090a680d432e33e4de4be9906043eed1139 (diff) |
#i103512# fixed a crasher bug.
Diffstat (limited to 'sc/inc/dpoutputgeometry.hxx')
-rw-r--r-- | sc/inc/dpoutputgeometry.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/dpoutputgeometry.hxx b/sc/inc/dpoutputgeometry.hxx index dcf98f8f4ade..8183d94e2305 100644 --- a/sc/inc/dpoutputgeometry.hxx +++ b/sc/inc/dpoutputgeometry.hxx @@ -57,6 +57,8 @@ public: void getRowFieldPositions(::std::vector<ScAddress>& rAddrs) const; void getPageFieldPositions(::std::vector<ScAddress>& rAddrs) const; + SCROW getRowFieldHeaderRow() const; + FieldType getFieldButtonType(const ScAddress& rPos) const; private: @@ -64,7 +66,7 @@ private: private: ScRange maOutRange; - sal_uInt32 mnRowFields; + sal_uInt32 mnRowFields; /// number of row fields (data layout field NOT included!) sal_uInt32 mnColumnFields; sal_uInt32 mnPageFields; sal_uInt32 mnDataFields; |