summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2020-05-05tdf#132486 Chart: fix OOXML export of ShiftedCategoryPositionBalazs Varga
2020-05-04tdf#131175 Import data label solid fill and color.Gülşah Köse
2020-05-01improve loplugin:makesharedNoel Grandin
2020-04-28Fix typo in codeAndrea Gelmini
2020-04-28Fix typo in codeAndrea Gelmini
2020-04-28tdf#127811 tdf#127813 Introduce compatibility key for the data seriesTünde Tóth
2020-04-27tdf#132355 fix X axis position of stock chartsTünde Tóth
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-26move PanelLayout to sfx2Caolán McNamara
2020-04-26update pchesCaolán McNamara
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara
2020-04-25weld SvxColorDockingWindowCaolán McNamara
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara
2020-04-24tdf#132174 Chart DOCX import: fix label number formatBalazs Varga
2020-04-24tdf#132076 Chart OOXML: fix lost date format of X axisBalazs Varga
2020-04-22move InterimItemWindow to svtoolsCaolán McNamara
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-19Fix typoAndrea Gelmini
2020-04-19loplugin:flatten in chart2Noel Grandin
2020-04-17tdf#131979 Chart ODF import-export of Link to source formatBalazs Varga
2020-04-16tdf#59857: chart2: Add unittestXisco Fauli
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-04-13tdf#64224: Add unittestXisco Fauli
2020-04-11Use range-based for loopMike Kaganski
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth
2020-04-09tdf#95425 follow-up: enable "Source format" checkbox of data labelBalazs Varga
2020-04-08tdf#114139: Add unittestXisco Fauli
2020-04-07loplugin:unusedvariableplus in chart2Noel Grandin
2020-04-06lok: introduce QueryControlState functionHenry Castro
2020-04-05set focus in data browser by defaultCaolán McNamara
2020-04-05default dtor order is sufficientCaolán McNamara
2020-04-05tdf#131873 data table fills with extra columns during scrollCaolán McNamara
2020-04-05update some pches that no longer need vcl.lstbox.hxxCaolán McNamara
2020-04-03Turn defines into constexprsMike Kaganski
2020-04-02updateModel must remove the SelectionChangeListener from the old controllerStephan Bergmann
2020-04-01tdf#130969 Chart view: fix incorrect precision of axis labelsBalazs Varga
2020-03-30tdf#131370 chart: implement OOXML import/export of legend overlay featureTünde Tóth
2020-03-27tdf#129095 Chart view: fix missing inner chart areaBalazs Varga
2020-03-25lokit: Mark document as modified on chart insert/edit...Dennis Francis
2020-03-24Revert "tdf#95425 follow-up: enable "Source format" checkbox of data label"Stephan Bergmann
2020-03-24tdf#95425 follow-up: enable "Source format" checkbox of data labelBalazs Varga
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist
2020-03-20tdf#131398 OOXML chart import: fix number format of pie chart labelsBalazs Varga
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-03-09tdf#131060 tdf#117088 chart view: fix missing or truncated axis labelsBalazs Varga
2020-03-09tdf#131143 OOXML chart: fix missing data points of scatter chartBalazs Varga
2020-03-06basegfx: B2DTuple replace operator[] with "get" and Axis2D enumTomaž Vajngerl