summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* 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
* use officecfg for SvtCJKOptionsNoel Grandin2021-07-282-9/+5
* drop SvtLanguageOptions classNoel Grandin2021-07-273-3/+6
* use officecfg to retrieve OdfDefaultVersionNoel Grandin2021-07-251-4/+3
* use officecfg to retrieve PrettyPrintingNoel Grandin2021-07-241-2/+2
* OPropertySet doesn't need a pimplNoel Grandin2021-07-226-284/+139
* no need for pimpl in ObjectHierarchyNoel Grandin2021-07-222-129/+64
* Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann2021-07-212-0/+8
* tdf#129571 Change translation context for one time unit dropdownGabor Kelemen2021-07-191-3/+3
* Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski2021-07-195-21/+21
* use WhichRangesContainer in chart2Noel Grandin2021-07-1528-138/+94
* WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin2021-07-152-8/+6
* editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski2021-07-114-135/+135
* Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun2021-07-034-93/+94
* Purge out rtl::math::setInfBaiXiaochun2021-07-015-51/+34
* Purge out rtl::math::setNanBaiXiaochun2021-06-3030-259/+174
* constructing SaveOptions just to read default versionNoel Grandin2021-06-292-2/+2
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-282-5/+5
* tdf#110993 - Corrected spline calculationAndreas Heinisch2021-06-261-1/+1
* tdf#142793 chart UI: fix option "Secondary Y Axis" on sidebarBalazs Varga2021-06-241-5/+8
* tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth2021-06-221-1/+2
* remove 'relief' from CheckButtonsCaolán McNamara2021-06-171-1/+0
* use string_view in the Translate APINoel Grandin2021-06-172-3/+4
* remove SpinButton input-purpose propertiesCaolán McNamara2021-06-163-3/+0
* tdf#59323: pptx import: import footer fields as propertiesSarper Akdemir2021-06-162-3/+3
* Split CppunitTest_chart2_import into twoXisco Fauli2021-06-156-925/+1042
* vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock2021-06-151-2/+19
* only one of the radiobuttons in a group should be activeCaolán McNamara2021-06-144-10/+0
* group leader should be activeCaolán McNamara2021-06-143-0/+4
* Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski2021-06-132-60/+61
* Simplify vector initializationsJulien Nabet2021-06-112-6/+2
* tdf#139658 OOXML: fix broken chart import at labels with quotesTünde Tóth2021-06-103-2/+32
* tdf#142713 OOXML: export secondary axis of all chart typesBalazs Varga2021-06-102-0/+20
* Split CppunitTest_chart2_export into twoXisco Fauli2021-06-0910-1422/+1654