From f6412b5bd5c8b6421d8bb3939c142cb4a9f68068 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 18 Apr 2013 22:12:55 -0400 Subject: Let's explain what this method returns. Change-Id: I2b081fe32d8851403867b9ad94de40bbe4b68838 --- sc/inc/dpsave.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sc') 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; /** -- cgit