summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski5-8/+8
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski10-19/+17
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-2/+2
2021-10-11loplugin:moveparam in chart2Noel Grandin26-79/+79
2021-10-10use SfxItemSetFixed in swNoel Grandin2-8/+5
2021-10-09Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet1-18/+18
2021-10-06sidebar: update chart panel on checkbox changeSzymon Kłos1-0/+2
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann3-4/+4
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin2-2/+2
2021-09-28gives names to all the Idles and TasksNoel Grandin5-3/+6
2021-09-28vcl: rename OutDevState to StackChris Sherlock2-6/+24
2021-09-26Typo: *Transparanc*->*Transparenc*Julien Nabet1-3/+3
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin3-10/+10
2021-09-23loplugin:stringviewparamStephan Bergmann1-3/+4
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-09-15loplugin:constvarsNoel Grandin2-3/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-5/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-6/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski13-19/+19
2021-09-12clang:optin.performance.PaddingNoel Grandin2-6/+3
2021-09-10Fix typosAndrea Gelmini1-1/+1
2021-09-08avoid some ref-countingNoel Grandin1-4/+4
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis11-36/+307
2021-09-03no need to allocate SeriesMinMaxType separatelyNoel Grandin1-4/+4
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-2/+2
2021-09-01Resolves: tdf#143646 move the border from the outer grid to the inner oneCaolán McNamara1-1/+1
2021-09-01tdf#143127 tdf#143130 ooxml export: fix lost image/shape in chartBalazs Varga3-0/+61
2021-09-01tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis5-12/+162
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin44-114/+25
2021-08-26tdf#143148: Use pragma once in chart2Baran Aytas1-5/+1
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin3-3/+3
2021-08-23tdf#142351 chart ooxml import: fix category axis cross positionBalazs Varga2-3/+14
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin1-1/+1
2021-08-18tdf#114441 :Convert use of sal_uLong to better integer typesYildiray1-1/+1
2021-08-17rtl::Static -> thread-safe static localNoel Grandin3-167/+97
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski3-13/+11
2021-08-13tdf#141908: CppUnittests: replace usage of sal_Int32 with colorsEmircan Agac1-2/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin6-0/+6
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl2-2/+5
2021-08-10tdf#143148 Replaced #include guards with #pragma once.Ankur Khandelwal1-4/+1
2021-08-10Missing includeStephan Bergmann1-0/+4
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga2-0/+17
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin7-18/+18
2021-08-07no need to use UNO_QUERY hereNoel Grandin6-24/+10
2021-08-06use Helper_optional SCRIPTING for libs that don't exist if --disable-scriptingCaolán McNamara7-7/+14
2021-08-05improve LOK notifyInvalidationNoel Grandin1-4/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin9-14/+14
2021-07-31getArray->getConstArrayNoel Grandin1-1/+1
2021-07-29drop some unneeded includesCaolán McNamara3-5/+53
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin2-9/+5