summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)Author
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
2020-10-13static_cast after dynamic_castNoel
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara
2020-09-17compileRangeRepresentation never called with null ScDocument*Caolán McNamara
2020-09-15GetStringFromXMLRangeString never passed a null ScDocument*Caolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2020-05-15use more try_emplaceNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-03use mdds position hint (tdf#131716)Luboš Luňák
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin