summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* map->unordered_map in PropertyMapperNoel Grandin2021-12-061-3/+3
* cid#1494595,1494597: Silence UNCAUGHT_EXCEPTStephan Bergmann2021-12-061-0/+1
* speed up property access in chartsNoel Grandin2021-12-0562-124/+160
* use more OInterfaceContainerHelper3 in chart2Noel Grandin2021-11-2710-20/+20
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-232-2/+2
* Use less DegreeN::get()Mike Kaganski2021-11-222-7/+2
* Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2021-11-192-3/+3
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-197-97/+97
* loplugin:stringliteraldefine in chart2Noel Grandin2021-11-184-43/+57
* chart2: disambiguate ShiftedCategoryPositionMiklos Vajna2021-11-166-15/+15
* Resolves: tdf#145663 nL is the index of the light to set to the modelCaolán McNamara2021-11-151-4/+4
* tdf#136111 fix scaling problem on chart driven by a macroAndras Timar2021-11-103-2/+21
* rtl::Static to thread-safe staticNoel Grandin2021-11-093-74/+36
* use more OUStringLiteral in MediaDescriptorNoel Grandin2021-11-081-3/+3
* forward decls go after #includeNoel Grandin2021-11-072-8/+4
* libstdc++ bug 103022 is fixed in GCC 12Stephan Bergmann2021-11-041-0/+2
* Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski2021-11-031-7/+3
* tdf#114441 Convert use of sal_uLong to sal_uInt32, intNatalia Gavrilova2021-11-032-5/+5
* Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski2021-11-031-16/+25
* add a comment referencing gcc#103022Caolán McNamara2021-11-011-0/+1
* crashtesting: assert on conversion of fdo67521-1.odg to pdfCaolán McNamara2021-10-311-0/+3
* Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski2021-10-295-53/+51
* Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski2021-10-2970-530/+527
* Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski2021-10-261-1/+3
* 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-148-16/+14
* 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
* sidebar: update chart panel on checkbox changeSzymon Kłos2021-10-061-0/+2
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-032-2/+2
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-302-2/+2
* gives names to all the Idles and TasksNoel Grandin2021-09-284-2/+5
* no need to allocate this SfxItemSet on the heapNoel Grandin2021-09-243-10/+10
* 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
* avoid some ref-countingNoel Grandin2021-09-081-4/+4
* [API CHANGE] oox: fix import of chart date categoriesDennis Francis2021-09-065-11/+29
* no need to allocate SeriesMinMaxType separatelyNoel Grandin2021-09-031-4/+4
* rename UpdateMode -> UpdateLayout in editeng classNoel Grandin2021-09-021-2/+2
* tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis2021-09-013-1/+48
* 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
* improve SvxShapeCollection::getByIndexNoel Grandin2021-08-181-1/+1