diff options
Diffstat (limited to 'sc')
-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; /** |