summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-13tdf#64224: Add unittestXisco Fauli2-0/+13
2020-04-11Use range-based for loopMike Kaganski1-3/+3
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth4-5/+39
2020-04-09tdf#95425 follow-up: enable "Source format" checkbox of data labelBalazs Varga10-57/+51
2020-04-08tdf#114139: Add unittestXisco Fauli2-0/+14
2020-04-07loplugin:unusedvariableplus in chart2Noel Grandin3-8/+2
2020-04-06lok: introduce QueryControlState functionHenry Castro3-0/+12
2020-04-05set focus in data browser by defaultCaolán McNamara1-2/+1
2020-04-05default dtor order is sufficientCaolán McNamara1-3/+1
2020-04-05tdf#131873 data table fills with extra columns during scrollCaolán McNamara1-0/+7
2020-04-05update some pches that no longer need vcl.lstbox.hxxCaolán McNamara1-6/+3
2020-04-03Turn defines into constexprsMike Kaganski1-124/+129
2020-04-02updateModel must remove the SelectionChangeListener from the old controllerStephan Bergmann4-0/+24
2020-04-01tdf#130969 Chart view: fix incorrect precision of axis labelsBalazs Varga1-0/+3
2020-03-30tdf#131370 chart: implement OOXML import/export of legend overlay featureTünde Tóth1-8/+19
2020-03-27tdf#129095 Chart view: fix missing inner chart areaBalazs Varga2-18/+22
2020-03-25lokit: Mark document as modified on chart insert/edit...Dennis Francis1-0/+10
2020-03-24Revert "tdf#95425 follow-up: enable "Source format" checkbox of data label"Stephan Bergmann10-25/+51
2020-03-24tdf#95425 follow-up: enable "Source format" checkbox of data labelBalazs Varga10-51/+25
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist1-2/+2
2020-03-20tdf#131398 OOXML chart import: fix number format of pie chart labelsBalazs Varga2-0/+14
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi26-111/+111
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi14-59/+59
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi5-23/+23
2020-03-09tdf#131060 tdf#117088 chart view: fix missing or truncated axis labelsBalazs Varga1-11/+28