summaryrefslogtreecommitdiff
path: root/scaddins/source
AgeCommit message (Expand)AuthorFilesLines
2024-02-09tdf#148645 getDec2Hex now takes integer 'places' value (updated)Luv Sharma1-0/+3
2024-02-05tdf#148645 getDec2Hex now takes integer 'places' valueLuv Sharma1-4/+6
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-12-26Use emplace_back instead of push_back (scaddins)Julien Nabet3-3/+3
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scaddinsStephan Bergmann3-7/+7
2023-04-22Drop some defines in scaddinsMike Kaganski6-100/+101
2023-04-21Resolves: tdf#154941 MROUND() use approxValue of division to roundEike Rathke1-1/+1
2022-11-19tdf#147906 Use std::hypot for Pythagorean additionOmkarAcharekar1-1/+1
2022-10-25tdf#145759 Use symbolic constants instead of magic numerical constantsOmkarAcharekar2-4/+6
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-10/+2
2022-08-02Related: tdf#150203 Pricing, there is only one compatibility name, en-USEike Rathke2-4/+4
2022-08-02Use nNumOfLoc instead of sizeof(pLang)Eike Rathke3-3/+3
2022-04-26Pick better variable typesStephan Bergmann1-3/+3
2022-02-15tdf#145759 Using M_PI from cmath instead of magic constants.pragat-pandya1-12/+6
2021-12-06Add a bit to the WEEKS commentMike Kaganski1-1/+2
2021-12-04Small refactorMike Kaganski1-4/+3
2021-12-01Fix typosAndrea Gelmini1-1/+1
2021-11-29tdf#145578, tdf#145587 revise calculations for WEEKS Add-In functionWinfried Donkers1-54/+17
2021-11-14Use M_PI instead of defined value; use rad2deg()Hossein2-6/+2
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-3/+3
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet1-1/+0
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: scaddinsStephan Bergmann1-12/+14
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin7-32/+36
2021-08-02convert #defines to OUStringLiteralNoel Grandin3-9/+9
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun1-4/+6
2021-07-02Purge rtl::math:: ( erf / erfc / expm1 )BaiXiaochun2-6/+3
2021-06-17use string_view in the Translate APINoel Grandin6-9/+9
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-1/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC9-36/+9
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski3-3/+3
2021-01-06Resolves: tdf#139173 One-off error in limits for DEC2HEX()Eike Rathke1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen5-8/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel3-4/+4
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer1-8/+6
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-02Use the new single-instance="true" attribute in scaddinsStephan Bergmann4-10/+6
2020-10-01Use the new single-instance="true" attribute in scaddinsStephan Bergmann3-26/+3
2020-08-30Fix typoAndrea Gelmini1-3/+3
2020-07-30terminate XDesktop properly in unit testsNoel Grandin3-4/+29
2020-07-25don't need prefix here anymoreNoel Grandin1-1/+1
2020-07-23scaddins: create instances with uno constructorsNoel Grandin9-149/+38
2020-07-20compact namespace declNoel Grandin2-8/+4
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scaddinsStephan Bergmann3-4/+4
2020-05-10compact namespace in sal..svgioNoel Grandin1-2/+2
2020-04-15loplugin:buriedassign in scaddins..sdextNoel Grandin1-3/+12
2020-04-02loplugin:flatten in scaddinsNoel Grandin1-16/+16
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-2/+2
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-2/+2
2020-03-12Revert "loplugin:constfields in scaddins,sccomp"Noel Grandin3-32/+32