summaryrefslogtreecommitdiff
path: root/sc/source/ui/dataprovider
AgeCommit message (Expand)Author
2024-06-03loplugin:ostr in scNoel Grandin
2024-04-10tdf#146619 Drop unused 'using namespace' in: sc/Gabor Kelemen
2023-12-14cid#1545734 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-08-31Add support for rich-text string import via orcus interfaceKohei Yoshida
2023-03-14elide some temporary OStringsNoel Grandin
2023-02-05osl::Mutex->std::atomic in sc::CSVFetchThreadNoel Grandin
2023-01-26Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectivelyKohei Yoshida
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-07Removed duplicated includesAndrea Gelmini
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-03-01fix data race in ImportFinishedNoel Grandin
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-01Fix issues of Data Transformations.tushar
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-11loplugin:moveparam in scNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: scStephan Bergmann
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-08-30Add Swap Rows Transformation.tushar
2021-08-17Add Delete Row Transformation.tushar
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-07-07Added Find and Replace Transformation .tushar
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-12-22more jumbo sheet workNoel Grandin
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-03-15cid#1460665 Division or modulo by float zeroCaolán McNamara
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-03-07ReplaceNullTransformation::Transform fix nEndRowDarkByt31
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-01-28remove some unused local varsNoel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-22sc: rowcol: tdf#50916 convert some in uiAron Budea
2019-09-11tdf#127461: fix data provider crashesJulien Nabet
2019-08-25Fix typo in codeAndrea Gelmini
2019-08-21Return std::unique_ptr directly.Kohei Yoshida
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin