diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-08-12 22:11:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-13 11:46:13 +0200 |
commit | ef38b9af0abd4a38bb9025a38f21442ebe11238d (patch) | |
tree | 2391f6b76e592b4652e61d19968973d81df8ffbc /sc/source | |
parent | 27864eb5b085d4f7a881e24d1e4509f18c320849 (diff) |
split SvNumberFormatter into it's own header
so I can make changes without running into cyclic dependencies
between header files
Change-Id: I98a91c7cc66002ba745cdb8239e5cc267922a45c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120412
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source')
96 files changed, 96 insertions, 0 deletions
diff --git a/sc/source/core/data/clipcontext.cxx b/sc/source/core/data/clipcontext.cxx index f0e5db210fbd..0d336940fece 100644 --- a/sc/source/core/data/clipcontext.cxx +++ b/sc/source/core/data/clipcontext.cxx @@ -18,6 +18,7 @@ #include <clipparam.hxx> #include <svl/intitem.hxx> +#include <svl/numformat.hxx> #include <formula/errorcodes.hxx> #include <refdata.hxx> diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx index 5c8ed516deca..4bd91f60f3a0 100644 --- a/sc/source/core/data/column.cxx +++ b/sc/source/core/data/column.cxx @@ -44,6 +44,7 @@ #include <drwlayer.hxx> #include <mtvelements.hxx> +#include <svl/numformat.hxx> #include <svl/poolcach.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index d434239e0502..e3f8284d5061 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -53,6 +53,7 @@ #include <svx/rotmodit.hxx> #include <editeng/unolingu.hxx> #include <editeng/justifyitem.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/broadcast.hxx> #include <vcl/outdev.hxx> diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 8faa97d2a050..1fee310edffa 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx @@ -54,6 +54,7 @@ #include <rtl/tencinfo.h> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx index 11e74fa258db..0bede8f8b336 100644 --- a/sc/source/core/data/conditio.cxx +++ b/sc/source/core/data/conditio.cxx @@ -18,6 +18,7 @@ */ #include <scitems.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <rtl/math.hxx> #include <sal/log.hxx> diff --git a/sc/source/core/data/dbdocutl.cxx b/sc/source/core/data/dbdocutl.cxx index d2fd0b8db01a..db45170978fe 100644 --- a/sc/source/core/data/dbdocutl.cxx +++ b/sc/source/core/data/dbdocutl.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/XRow.hpp> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <dbdocutl.hxx> diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx index 7f85c52493cc..8b2020d196e0 100644 --- a/sc/source/core/data/dociter.cxx +++ b/sc/source/core/data/dociter.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <global.hxx> diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx index 50bbb874481f..951a02700ec6 100644 --- a/sc/source/core/data/documen4.cxx +++ b/sc/source/core/data/documen4.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <formula/token.hxx> diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx index d1a799a74778..419b1145cc4d 100644 --- a/sc/source/core/data/documen8.cxx +++ b/sc/source/core/data/documen8.cxx @@ -33,6 +33,7 @@ #include <sfx2/viewsh.hxx> #include <svl/flagitem.hxx> #include <svl/intitem.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <svl/ctloptions.hxx> diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index 8d446382eaac..a691a9dd6315 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -26,6 +26,7 @@ #include <svx/svditer.hxx> #include <sfx2/objsh.hxx> #include <sfx2/docfile.hxx> +#include <svl/numformat.hxx> #include <svl/poolcach.hxx> #include <svl/zforlist.hxx> #include <unotools/charclass.hxx> diff --git a/sc/source/core/data/dpcache.cxx b/sc/source/core/data/dpcache.cxx index 441f8e798c2a..ebe284e928bf 100644 --- a/sc/source/core/data/dpcache.cxx +++ b/sc/source/core/data/dpcache.cxx @@ -38,6 +38,7 @@ #include <unotools/textsearch.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/collatorwrapper.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <o3tl/safeint.hxx> #include <osl/diagnose.h> diff --git a/sc/source/core/data/dpdimsave.cxx b/sc/source/core/data/dpdimsave.cxx index ec80ec3d664b..ccd940183ca7 100644 --- a/sc/source/core/data/dpdimsave.cxx +++ b/sc/source/core/data/dpdimsave.cxx @@ -26,6 +26,7 @@ #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <osl/diagnose.h> #include <rtl/math.hxx> diff --git a/sc/source/core/data/dpgroup.cxx b/sc/source/core/data/dpgroup.cxx index b2b5b4681306..a379011e62fe 100644 --- a/sc/source/core/data/dpgroup.cxx +++ b/sc/source/core/data/dpgroup.cxx @@ -26,6 +26,7 @@ #include <osl/diagnose.h> #include <rtl/math.hxx> +#include <svl/numformat.hxx> #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp> diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx index ea0929f5a18d..c64c7c465aa4 100644 --- a/sc/source/core/data/dpobject.cxx +++ b/sc/source/core/data/dpobject.cxx @@ -69,6 +69,7 @@ #include <comphelper/string.hxx> #include <comphelper/types.hxx> #include <sal/macros.h> +#include <svl/numformat.hxx> #include <rtl/math.hxx> #include <tools/diagnose_ex.h> #include <svl/zforlist.hxx> diff --git a/sc/source/core/data/dpshttab.cxx b/sc/source/core/data/dpshttab.cxx index 36060b282d0c..bda05c4c03ca 100644 --- a/sc/source/core/data/dpshttab.cxx +++ b/sc/source/core/data/dpshttab.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <unotools/charclass.hxx> diff --git a/sc/source/core/data/dputil.cxx b/sc/source/core/data/dputil.cxx index 07794c6c3a5d..3fdb43eddf9b 100644 --- a/sc/source/core/data/dputil.cxx +++ b/sc/source/core/data/dputil.cxx @@ -17,6 +17,7 @@ #include <comphelper/string.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/calendarwrapper.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <rtl/math.hxx> #include <osl/diagnose.h> diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 3eef76bf3550..72bff251acca 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -54,6 +54,7 @@ #include <tools/cpuid.hxx> #include <formula/errorcodes.hxx> #include <svl/intitem.hxx> +#include <svl/numformat.hxx> #include <formulagroup.hxx> #include <listenercontext.hxx> #include <types.hxx> diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 60f66f6fd97d..3286794b2b88 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -31,6 +31,7 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> #include <svl/intitem.hxx> +#include <svl/numformat.hxx> #include <svl/stritem.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> diff --git a/sc/source/core/data/global2.cxx b/sc/source/core/data/global2.cxx index 87c13da7a616..356379dc3f1f 100644 --- a/sc/source/core/data/global2.cxx +++ b/sc/source/core/data/global2.cxx @@ -22,6 +22,7 @@ #include <unotools/configmgr.hxx> #include <unotools/pathoptions.hxx> #include <tools/urlobj.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <formula/errorcodes.hxx> #include <sal/log.hxx> diff --git a/sc/source/core/data/patattr.cxx b/sc/source/core/data/patattr.cxx index 5ce565a98257..795f8671522f 100644 --- a/sc/source/core/data/patattr.cxx +++ b/sc/source/core/data/patattr.cxx @@ -46,6 +46,7 @@ #include <editeng/wrlmitem.hxx> #include <editeng/justifyitem.hxx> #include <svl/intitem.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <vcl/outdev.hxx> #include <tools/fract.hxx> diff --git a/sc/source/core/data/poolhelp.cxx b/sc/source/core/data/poolhelp.cxx index bf495c06c337..6ed855fc7a51 100644 --- a/sc/source/core/data/poolhelp.cxx +++ b/sc/source/core/data/poolhelp.cxx @@ -18,6 +18,7 @@ */ #include <comphelper/processfactory.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <editeng/editeng.hxx> diff --git a/sc/source/core/data/stlsheet.cxx b/sc/source/core/data/stlsheet.cxx index 883e222173ce..2880cd5be67f 100644 --- a/sc/source/core/data/stlsheet.cxx +++ b/sc/source/core/data/stlsheet.cxx @@ -33,6 +33,7 @@ #include <editeng/xmlcnitm.hxx> #include <svl/itempool.hxx> #include <svl/itemset.hxx> +#include <svl/numformat.hxx> #include <svl/hint.hxx> #include <o3tl/unit_conversion.hxx> #include <attrib.hxx> diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx index b3af3c17ec73..7db5edad1662 100644 --- a/sc/source/core/data/table3.cxx +++ b/sc/source/core/data/table3.cxx @@ -22,6 +22,7 @@ #include <editeng/brushitem.hxx> #include <editeng/colritem.hxx> #include <unotools/textsearch.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <unotools/charclass.hxx> diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx index 0f1f7193fe59..442b6e8e9036 100644 --- a/sc/source/core/data/table4.cxx +++ b/sc/source/core/data/table4.cxx @@ -23,6 +23,7 @@ #include <editeng/editeng.hxx> #include <editeng/eeitem.hxx> #include <editeng/escapementitem.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <vcl/keycodes.hxx> #include <rtl/math.hxx> diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx index d467db7ccf0f..2fe2fa211e85 100644 --- a/sc/source/core/data/validat.cxx +++ b/sc/source/core/data/validat.cxx @@ -31,6 +31,7 @@ #include <basic/sberrors.hxx> #include <basic/sbx.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/core/tool/cellform.cxx b/sc/source/core/tool/cellform.cxx index c61207d60678..7a6b9eb38bbe 100644 --- a/sc/source/core/tool/cellform.cxx +++ b/sc/source/core/tool/cellform.cxx @@ -19,6 +19,7 @@ #include <cellform.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstring.hxx> diff --git a/sc/source/core/tool/chartpos.cxx b/sc/source/core/tool/chartpos.cxx index aee7df6583b6..6ba4a4609f6b 100644 --- a/sc/source/core/tool/chartpos.cxx +++ b/sc/source/core/tool/chartpos.cxx @@ -20,6 +20,7 @@ #include <chartpos.hxx> #include <document.hxx> #include <osl/diagnose.h> +#include <svl/numformat.hxx> #include <memory> diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx index 24da3d93cc3a..b3a1a64e8653 100644 --- a/sc/source/core/tool/chgtrack.cxx +++ b/sc/source/core/tool/chgtrack.cxx @@ -36,6 +36,7 @@ #include <refupdat.hxx> #include <osl/diagnose.h> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <sfx2/objsh.hxx> #include <unotools/useroptions.hxx> diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 434bd157bd4c..006c1555ad9f 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -27,6 +27,7 @@ #include <sfx2/objsh.hxx> #include <basic/sbmeth.hxx> #include <basic/sbstar.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> #include <sal/log.hxx> diff --git a/sc/source/core/tool/ddelink.cxx b/sc/source/core/tool/ddelink.cxx index 2678a4823beb..bce5a5ac14e1 100644 --- a/sc/source/core/tool/ddelink.cxx +++ b/sc/source/core/tool/ddelink.cxx @@ -23,6 +23,7 @@ #include <sot/exchange.hxx> #include <sfx2/linkmgr.hxx> #include <sfx2/bindings.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/core/tool/docoptio.cxx b/sc/source/core/tool/docoptio.cxx index 2b54cd2a52d1..c3071946d2d1 100644 --- a/sc/source/core/tool/docoptio.cxx +++ b/sc/source/core/tool/docoptio.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <tools/UnitConversion.hxx> #include <osl/diagnose.h> diff --git a/sc/source/core/tool/editutil.cxx b/sc/source/core/tool/editutil.cxx index 3dd1b70e20f8..f61f870aa4d7 100644 --- a/sc/source/core/tool/editutil.cxx +++ b/sc/source/core/tool/editutil.cxx @@ -29,6 +29,7 @@ #include <editeng/justifyitem.hxx> #include <editeng/editobj.hxx> #include <vcl/outdev.hxx> +#include <svl/numformat.hxx> #include <svl/inethist.hxx> #include <sfx2/objsh.hxx> #include <osl/diagnose.h> diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 63493b9c09c7..d3b7b8055084 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -26,6 +26,7 @@ #include <o3tl/temporary.hxx> #include <osl/thread.h> #include <unotools/textsearch.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <tools/urlobj.hxx> diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx index f4d906a7d8c1..6525f2a6784b 100644 --- a/sc/source/core/tool/interpr2.cxx +++ b/sc/source/core/tool/interpr2.cxx @@ -25,6 +25,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/linkmgr.hxx> #include <sfx2/objsh.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <sal/macros.h> #include <osl/diagnose.h> diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx index 0afa2778b825..d47c0d3a1e65 100644 --- a/sc/source/core/tool/interpr4.cxx +++ b/sc/source/core/tool/interpr4.cxx @@ -31,6 +31,7 @@ #include <basic/sbx.hxx> #include <basic/sbxobj.hxx> #include <basic/sbuno.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> #include <unotools/charclass.hxx> diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx index 64bb3d1d8a8e..690660acce5f 100644 --- a/sc/source/core/tool/interpr8.cxx +++ b/sc/source/core/tool/interpr8.cxx @@ -14,6 +14,7 @@ #include <comphelper/random.hxx> #include <formula/token.hxx> #include <sal/log.hxx> +#include <svl/numformat.hxx> #include <cmath> #include <memory> diff --git a/sc/source/core/tool/interpretercontext.cxx b/sc/source/core/tool/interpretercontext.cxx index ce02ea28d52c..b3ece9266f0d 100644 --- a/sc/source/core/tool/interpretercontext.cxx +++ b/sc/source/core/tool/interpretercontext.cxx @@ -18,6 +18,7 @@ */ #include <interpretercontext.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <document.hxx> diff --git a/sc/source/core/tool/numformat.cxx b/sc/source/core/tool/numformat.cxx index 4a5403a7185e..88890800da8a 100644 --- a/sc/source/core/tool/numformat.cxx +++ b/sc/source/core/tool/numformat.cxx @@ -22,6 +22,7 @@ #include <document.hxx> #include <comphelper/processfactory.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <svl/languageoptions.hxx> diff --git a/sc/source/core/tool/queryparam.cxx b/sc/source/core/tool/queryparam.cxx index 705811f10e66..10d51a342e70 100644 --- a/sc/source/core/tool/queryparam.cxx +++ b/sc/source/core/tool/queryparam.cxx @@ -23,6 +23,7 @@ #include <scmatrix.hxx> #include <svl/sharedstringpool.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <osl/diagnose.h> diff --git a/sc/source/core/tool/rangeseq.cxx b/sc/source/core/tool/rangeseq.cxx index 54a6c6943074..c4e8cc77d942 100644 --- a/sc/source/core/tool/rangeseq.cxx +++ b/sc/source/core/tool/rangeseq.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <rtl/math.hxx> #include <o3tl/float_int_conversion.hxx> diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index c1009a10217b..9b1d44313013 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -27,6 +27,7 @@ #include <matrixoperators.hxx> #include <math.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstring.hxx> #include <rtl/math.hxx> diff --git a/sc/source/core/tool/stringutil.cxx b/sc/source/core/tool/stringutil.cxx index 1a96df899b69..7532d720e57a 100644 --- a/sc/source/core/tool/stringutil.cxx +++ b/sc/source/core/tool/stringutil.cxx @@ -18,6 +18,7 @@ */ #include <stringutil.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <rtl/ustrbuf.hxx> diff --git a/sc/source/core/tool/zforauto.cxx b/sc/source/core/tool/zforauto.cxx index dec49451be22..f6fb26cba18d 100644 --- a/sc/source/core/tool/zforauto.cxx +++ b/sc/source/core/tool/zforauto.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/filter/dif/difimp.cxx b/sc/source/filter/dif/difimp.cxx index a640ebfba70a..5f7178b9fe8a 100644 --- a/sc/source/filter/dif/difimp.cxx +++ b/sc/source/filter/dif/difimp.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <tools/stream.hxx> #include <osl/diagnose.h> diff --git a/sc/source/filter/excel/excrecds.cxx b/sc/source/filter/excel/excrecds.cxx index 8ce820bb2389..71c62bd86190 100644 --- a/sc/source/filter/excel/excrecds.cxx +++ b/sc/source/filter/excel/excrecds.cxx @@ -22,6 +22,7 @@ #include <map> #include <filter/msfilter/countryid.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <sal/log.hxx> #include <sax/fastattribs.hxx> diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx index 988ec3fbf65e..e23677e55d10 100644 --- a/sc/source/filter/excel/impop.cxx +++ b/sc/source/filter/excel/impop.cxx @@ -27,6 +27,7 @@ #include <o3tl/safeint.hxx> #include <sfx2/docfile.hxx> #include <svx/svxids.hrc> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <unotools/configmgr.hxx> #include <sal/log.hxx> diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx index afd2c2c52bf2..ef922401f3c0 100644 --- a/sc/source/filter/excel/xelink.cxx +++ b/sc/source/filter/excel/xelink.cxx @@ -24,6 +24,7 @@ #include <oox/token/namespaces.hxx> #include <oox/token/relationship.hxx> #include <unotools/collatorwrapper.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <sal/log.hxx> #include <document.hxx> diff --git a/sc/source/filter/excel/xepivot.cxx b/sc/source/filter/excel/xepivot.cxx index 53a95144b3fc..179999836511 100644 --- a/sc/source/filter/excel/xepivot.cxx +++ b/sc/source/filter/excel/xepivot.cxx @@ -46,6 +46,7 @@ #include <xelink.hxx> #include <dputil.hxx> #include <generalfunction.hxx> +#include <svl/numformat.hxx> using namespace ::oox; diff --git a/sc/source/filter/excel/xepivotxml.cxx b/sc/source/filter/excel/xepivotxml.cxx index c4cdce34ad45..9eff53bc43ed 100644 --- a/sc/source/filter/excel/xepivotxml.cxx +++ b/sc/source/filter/excel/xepivotxml.cxx @@ -26,6 +26,7 @@ #include <oox/token/namespaces.hxx> #include <sax/tools/converter.hxx> #include <sax/fastattribs.hxx> +#include <svl/numformat.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp> diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index df4afbaf5eca..1382fa444ff4 100644 --- a/sc/source/filter/excel/xestyle.cxx +++ b/sc/source/filter/excel/xestyle.cxx @@ -54,6 +54,7 @@ #include <oox/token/tokens.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/relationship.hxx> +#include <svl/numformat.hxx> using namespace ::com::sun::star; using namespace oox; diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx index 32b6f4220370..64d86665f882 100644 --- a/sc/source/filter/excel/xetable.cxx +++ b/sc/source/filter/excel/xetable.cxx @@ -24,6 +24,7 @@ #include <com/sun/star/i18n/ScriptType.hpp> #include <scitems.hxx> #include <svl/intitem.hxx> +#include <svl/numformat.hxx> #include <svl/stritem.hxx> #include <tools/UnitConversion.hxx> #include <editeng/flditem.hxx> diff --git a/sc/source/filter/excel/xipivot.cxx b/sc/source/filter/excel/xipivot.cxx index 165401da9d04..d2e40e83ebe0 100644 --- a/sc/source/filter/excel/xipivot.cxx +++ b/sc/source/filter/excel/xipivot.cxx @@ -27,6 +27,7 @@ #include <tools/datetime.hxx> #include <svl/intitem.hxx> +#include <svl/numformat.hxx> #include <sal/log.hxx> #include <sot/storage.hxx> #include <unotools/configmgr.hxx> diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx index 995219fc710a..ed9fd066d723 100644 --- a/sc/source/filter/excel/xistyle.cxx +++ b/sc/source/filter/excel/xistyle.cxx @@ -76,6 +76,7 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/XModel.hpp> +#include <svl/numformat.hxx> using ::std::vector; using namespace ::com::sun::star; diff --git a/sc/source/filter/excel/xlroot.cxx b/sc/source/filter/excel/xlroot.cxx index 8d0b494b7806..338320d67c00 100644 --- a/sc/source/filter/excel/xlroot.cxx +++ b/sc/source/filter/excel/xlroot.cxx @@ -28,6 +28,7 @@ #include <comphelper/servicehelper.hxx> #include <sot/storage.hxx> #include <vcl/svapp.hxx> +#include <svl/numformat.hxx> #include <svl/stritem.hxx> #include <svl/languageoptions.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx index e0b8c07458a5..246d1b844e0f 100644 --- a/sc/source/filter/excel/xlstyle.cxx +++ b/sc/source/filter/excel/xlstyle.cxx @@ -29,6 +29,7 @@ #include <sal/macros.h> #include <sal/log.hxx> #include <rtl/tencinfo.h> +#include <svl/numformat.hxx> #include <svtools/colorcfg.hxx> #include <vcl/unohelp.hxx> #include <editeng/svxfont.hxx> diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx index 774de028c1da..7ffda1ca00cd 100644 --- a/sc/source/filter/html/htmlpars.cxx +++ b/sc/source/filter/html/htmlpars.cxx @@ -37,6 +37,7 @@ #include <editeng/boxitem.hxx> #include <editeng/justifyitem.hxx> #include <sfx2/objsh.hxx> +#include <svl/numformat.hxx> #include <svl/intitem.hxx> #include <vcl/graphicfilter.hxx> #include <svtools/parhtml.hxx> diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx index c57e37f422b0..a38a7286385e 100644 --- a/sc/source/filter/lotus/tool.cxx +++ b/sc/source/filter/lotus/tool.cxx @@ -19,6 +19,7 @@ #include <scitems.hxx> #include <editeng/justifyitem.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <sal/log.hxx> diff --git a/sc/source/filter/oox/numberformatsbuffer.cxx b/sc/source/filter/oox/numberformatsbuffer.cxx index eaf960f9e9e2..a219fdfcbcd1 100644 --- a/sc/source/filter/oox/numberformatsbuffer.cxx +++ b/sc/source/filter/oox/numberformatsbuffer.cxx @@ -38,6 +38,7 @@ #include <rtl/ustrbuf.hxx> #include <svl/intitem.hxx> #include <svl/itemset.hxx> +#include <svl/numformat.hxx> #include <oox/helper/binaryinputstream.hxx> #include <oox/helper/attributelist.hxx> #include <oox/token/tokens.hxx> diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx index b996449c8218..4212182d6c6a 100644 --- a/sc/source/filter/orcus/interface.cxx +++ b/sc/source/filter/orcus/interface.cxx @@ -39,6 +39,7 @@ #include <editeng/justifyitem.hxx> #include <svl/sharedstringpool.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/intitem.hxx> #include <com/sun/star/task/XStatusIndicator.hpp> diff --git a/sc/source/filter/rtf/eeimpars.cxx b/sc/source/filter/rtf/eeimpars.cxx index 4a3f29dfb849..1b8b7e01a930 100644 --- a/sc/source/filter/rtf/eeimpars.cxx +++ b/sc/source/filter/rtf/eeimpars.cxx @@ -29,6 +29,7 @@ #include <svx/svdpage.hxx> #include <svtools/htmlcfg.hxx> #include <sfx2/sfxhtml.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/filter/xcl97/XclImpChangeTrack.cxx b/sc/source/filter/xcl97/XclImpChangeTrack.cxx index 74b60da2208b..1e8678bb8a51 100644 --- a/sc/source/filter/xcl97/XclImpChangeTrack.cxx +++ b/sc/source/filter/xcl97/XclImpChangeTrack.cxx @@ -19,6 +19,7 @@ #include <XclImpChangeTrack.hxx> #include <sot/storage.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> #include <sal/log.hxx> diff --git a/sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx b/sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx index 772d59a9d65f..b5e83269dcdc 100644 --- a/sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx +++ b/sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx @@ -32,6 +32,7 @@ #include <xmloff/namespacemap.hxx> #include <xmloff/xmluconv.hxx> #include <sax/tools/converter.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstring.hxx> #include <sal/log.hxx> diff --git a/sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx b/sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx index aabe42f6d4ce..888dec30baad 100644 --- a/sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx +++ b/sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx @@ -23,6 +23,7 @@ #include <rangeutl.hxx> #include <tools/datetime.hxx> #include <osl/diagnose.h> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <sax/tools/converter.hxx> diff --git a/sc/source/filter/xml/xmlcelli.cxx b/sc/source/filter/xml/xmlcelli.cxx index cf346c63cd15..7ec86ddb125b 100644 --- a/sc/source/filter/xml/xmlcelli.cxx +++ b/sc/source/filter/xml/xmlcelli.cxx @@ -59,6 +59,7 @@ #include <xmloff/xmlnamespace.hxx> #include <xmloff/prstylei.hxx> #include <xmloff/xmlimppr.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svx/svdocapt.hxx> #include <editeng/eeitem.hxx> diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index 4b3f155aec27..db44d246a1a6 100644 --- a/sc/source/filter/xml/xmlexprt.cxx +++ b/sc/source/filter/xml/xmlexprt.cxx @@ -110,6 +110,7 @@ #include <tools/color.hxx> #include <rtl/math.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svx/unoshape.hxx> #include <comphelper/base64.hxx> diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx index 75ba5e24dcd7..dc9582ed3f88 100644 --- a/sc/source/filter/xml/xmlimprt.cxx +++ b/sc/source/filter/xml/xmlimprt.cxx @@ -21,6 +21,7 @@ #include <sal/log.hxx> #include <osl/diagnose.h> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <xmloff/namespacemap.hxx> diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 1dea0d05109e..08812324f9aa 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -45,6 +45,7 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/docfile.hxx> #include <sfx2/printer.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/charclass.hxx> diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index 4a6c0dea209c..b5dfc71cf24b 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -33,6 +33,7 @@ #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <tools/json_writer.hxx> #include <sfx2/viewsh.hxx> +#include <svl/numformat.hxx> #include <vcl/jsdialog/executor.hxx> #include <document.hxx> diff --git a/sc/source/ui/condformat/colorformat.cxx b/sc/source/ui/condformat/colorformat.cxx index e74507776e25..920fee3c0813 100644 --- a/sc/source/ui/condformat/colorformat.cxx +++ b/sc/source/ui/condformat/colorformat.cxx @@ -12,6 +12,7 @@ #include <document.hxx> +#include <svl/numformat.hxx> #include <svx/colorbox.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index 9eb310528063..af01abcaa316 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -22,6 +22,7 @@ #include <sfx2/frame.hxx> #include <svl/stritem.hxx> #include <svl/intitem.hxx> +#include <svl/numformat.hxx> #include <svx/colorbox.hxx> #include <vcl/svapp.hxx> #include <formula/token.hxx> diff --git a/sc/source/ui/dataprovider/datatransformation.cxx b/sc/source/ui/dataprovider/datatransformation.cxx index 7e9d51fdc004..22861b8e4ccd 100644 --- a/sc/source/ui/dataprovider/datatransformation.cxx +++ b/sc/source/ui/dataprovider/datatransformation.cxx @@ -12,6 +12,7 @@ #include <document.hxx> #include <rtl/math.hxx> #include <cmath> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <unotools/charclass.hxx> diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index f9be8368edf8..ef093efcb326 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -36,6 +36,7 @@ #include <filtdlg.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> +#include <svl/numformat.hxx> #include <svl/sharedstringpool.hxx> #include <limits> diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx index 97f685fe1591..9d7a5170fade 100644 --- a/sc/source/ui/docshell/docsh3.cxx +++ b/sc/source/ui/docshell/docsh3.cxx @@ -32,6 +32,7 @@ #include <sfx2/app.hxx> #include <sfx2/docfile.hxx> #include <sfx2/printer.hxx> +#include <svl/numformat.hxx> #include <svx/pageitem.hxx> #include <svx/postattr.hxx> #include <svx/svxids.hrc> diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx index bbb66c2b9ce5..d7a9ffe397ba 100644 --- a/sc/source/ui/docshell/docsh8.cxx +++ b/sc/source/ui/docshell/docsh8.cxx @@ -22,6 +22,7 @@ #include <vcl/errinf.hxx> #include <tools/urlobj.hxx> #include <svl/converter.hxx> +#include <svl/numformat.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/types.hxx> diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx index f7e3822b77d7..ad827825076c 100644 --- a/sc/source/ui/docshell/externalrefmgr.cxx +++ b/sc/source/ui/docshell/externalrefmgr.cxx @@ -44,6 +44,7 @@ #include <sfx2/fcontnr.hxx> #include <sfx2/objsh.hxx> #include <svl/itemset.hxx> +#include <svl/numformat.hxx> #include <svl/stritem.hxx> #include <svl/urihelper.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index 380bd875fadc..f64cf4b0e5e8 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -61,6 +61,7 @@ #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <editeng/editobj.hxx> +#include <svl/numformat.hxx> #include <memory> #include <string_view> diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index 93f51d2c91d2..8d9ea4b89689 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx @@ -22,6 +22,7 @@ #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> #include <sfx2/objsh.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/stritem.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sc/source/ui/miscdlgs/autofmt.cxx b/sc/source/ui/miscdlgs/autofmt.cxx index 23f77ee76cab..7246a4009426 100644 --- a/sc/source/ui/miscdlgs/autofmt.cxx +++ b/sc/source/ui/miscdlgs/autofmt.cxx @@ -31,6 +31,7 @@ #include <editeng/udlnitem.hxx> #include <editeng/wghtitem.hxx> #include <o3tl/unit_conversion.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svtools/scriptedtext.hxx> #include <svx/framelink.hxx> diff --git a/sc/source/ui/miscdlgs/filldlg.cxx b/sc/source/ui/miscdlgs/filldlg.cxx index 8fd45f501b1f..2d1f0fd56ddb 100644 --- a/sc/source/ui/miscdlgs/filldlg.cxx +++ b/sc/source/ui/miscdlgs/filldlg.cxx @@ -19,6 +19,7 @@ #undef SC_DLLIMPLEMENTATION +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> diff --git a/sc/source/ui/miscdlgs/optsolver.cxx b/sc/source/ui/miscdlgs/optsolver.cxx index 445c43ab7aba..5630307d3329 100644 --- a/sc/source/ui/miscdlgs/optsolver.cxx +++ b/sc/source/ui/miscdlgs/optsolver.cxx @@ -19,6 +19,7 @@ #include <rangelst.hxx> #include <sfx2/bindings.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <vcl/commandinfoprovider.hxx> #include <vcl/weld.hxx> diff --git a/sc/source/ui/miscdlgs/solvrdlg.cxx b/sc/source/ui/miscdlgs/solvrdlg.cxx index b6ffca11ea75..b4ffef9a067c 100644 --- a/sc/source/ui/miscdlgs/solvrdlg.cxx +++ b/sc/source/ui/miscdlgs/solvrdlg.cxx @@ -19,6 +19,7 @@ #include <scitems.hxx> #include <sfx2/dispatch.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx index 92570ea9653f..4a491a1c5419 100644 --- a/sc/source/ui/optdlg/tpcalc.cxx +++ b/sc/source/ui/optdlg/tpcalc.cxx @@ -21,6 +21,7 @@ #include <vcl/svapp.hxx> #include <vcl/weld.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <globstr.hrc> diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 6e829f2568eb..ac318b487d43 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -32,6 +32,7 @@ #include <editeng/unoipset.hxx> #include <editeng/langitem.hxx> #include <sfx2/linkmgr.hxx> +#include <svl/numformat.hxx> #include <svl/srchitem.hxx> #include <svl/sharedstringpool.hxx> #include <svx/unomid.hxx> diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index 3d1b05256578..bc9b48c9ff67 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -46,6 +46,7 @@ #include <formula/opcode.hxx> #include <o3tl/safeint.hxx> +#include <svl/numformat.hxx> #include <svl/sharedstring.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx index 12a9bc44e949..5a1d8b355d12 100644 --- a/sc/source/ui/unoobj/datauno.cxx +++ b/sc/source/ui/unoobj/datauno.cxx @@ -20,6 +20,7 @@ #include <datauno.hxx> #include <svl/hint.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/unoobj/styleuno.cxx b/sc/source/ui/unoobj/styleuno.cxx index 3ad29af9e515..e6f0eb1661ad 100644 --- a/sc/source/ui/unoobj/styleuno.cxx +++ b/sc/source/ui/unoobj/styleuno.cxx @@ -34,6 +34,7 @@ #include <vcl/svapp.hxx> #include <svl/itempool.hxx> #include <svl/itemset.hxx> +#include <svl/numformat.hxx> #include <svl/intitem.hxx> #include <svl/zformat.hxx> #include <tools/fract.hxx> diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index 972fe5675f54..98ef8b4cbab0 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -29,6 +29,7 @@ #include <comphelper/lok.hxx> #include <comphelper/propertysequence.hxx> #include <svl/stritem.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <sfx2/dispatch.hxx> diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx index 241477511629..e59b4aefa754 100644 --- a/sc/source/ui/view/cellsh2.cxx +++ b/sc/source/ui/view/cellsh2.cxx @@ -26,6 +26,7 @@ #include <sfx2/request.hxx> #include <basic/sbxcore.hxx> #include <svl/whiter.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/stritem.hxx> #include <svl/visitem.hxx> diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx index 31a922ff0613..94102611fdfd 100644 --- a/sc/source/ui/view/dbfunc3.cxx +++ b/sc/source/ui/view/dbfunc3.cxx @@ -21,6 +21,7 @@ #include <scitems.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <sfx2/app.hxx> #include <unotools/collatorwrapper.hxx> diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index c7f2d58352f3..fd0007c4e3ff 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -33,6 +33,7 @@ #include <svl/whiter.hxx> #include <svl/stritem.hxx> +#include <svl/numformat.hxx> #include <svl/zformat.hxx> #include <svl/languageoptions.hxx> #include <svl/cjkoptions.hxx> diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index bb7a860140f3..8dcd9b3b5f60 100644 --- a/sc/source/ui/view/output2.cxx +++ b/sc/source/ui/view/output2.cxx @@ -44,6 +44,7 @@ #include <editeng/wghtitem.hxx> #include <editeng/wrlmitem.hxx> #include <formula/errorcodes.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx index 668e10aae8f3..70d88753b752 100644 --- a/sc/source/ui/view/tabvwsh5.cxx +++ b/sc/source/ui/view/tabvwsh5.cxx @@ -37,6 +37,7 @@ #include <uiitems.hxx> #include <hints.hxx> #include <cellvalue.hxx> +#include <svl/numformat.hxx> #include <svl/sharedstring.hxx> void ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index a3f06eb69e63..8a47fc8ff94b 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -28,6 +28,7 @@ #include <sfx2/sidebar/Sidebar.hxx> #include <sfx2/viewfrm.hxx> #include <svl/ilstitem.hxx> +#include <svl/numformat.hxx> #include <svl/int64item.hxx> #include <svl/srchitem.hxx> #include <svl/srchdefs.hxx> diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx index 88291959d9d7..cc0362c058e8 100644 --- a/sc/source/ui/view/viewfun2.cxx +++ b/sc/source/ui/view/viewfun2.cxx @@ -32,6 +32,7 @@ #include <sfx2/docfile.hxx> #include <sfx2/objitem.hxx> #include <sfx2/viewfrm.hxx> +#include <svl/numformat.hxx> #include <svl/stritem.hxx> #include <svl/zforlist.hxx> #include <svx/srchdlg.hxx> diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index 98de38058b5b..9e066efff637 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -22,6 +22,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <svl/stritem.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <vcl/uitest/logger.hxx> diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx index 31e36774d187..dec4209f75a7 100644 --- a/sc/source/ui/view/viewfunc.cxx +++ b/sc/source/ui/view/viewfunc.cxx @@ -29,6 +29,7 @@ #include <editeng/justifyitem.hxx> #include <o3tl/unit_conversion.hxx> #include <sfx2/bindings.hxx> +#include <svl/numformat.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <vcl/svapp.hxx> |