summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2015-08-20make sure that LineColor is supported for data seriesMarkus Mohrhard1-0/+9
2015-08-20WaE: -Werror=maybe-uninitializedMarkus Mohrhard1-1/+1
2015-08-20also need to call updateFillColor to get the UI in orderMarkus Mohrhard1-0/+5
2015-08-20update the color button when we select an objectMarkus Mohrhard3-8/+43
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard5-1/+133
2015-08-19crashtesting: failure on ooo82676-1.sxc importCaolán McNamara1-1/+1
2015-08-19Remove two silly typedefsStephan Bergmann2-2/+2
2015-08-17o3tl: rename compat_functional headerThorsten Behrens4-4/+4
2015-08-16Some (mostly HIG) tweaks to chart error bar panelKatarina Behrens1-143/+237
2015-08-14loplugin: defaultparamsNoel Grandin29-79/+74
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-2/+2
2015-08-13tdf#76649 test case for this issueTomaž Vajngerl2-4/+35
2015-08-13tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier1-2/+6
2015-08-12no need to set the help id twiceCaolán McNamara1-1/+0
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke1-31/+2
2015-08-12Avoid division by zeroStephan Bergmann1-2/+2
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson6-12/+11
2015-08-10if we have a number formatter then use it, dammit..Eike Rathke1-8/+17
2015-08-10if we have a number formatter then use it, dammit..Eike Rathke1-15/+16
2015-08-10tdf#92997 obtain a date/time edit format according to field valueEike Rathke4-15/+66
2015-08-08Explicit capture annotationsStephan Bergmann1-1/+1
2015-08-05support more command in chart sidebarMarkus Mohrhard4-0/+245
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin1-3/+1
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson8-21/+17
2015-07-31avoid crash when chart model is disposedMarkus Mohrhard12-22/+78
2015-07-30Some (mostly HIG) tweaks to chart axis panelKatarina Behrens3-36/+72
2015-07-30API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl2-2/+9
2015-07-30prevent panel update when updating values from panelMarkus Mohrhard1-0/+5
2015-07-30loplugin:unusedmethodsNoel Grandin1-2/+0
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard5-5/+9
2015-07-30also handle line width correctlyMarkus Mohrhard1-0/+1
2015-07-30handle line dash in chart line panelMarkus Mohrhard1-1/+43
2015-07-30it is insane to not map line and border properties to the same idMarkus Mohrhard1-3/+3
2015-07-30set some properties from chart line panelMarkus Mohrhard1-5/+46
2015-07-30provide also LineTransparence for DataPointPropertiesMarkus Mohrhard1-0/+14
2015-07-30provide structure for chart line panelMarkus Mohrhard4-0/+319
2015-07-29Some (mostly HIG) tweaks to chart data series panelKatarina Behrens3-131/+290
2015-07-29Some (mostly HIG) tweaks to chart elements panelKatarina Behrens3-297/+455
2015-07-28chart2: fix duplicate entries at index 0Takeshi Abe1-6/+6
2015-07-28fix the last transparency gradient issues in the chart area panelMarkus Mohrhard1-10/+26
2015-07-28reflect the property name changes also in the idl filesMarkus Mohrhard1-1/+2
2015-07-28use common fill property names in chart2Markus Mohrhard2-10/+57
2015-07-28Revert "provide a few more common property names"Markus Mohrhard1-7/+0
2015-07-28Revert "provide some common fill property name aliases"Markus Mohrhard1-24/+0
2015-07-28handle fill float transparence in chart area panelMarkus Mohrhard1-2/+28
2015-07-27-Werror,-Winconsistent-missing-overrideNoel Grandin1-7/+7
2015-07-27inline a bunch of use-once macrosNoel Grandin2-5/+3
2015-07-26don't show the area sidebar for panels where it makes no senseMarkus Mohrhard4-17/+22
2015-07-26also update for the first selected objectMarkus Mohrhard1-0/+2
2015-07-26handle chart wall correctly in area panelMarkus Mohrhard1-1/+15