summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-2627-104/+80
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-211-12/+6
* loplugin:defaultparamsNoel Grandin2015-08-212-8/+8
* remove last WeakImplHelper12 useCaolán McNamara2015-08-211-2/+2
* make color button work in chart line sidebar panelMarkus Mohrhard2015-08-205-5/+27
* make sure that LineColor is supported for data seriesMarkus Mohrhard2015-08-201-0/+9
* WaE: -Werror=maybe-uninitializedMarkus Mohrhard2015-08-201-1/+1
* also need to call updateFillColor to get the UI in orderMarkus Mohrhard2015-08-201-0/+5
* update the color button when we select an objectMarkus Mohrhard2015-08-203-8/+43
* handle new color picker correctly in chart sidebarMarkus Mohrhard2015-08-205-1/+133
* crashtesting: failure on ooo82676-1.sxc importCaolán McNamara2015-08-191-1/+1
* Remove two silly typedefsStephan Bergmann2015-08-192-2/+2
* o3tl: rename compat_functional headerThorsten Behrens2015-08-174-4/+4
* Some (mostly HIG) tweaks to chart error bar panelKatarina Behrens2015-08-161-143/+237
* loplugin: defaultparamsNoel Grandin2015-08-1429-79/+74
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-141-2/+2
* tdf#76649 test case for this issueTomaž Vajngerl2015-08-132-4/+35
* tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier2015-08-131-2/+6
* no need to set the help id twiceCaolán McNamara2015-08-121-1/+0
* move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke2015-08-121-31/+2
* Avoid division by zeroStephan Bergmann2015-08-121-2/+2
* tdf#92459 Cleanup unclear lambdasDaniel Robertson2015-08-116-12/+11
* if we have a number formatter then use it, dammit..Eike Rathke2015-08-101-8/+17
* if we have a number formatter then use it, dammit..Eike Rathke2015-08-101-15/+16
* tdf#92997 obtain a date/time edit format according to field valueEike Rathke2015-08-104-15/+66
* Explicit capture annotationsStephan Bergmann2015-08-081-1/+1
* support more command in chart sidebarMarkus Mohrhard2015-08-054-0/+245
* cui,connectivity: inline some use-once typedefsNoel Grandin2015-08-041-3/+1
* tdf#92459 replace deprecated o3tl featuresDaniel Robertson2015-08-018-21/+17
* avoid crash when chart model is disposedMarkus Mohrhard2015-07-3112-22/+78
* Some (mostly HIG) tweaks to chart axis panelKatarina Behrens2015-07-303-36/+72
* API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl2015-07-302-2/+9
* prevent panel update when updating values from panelMarkus Mohrhard2015-07-301-0/+5
* loplugin:unusedmethodsNoel Grandin2015-07-301-2/+0
* small fix to reduce UnknownPropertyException in chart2Markus Mohrhard2015-07-305-5/+9
* also handle line width correctlyMarkus Mohrhard2015-07-301-0/+1
* handle line dash in chart line panelMarkus Mohrhard2015-07-301-1/+43
* it is insane to not map line and border properties to the same idMarkus Mohrhard2015-07-301-3/+3
* set some properties from chart line panelMarkus Mohrhard2015-07-301-5/+46
* provide also LineTransparence for DataPointPropertiesMarkus Mohrhard2015-07-301-0/+14
* provide structure for chart line panelMarkus Mohrhard2015-07-304-0/+319
* Some (mostly HIG) tweaks to chart data series panelKatarina Behrens2015-07-293-131/+290
* Some (mostly HIG) tweaks to chart elements panelKatarina Behrens2015-07-293-297/+455
* chart2: fix duplicate entries at index 0Takeshi Abe2015-07-281-6/+6
* fix the last transparency gradient issues in the chart area panelMarkus Mohrhard2015-07-281-10/+26
* reflect the property name changes also in the idl filesMarkus Mohrhard2015-07-281-1/+2
* use common fill property names in chart2Markus Mohrhard2015-07-282-10/+57
* Revert "provide a few more common property names"Markus Mohrhard2015-07-281-7/+0
* Revert "provide some common fill property name aliases"Markus Mohrhard2015-07-281-24/+0
* handle fill float transparence in chart area panelMarkus Mohrhard2015-07-281-2/+28