summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)Author
2024-10-10cid#1607842 Overflowed constantNoel Grandin
2024-09-04use less dynamic_cast when broadcasting SfxHint in scNoel Grandin
2024-08-28cid#1608204 silence Overflowed integer argumentCaolán McNamara
2024-08-28cid#1555526 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-23don't need to ctor + assign, ctor is enoughCaolán McNamara
2024-08-19cid#1557694 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-13cid#1557699 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-06cid#555593 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-02cid#1556472 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-19Fix "lets" -> "let's"Andrea Gelmini
2024-07-18make ScRange single-arg constructor explicitNoel Grandin
2024-05-28loplugin:ostr in sc/../unoobjNoel Grandin
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-14cid#1545734 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-06-18Use getXWeak in scMike Kaganski
2023-01-05Change variable name from rData to pDataofftkp
2022-12-11crashtesting: use of uninitialized data in forum-mso-en4-93354.xlsCaolán McNamara
2022-12-08xlsx: Don't add cell data to chart data sequence if in totalsRowofftkp
2022-10-22crashtesting: various ScChart2DataSequence::getTextualData crashesCaolán McNamara
2022-10-18tdf#131910 speed up chart displayNoel Grandin
2022-09-22tdf#151091 Revert "tdf#148635 cache some chart stuff"Noel Grandin
2022-08-02crashtesting: assert on export of forum-mso-en3-17256.xlsx to odsCaolán McNamara
2022-07-25use more o3tl::spanNoel Grandin
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-04-19tdf#148635 cache some chart stuffNoel Grandin
2022-03-29sc: fix use after free in ScChart2DataSequence::ExternalRefListenerMichael Stahl
2022-02-16avoid debug build failing on an assert for tdf#144537Luboš Luňák
2022-01-13small optimisationNoel Grandin
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-22no need to allocate RangeIndexMapPtr separatelyNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-06ScRangeList::UpdateReference() join all ranges properly (tdf#140901)Luboš Luňák
2021-09-08avoid double-lookupNoel Grandin
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-06-11Simplify Sequences initializations (sc)Julien Nabet
2021-02-21loplugin:refcounting in scNoel
2021-02-15loplugin:referencecasting in scNoel
2020-12-22more jumbo sheet workNoel Grandin
2020-11-23tdf#134059 Always include hidden cells in chart series labelOuyang Leyan