diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-18 22:12:55 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-19 00:30:12 -0400 |
commit | f6412b5bd5c8b6421d8bb3939c142cb4a9f68068 (patch) | |
tree | a34720a0640eeb1325b1eb26a620b2e64783f05f /sc/inc | |
parent | f08b96bfa38e4e0e171d7aca0202d0039f7caad3 (diff) |
Let's explain what this method returns.
Change-Id: I2b081fe32d8851403867b9ad94de40bbe4b68838
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dpsave.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx index ab0e86e34b0f..905bfc86e5f9 100644 --- a/sc/inc/dpsave.hxx +++ b/sc/inc/dpsave.hxx @@ -264,6 +264,12 @@ public: SC_DLLPUBLIC const DimsType& GetDimensions() const; + /** + * Get sort order map to sort row and column dimensions in order of + * appearance. Row dimensions get sorted before column dimensions. This + * is used to traverse result tree, which is structured following this + * order. + */ const DimOrderType& GetDimensionSortOrder() const; /** |