# EditorConfig: http://EditorConfig.org # top-most EditorConfig file root = true # General settings [*] end_of_line = lf insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true # Source code files [*.{c,cxx,cpp,h,hxx,hpp,java,py}] indent_style = space indent_size = 4 # Makefiles [{Makefile,*.mk}] indent_style = tab trim_trailing_whitespace = false # Patch files [*.patch.*] trim_trailing_whitespace = false # XSL files [*.xsl] indent_style = tab o'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc_pivottable.cxx
AgeCommit message (Expand)Author
2024-11-14tdf#160404 tdf#160535 tdf#160536 - sc improve sheet protectionBalazs Varga
2024-07-18make ScRange single-arg constructor explicitNoel Grandin
2024-05-21loplugin:ostr in sc/qaNoel Grandin
2023-02-24CppunitTest_sc_ucalc*: use CPPUNIT_TEST_FIXTURE()Xisco Fauli
2022-11-24ScSimpleBootstrapFixture -> ScUcalcTestBaseXisco Fauli
2022-11-18sc: these methods are only used in ScSimpleBootstrapFixtureXisco Fauli
2022-10-18sc: Add new wrapper for these testsXisco Fauli
2022-01-29CppunitTest_sc_ucalc*: remove unused includesXisco Fauli
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-05-14sc_ucalc: move pivot table tests to their own moduleXisco Fauli
2021-05-14sc_ucalc: move sort tests to their own moduleXisco Fauli
2021-05-11sc_ucalc: remove duplicated methodXisco Fauli
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-13Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski
2020-11-05std::set->o3tl::sorted_set in ScDPCacheNoel
2020-10-20use tools::Long in scNoel
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-14both branches dereference ScDocument* argCaolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-01loplugin:stringadd in scNoel Grandin
2019-01-24loplugin:constparams in scNoel Grandin
2018-11-20tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*Gabor Kelemen
2018-10-18loplugin:staticvar in scNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin
2018-07-27InsertNewTable always returns trueCaolán McNamara
2018-06-26coverity#1209000 Unchecked return valueCaolán McNamara