summaryrefslogtreecommitdiffstats
path: root/scaddins
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#139173 One-off error in limits for DEC2HEX()Eike Rathke2021-01-071-1/+1
* tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer2020-11-191-8/+6
* loplugin:stringviewNoel2020-11-111-1/+1
* Use the new single-instance="true" attribute in scaddinsStephan Bergmann2020-10-024-10/+6
* Use the new single-instance="true" attribute in scaddinsStephan Bergmann2020-10-013-26/+3
* Fix typoAndrea Gelmini2020-08-301-3/+3
* terminate XDesktop properly in unit testsNoel Grandin2020-07-303-4/+29
* don't need prefix here anymoreNoel Grandin2020-07-251-1/+1
* scaddins: create instances with uno constructorsNoel Grandin2020-07-239-149/+38
* compact namespace declNoel Grandin2020-07-202-8/+4
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: scaddinsStephan Bergmann2020-07-013-4/+4
* compact namespace in sal..svgioNoel Grandin2020-05-101-2/+2
* loplugin:buriedassign in scaddins..sdextNoel Grandin2020-04-151-3/+12
* loplugin:flatten in scaddinsNoel Grandin2020-04-021-16/+16
* tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2020-03-141-2/+2
* tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi2020-03-121-2/+2
* Revert "loplugin:constfields in scaddins,sccomp"Noel Grandin2020-03-123-32/+32
* tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi2020-03-122-3/+3
* tdf#42982: improve UNO API error reportingsMesut Çifci2020-02-241-1/+1
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-313-13/+5
* Make OPT_ functions string more meaningful.Olivier Hallot2020-01-081-39/+39
* sal_Char->char in scaddins..sdextNoel Grandin2019-12-227-20/+20
* Remove some redundant user-provided dtorsStephan Bergmann2019-12-126-15/+0
* tdf#129098: parameters mixed in OPT_PROB_INMONEY (scaddins)Julien Nabet2019-11-291-3/+3
* loplugin:stringaddNoel Grandin2019-11-031-3/+1
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-1/+1
* add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák2019-10-043-0/+6
* loplugin:stringadd in scNoel Grandin2019-10-012-4/+2
* Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski2019-09-271-1/+1
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-241-1/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-173-15/+3
* loplugin:sequenceloop in scaddins..scriptingNoel Grandin2019-08-151-2/+2
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): scaddinsStephan Bergmann2019-07-313-6/+6
* Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov2019-07-302-55/+21
* Fix typosAndrea Gelmini2019-07-241-1/+1
* tdf#42949 Fix IWYU warnings in scaddins/Gabor Kelemen2019-05-2412-34/+44
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-1/+1
* Revert "new loplugin typedefparam"Noel Grandin2019-03-041-1/+1
* new loplugin typedefparamNoel Grandin2019-03-041-1/+1
* loplugin:indentation in sdNoel Grandin2019-02-091-4/+4
* Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov2018-12-201-4/+4
* tdf#69569 implement proposed change to ODF1.2 part 2 §4.11.7.7Winfried Donkers2018-12-121-51/+27
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-2/+2
* drop ComplListAppendHandl enumNoel Grandin2018-11-243-29/+9
* Adapt to C++2a char_tStephan Bergmann2018-11-175-206/+206
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-1/+1
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-263-0/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-092-9/+9