summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2020-05-27tdf#132594 Chart XLSX import: fix legend entries in pie chartsTünde Tóth2-0/+11
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann7-15/+15
2020-05-25tdf#133190 tdf#133191 Chart OOXML export: fix text wrap and rotationBalazs Varga2-0/+25
2020-05-25tdf#133005 Chart: fix ODF import of date axis positionTünde Tóth2-11/+5
2020-05-25tdf#125812 Chart: fix OOXML export of gradient centerTünde Tóth2-0/+14
2020-05-24inline some use-once typedefsNoel Grandin2-4/+2
2020-05-23Silence -Werror=unused-variableStephan Bergmann1-1/+1
2020-05-22move InterimItemWindow to vclCaolán McNamara1-1/+1
2020-05-21tdf#132956 Chart view: fix missing plot areaBalazs Varga3-10/+20
2020-05-20chart2: avoid assert on SvxAdjustItem with WhichId 0Michael Stahl1-1/+0
2020-05-18Make Chart Creation Wizard asyncSzymon Kłos2-25/+48
2020-05-18use for-range on Sequence in chart2Noel Grandin47-504/+450
2020-05-18tdf38835 Avoid pointless globalsMesut Çifci1-23/+14
2020-05-15use more try_emplaceNoel Grandin3-8/+3
2020-05-14Fix typoAndrea Gelmini1-2/+2
2020-05-13tdf#132757 UI: option to set Position Axis property of chartsTünde Tóth10-25/+166
2020-05-12chart2: fix buildMiklos Vajna1-1/+1
2020-05-12tdf#128794 Chart: Fix OOXML import/export of Radial gradientBalazs Varga2-0/+13
2020-05-12tdf#38835 strip out OUString globalsMesut Çifci1-17/+8
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-9/+0
2020-05-10new loplugin:simplifypointertoboolNoel Grandin5-34/+24
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti1-1/+2
2020-05-09remove dead codeNoel Grandin1-37/+0
2020-05-08improve loplugin:referencecastingNoel Grandin4-10/+7
2020-05-08compact namespace in canvas..cuiNoel Grandin166-532/+528
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl2-4/+4
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin2-119/+119
2020-05-05tdf#132486 Chart: fix OOXML export of ShiftedCategoryPositionBalazs Varga1-5/+13
2020-05-04tdf#131175 Import data label solid fill and color.Gülşah Köse5-2/+39
2020-05-01improve loplugin:makesharedNoel Grandin3-5/+5
2020-04-28Fix typo in codeAndrea Gelmini8-16/+16
2020-04-28Fix typo in codeAndrea Gelmini1-2/+2
2020-04-28tdf#127811 tdf#127813 Introduce compatibility key for the data seriesTünde Tóth2-2/+6
2020-04-27tdf#132355 fix X axis position of stock chartsTünde Tóth5-18/+18
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann34-8/+46
2020-04-26move PanelLayout to sfx2Caolán McNamara5-5/+5
2020-04-26update pchesCaolán McNamara1-2/+3
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara6-32/+32
2020-04-25weld SvxColorDockingWindowCaolán McNamara1-0/+1
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara7-5/+7
2020-04-24tdf#132174 Chart DOCX import: fix label number formatBalazs Varga2-0/+24
2020-04-24tdf#132076 Chart OOXML: fix lost date format of X axisBalazs Varga3-0/+20
2020-04-22move InterimItemWindow to svtoolsCaolán McNamara1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen9-1/+8
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara2-11/+3
2020-04-19Fix typoAndrea Gelmini1-4/+4
2020-04-19loplugin:flatten in chart2Noel Grandin76-3695/+3702
2020-04-17tdf#131979 Chart ODF import-export of Link to source formatBalazs Varga4-6/+39
2020-04-16tdf#59857: chart2: Add unittestXisco Fauli2-0/+14
2020-04-14loplugin:buriedassign in c*Noel Grandin2-4/+3