- 03 Tem, 2013 40 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Menu item "Insert>Trend Lines.." allowed adding trendlines for all data series at the same time. As we can now have more trendlines per one data series this becomes cumbersome so only allow to add a trend line when data series is selected or known. Change-Id: I676876f389d00d3fbe668d429f0f98bd8c8d4d3d
-
Tomaž Vajngerl yazdı
Change-Id: Icc3ffdda71482d1a716ea99e6cf8410bc2e39aa0
-
Tomaž Vajngerl yazdı
Change-Id: I3785afc7b18ab3f742e4ecc0e299baafc2bd6614
-
Tomaž Vajngerl yazdı
Conflicts: chart2/source/controller/main/ChartController_Window.cxx Change-Id: I70eb06d74670f54fa3792723711e9f73700f12ba
-
Tomaž Vajngerl yazdı
Change-Id: Ife0289003afe8f10db7ce3f6d9207087a5ac8e76
-
Tomaž Vajngerl yazdı
Change-Id: I111c82c66f1ee29dae50470fc08bb66c79da0652
-
Tomaž Vajngerl yazdı
Change-Id: Ic7cbfa55c7b2e42eb21400b2fca34724a72de701
-
Tomaž Vajngerl yazdı
Change-Id: I33a298341e228080920977639cb59986d0b4bd82
-
Tomaž Vajngerl yazdı
Change-Id: Ie9a2fa2a241826581eb799bafa796c54d558d976
-
Tomaž Vajngerl yazdı
Change-Id: I301762b94b4471e8bb144b63892afdf7f68fed77
-
Tomaž Vajngerl yazdı
Change-Id: I5ec993a6aba0c0bb3b9f77ef6fb9e00680dfa574
-
Tomaž Vajngerl yazdı
Change-Id: I065742bbe22f24169a99e33558399fe16c601238
-
Tomaž Vajngerl yazdı
Change-Id: I2f712d8b95b5fdeb05b93b5247aab9772a00cc70
-
Tomaž Vajngerl yazdı
Added: - regression-extrapolate-forward - regression-extrapolate-backward - regression-max-degree - regression-min-degree - regression-moving-type - regression-period - regression-force-intercept - regression-intercept-value Not all of these are yet filled as they are not yet implemented. Change-Id: I7ac39c0df5b8b7fb7be6b32d301e33a7f49f2960
-
Tomaž Vajngerl yazdı
Change-Id: Ie6cdfec1295e08cd5141056eeac39f248ee97766
-
Tomaž Vajngerl yazdı
Additionally fix import when regression-type is defined on series style. Conflicts: xmloff/source/chart/SchXMLExport.cxx Change-Id: I194780619dc7b8a2b428867d4b5906180ee1fac1
-
Tomaž Vajngerl yazdı
Additionally support more regression curves per one series and add polynomial an moving average tokens. Conflicts: xmloff/source/chart/SchXMLPlotAreaContext.cxx Change-Id: I9dfebb1f47942c88ab0ccff48ec7632136fb1bc9
-
Markus Mohrhard yazdı
-
Tomaž Vajngerl yazdı
Trendline support at exporting in OOXML was missing. Add support for exporting regression type and properties and additionally line properties. The only missing are working dashed / dotted lines which are currently kind of "broken" for all lines. Change-Id: Ib7574e58febeb70f2a488db3546b74807c14df14
-
Tomaž Vajngerl yazdı
Change-Id: Ie6501ed3b3431e187f8f0b83654e84438566ccd5
-
Tomaž Vajngerl yazdı
Also make new services work, so they can be used in filters. Change-Id: If4ebd86b2b7bc4fc43d36109f05d06d42c531dab
-
Tomaž Vajngerl yazdı
Change-Id: Ifc1b923e633beedce9ad27847f3c5c1298ee812e
-
Tomaž Vajngerl yazdı
- added polynomial and moving average to the dialog - implemented moving average and polynomal RegressionCurveCalculator - added icon for polynomial regression curve - prepare icon for moving average regression curve - degree parameter for polynomial regression curve - period parameter for moving average regression curve - limit the curve to max and min x value - added extrapolation Change-Id: I4ebb8dc23a3aff285b999e115fdda20ab11910a5
-
Lionel Elie Mamane yazdı
Change-Id: I757bbfbc4a548f17d797ac00197588bc6e2907f6
-
Tor Lillqvist yazdı
Change-Id: I5307b6eaee66dd66fbf64673767f7ac6a8225470
-
Tor Lillqvist yazdı
Change-Id: I1417254b748a7516024dd098928b3f22dca1e584
-
Tor Lillqvist yazdı
Fixes configuration error in libvisio. Change-Id: I6a6f743eca5fdfc990aadd69406b21d3ccdc6435
-
Lionel Elie Mamane yazdı
In particular, this keeps the new query wizard from silently failing by default when the underlying table name has a slash: it would generate a name proposal based on the table name, and then use suggestName to get a similar, yet guaranteed allowed name. In this case, the "guaranteed allowed" part was failing, since suggestName failed to strip slashes, which are forbidden in query names. Change-Id: I53d3976979ee45f5659765ed5dd3371b78837b5b
-
Lionel Elie Mamane yazdı
This happens e.g. when the user types a forbidden name for the query (e.g. containing '/' Also uniformise Logger usage instead of exception.printStackTrace Change-Id: I29b14b65dae487e0eb61b90ceba968142981e755
-
Fridrich Štrba yazdı
Change-Id: I2d22c12896b241d79ded723acb0a6753cc1468ee
-
Fridrich Štrba yazdı
Change-Id: I8447d776ba315db5ef961818bc577d13e4f35a20
-
Michael Stahl yazdı
It is a crude hack that is no longer necessary because the underlying problems that caused crashes when deleting the layout have been fixed. Change-Id: I601bdb0dc0aff5f4ddb8b8f4ba4c8d1f72c76666
-
Miklos Vajna yazdı
Change-Id: Ibe99d4f3f4254329ca1b7269221f4e7cba1201a1
-
Caolán McNamara yazdı
Change-Id: I1e9b07e5e5e53ae62baa77610f47083b580eaf7d
-
Caolán McNamara yazdı
Change-Id: Ia0816a891bc4ab508f42cf6651df03d9566b560b
-
Cédric Bosdonnat yazdı
writerfilter OOXML tokenizer was just ignoring the mce elements and thus getting the Choice content and the Fallback one. This initial support drops all mc:Choice contents to read mc:Fallback. At least for drawingML vs VML support, we have a much better support of the fallback. Change-Id: Ic0bf69d0436994e9cfcf38accdd57d17e9f391fe (cherry picked from commit f4112ce9)
-
Cédric Bosdonnat yazdı
Change-Id: I3effd8a0cfe57875446536bbd0a93a73e630a44f (cherry picked from commit 4946cc81)
-
Caolán McNamara yazdı
Change-Id: I7af08b7790a631d5d385a546a472e2868d79cb46
-
Caolán McNamara yazdı
Change-Id: I61643e507a68e66e1798c2d21a3f9372027fda1a
-
Caolán McNamara yazdı
Project: help e4fcd6566109736c1d2c17cd1b8be157ee7097db
-