diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-04-22 12:08:57 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-04-22 18:16:05 +0200 |
commit | 4af9403cf718207620376b63242f6d0dd047406a (patch) | |
tree | e5c297f7b2570e213d6ece5af8195e692779e54b /solenv | |
parent | a09cf7e76a6d90a50a373d04d717897b7f717d54 (diff) |
move query-related iterators to a new separate file
dociter.cxx/hxx are already quite big as it is, and the query
iterators are more about queries than about iterating the document.
Change-Id: I49e3a5636e4f366efb8b4968f54567d2716ade35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133323
Tested-by: Luboš Luňák <l.lunak@collabora.com>
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 08ed93138cab..14e57ef6f081 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -8001,6 +8001,7 @@ sc/inc/printopt.hxx sc/inc/prnsave.hxx sc/inc/progress.hxx sc/inc/queryentry.hxx +sc/inc/queryiter.hxx sc/inc/queryparam.hxx sc/inc/rangelst.hxx sc/inc/rangenam.hxx @@ -8190,6 +8191,7 @@ sc/source/core/data/patattr.cxx sc/source/core/data/pivot2.cxx sc/source/core/data/poolhelp.cxx sc/source/core/data/postit.cxx +sc/source/core/data/queryiter.cxx sc/source/core/data/refupdatecontext.cxx sc/source/core/data/rowheightcontext.cxx sc/source/core/data/segmenttree.cxx |