summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97/XclExpChangeTrack.cxx
AgeCommit message (Expand)Author
2023-07-04crashtesting: assert on exporting fdo68105-1.ods to xlsCaolán McNamara
2023-06-30crashtesting: assert/crash on export of fdo66241-1.ods to xlsCaolán McNamara
2023-06-25crashtesting: crash seen on exporting fdo66241-1.ods to xlsxCaolán McNamara
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin
2022-06-17create getter for ScCellValue::mpStringNoel Grandin
2022-06-16create getter for ScCellValue::mfValueNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann
2022-02-15remove harcoded MAXCOL/MAXROW from ScBigAddressLuboš Luňák
2021-11-21Removed break after returnAndrea Gelmini
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-02-08Remove unneeded breaksAndrea Gelmini
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-21Simplify containers iterations in sc/source/filter/x*Arkadiy Illarionov
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-07-13loplugin:useuniqueptr in XclExpChTrCellContentNoel Grandin
2018-07-13loplugin:useuniqueptr in XclExpChTrDataNoel Grandin
2018-07-12loplugin:useuniqueptr in XclExpChTrTabIdNoel Grandin
2018-05-22Conditional jump or move depends on uninitialised valueStephan Bergmann
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-22use std::unique_ptrCaolán McNamara
2017-02-09replace pointers with objects in std::vectorsJochen Nitschke
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-30replace namespace url strings with function callsRosemary Sebastian
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin