sc/inc/FilterData.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) New commits: commit 23a1559e5a75a73671245f76a3a52d3619c9ef39 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Mon Aug 18 12:10:03 2025 +0200 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Mon Aug 18 15:54:05 2025 +0200
sc: Document FilterData class, that was added by recent refactoring Change-Id: I500e942be3638978fa47684c431e2165b692a1dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189856 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/sc/inc/FilterData.hxx b/sc/inc/FilterData.hxx index fd75350de0d5..82e161738087 100644 --- a/sc/inc/FilterData.hxx +++ b/sc/inc/FilterData.hxx @@ -26,6 +26,14 @@ class ScFlatBoolRowSegments; class ScFlatBoolColSegments; class ScTable; +/** Stores and handles which columns and rows are hidden or filtered in a sheet. + * + * Filtered are the rows or columns that get hidden (filtered) when using the + * auto-filter functionality. Hidden is when the user hides the column or row, + * manually from the UI or otherwise. + * + * Note that it is also set as hidden when it is filtered. + **/ class FilterData { private: