summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2020-05-04tdf#131175 Import data label solid fill and color.Gülşah Köse4-2/+37
2020-05-01improve loplugin:makesharedNoel Grandin2-4/+4
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óth3-18/+1
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-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-22move InterimItemWindow to svtoolsCaolán McNamara1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen7-1/+6
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 Varga1-6/+6
2020-04-14loplugin:buriedassign in c*Noel Grandin2-4/+3
2020-04-11Use range-based for loopMike Kaganski1-3/+3
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth2-2/+19
2020-04-09tdf#95425 follow-up: enable "Source format" checkbox of data labelBalazs Varga10-57/+51
2020-04-07loplugin:unusedvariableplus in chart2Noel Grandin2-7/+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-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-27tdf#129095 Chart view: fix missing inner chart areaBalazs Varga1-17/+21
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-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi25-99/+99
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
2020-03-06basegfx: B2DTuple replace operator[] with "get" and Axis2D enumTomaž Vajngerl1-13/+13
2020-03-06loplugin:unusedmethodsNoel Grandin2-21/+0
2020-03-06tdf#123268 fix lost chart if all legend entries are hiddenTünde Tóth1-0/+2
2020-03-05tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth10-32/+117
2020-03-03tdf#130777 UI: add Hide legend entry option for pie chartTünde Tóth11-7/+188
2020-03-03Revert "Make Chart Creation Wizard async"Stephan Bergmann2-50/+25
2020-03-02Make Chart Creation Wizard asyncSzymon Kłos2-25/+50
2020-03-01cid#1459020 Resource LeaksCaolán McNamara1-1/+2
2020-02-28chart2: Fix the color uno command in ChartColorWrapperDennis Francis1-1/+4
2020-02-28Remove unused lokit-only selection properties in..Dennis Francis1-11/+0
2020-02-27tdf#130621 OOXML chart export: fix lost label placementBalazs Varga3-12/+6
2020-02-27loplugin:constantparamNoel Grandin2-9/+9
2020-02-27fix regression in chart keyboard handlingNoel Grandin3-5/+8