summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-27drop SvtLanguageOptions classNoel Grandin3-3/+6
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-4/+3
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-2/+2
2021-07-22OPropertySet doesn't need a pimplNoel Grandin6-284/+139
2021-07-22no need for pimpl in ObjectHierarchyNoel Grandin2-129/+64
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann2-0/+8
2021-07-19tdf#129571 Change translation context for one time unit dropdownGabor Kelemen1-3/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski5-21/+21
2021-07-15use WhichRangesContainer in chart2Noel Grandin28-138/+94
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin2-8/+6
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski4-135/+135
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun4-93/+94
2021-07-01Purge out rtl::math::setInfBaiXiaochun5-51/+34
2021-06-30Purge out rtl::math::setNanBaiXiaochun30-259/+174
2021-06-29constructing SaveOptions just to read default versionNoel Grandin2-2/+2
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-5/+5
2021-06-26tdf#110993 - Corrected spline calculationAndreas Heinisch1-1/+1
2021-06-24tdf#142793 chart UI: fix option "Secondary Y Axis" on sidebarBalazs Varga1-5/+8
2021-06-22tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth1-1/+2
2021-06-17remove 'relief' from CheckButtonsCaolán McNamara1-1/+0
2021-06-17use string_view in the Translate APINoel Grandin2-3/+4
2021-06-16remove SpinButton input-purpose propertiesCaolán McNamara3-3/+0
2021-06-16tdf#59323: pptx import: import footer fields as propertiesSarper Akdemir2-3/+3
2021-06-15Split CppunitTest_chart2_import into twoXisco Fauli6-925/+1042
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-2/+19
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara4-10/+0
2021-06-14group leader should be activeCaolán McNamara3-0/+4
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski2-60/+61
2021-06-11Simplify vector initializationsJulien Nabet2-6/+2
2021-06-10tdf#139658 OOXML: fix broken chart import at labels with quotesTünde Tóth3-2/+32
2021-06-10tdf#142713 OOXML: export secondary axis of all chart typesBalazs Varga2-0/+20
2021-06-09Split CppunitTest_chart2_export into twoXisco Fauli10-1422/+1654