summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Simplify vector initialization in chart2Julien Nabet2021-10-151-2/+2
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-155-8/+8
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-1410-19/+17
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-2/+2
* loplugin:moveparam in chart2Noel Grandin2021-10-1126-79/+79
* use SfxItemSetFixed in swNoel Grandin2021-10-102-8/+5
* Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet2021-10-091-18/+18
* sidebar: update chart panel on checkbox changeSzymon Kłos2021-10-061-0/+2
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-033-4/+4
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-302-2/+2
* gives names to all the Idles and TasksNoel Grandin2021-09-285-3/+6
* vcl: rename OutDevState to StackChris Sherlock2021-09-282-6/+24
* Typo: *Transparanc*->*Transparenc*Julien Nabet2021-09-261-3/+3
* no need to allocate this SfxItemSet on the heapNoel Grandin2021-09-243-10/+10
* loplugin:stringviewparamStephan Bergmann2021-09-231-3/+4
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-201-1/+1
* loplugin:constvarsNoel Grandin2021-09-152-3/+3
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2021-09-151-5/+3
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-151-6/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-1513-19/+19
* clang:optin.performance.PaddingNoel Grandin2021-09-122-6/+3
* Fix typosAndrea Gelmini2021-09-101-1/+1
* avoid some ref-countingNoel Grandin2021-09-081-4/+4
* [API CHANGE] oox: fix import of chart date categoriesDennis Francis2021-09-0611-36/+307
* no need to allocate SeriesMinMaxType separatelyNoel Grandin2021-09-031-4/+4
* rename UpdateMode -> UpdateLayout in editeng classNoel Grandin2021-09-021-2/+2
* Resolves: tdf#143646 move the border from the outer grid to the inner oneCaolán McNamara2021-09-011-1/+1
* tdf#143127 tdf#143130 ooxml export: fix lost image/shape in chartBalazs Varga2021-09-013-0/+61
* tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis2021-09-015-12/+162
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-3144-114/+25
* tdf#143148: Use pragma once in chart2Baran Aytas2021-08-261-5/+1
* loplugin:referencecasting look through more clang TypesNoel Grandin2021-08-233-3/+3
* tdf#142351 chart ooxml import: fix category axis cross positionBalazs Varga2021-08-232-3/+14
* improve SvxShapeCollection::getByIndexNoel Grandin2021-08-181-1/+1
* tdf#114441 :Convert use of sal_uLong to better integer typesYildiray2021-08-181-1/+1
* rtl::Static -> thread-safe static localNoel Grandin2021-08-173-167/+97
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-163-13/+11
* tdf#141908: CppUnittests: replace usage of sal_Int32 with colorsEmircan Agac2021-08-131-2/+2
* split SvNumberFormatter into it's own headerNoel Grandin2021-08-136-0/+6
* convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl2021-08-112-2/+5
* tdf#143148 Replaced #include guards with #pragma once.Ankur Khandelwal2021-08-101-4/+1
* Missing includeStephan Bergmann2021-08-101-0/+4
* tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga2021-08-092-0/+17
* create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2021-08-077-18/+18
* no need to use UNO_QUERY hereNoel Grandin2021-08-076-24/+10
* use Helper_optional SCRIPTING for libs that don't exist if --disable-scriptingCaolán McNamara2021-08-067-7/+14
* improve LOK notifyInvalidationNoel Grandin2021-08-051-4/+4
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-059-14/+14
* getArray->getConstArrayNoel Grandin2021-07-311-1/+1
* drop some unneeded includesCaolán McNamara2021-07-293-5/+53