summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Collapse)AuthorAgeFilesLines
* commited PolynomialRegressionCurveCalculator2 by accidentTomaž Vajngerl2013-08-241-264/+0
| | | | Change-Id: Icd41c465a96e357dca4e50993c899f9365239d8b
* Forgotten one SAL_CALL in AgileDocumentHandlerTomaž Vajngerl2013-08-241-0/+264
| | | | Change-Id: I28ad4fe77c9c8474f4f650e9ea5ab309be307fb5
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-2113-70/+70
| | | | | | | Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
* Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha insteadJulien Nabet2013-08-191-2/+2
| | | | Change-Id: I74238c164e661f0090e78e5c6107b974834a685b
* convert GetName/Title/Description methods to OUStringIvan Timofeev2013-08-151-7/+5
| | | | Change-Id: Id16a2b29b1d6cf02b94cc6c423e2475a9cbeb8a3
* convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin2013-08-152-2/+2
| | | | Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82
* cppcheck: fix redundant assignmentsJulien Nabet2013-08-151-8/+4
| | | | Change-Id: Ia4c81fefc914aaaead6f8e47ae2818e139357bb4
* Reduce scopeJulien Nabet2013-08-111-1/+1
| | | | Change-Id: I1a0e8f92056c24740505e488a318aabd12a4df05
* convert attributes wrapper dialog to .uiCaolán McNamara2013-08-026-38/+108
| | | | | | | currently unresizable until all possible tabpages that can be inserted into it get converted over Change-Id: I1e7d28cf2f2a04ca2c596136b7d26626058f2e4b
* Mark as constTakeshi Abe2013-08-026-7/+7
| | | | Change-Id: I7ad2a1bd29afbf4813b1ad984081935ca84ec98a
* cppcheck: dup breakJulien Nabet2013-07-291-1/+0
| | | | Change-Id: I96a1ce5d98b4d51f2cacabe7eac95cabcd38ad28
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-29485-3107/+0
| | | | | | | Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-2832-236/+235
| | | | Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
* n#827332: Charts shrink when there are no legends.Muthu Subramanian2013-07-251-5/+7
|
* Mark as constTakeshi Abe2013-07-222-2/+2
| | | | Change-Id: I2746b92b1360c3c181879a81f653c44ef609f351
* WaE: unused functionTor Lillqvist2013-07-191-25/+0
| | | | Change-Id: Ib89d2f1321c5a926f67ad473c1612b550025cdfc
* callcatcher: update unused codeCaolán McNamara2013-07-193-67/+0
| | | | | | ResId loaders begining to melt away Change-Id: Ied10d95f6561f24b2305d202847b7e7c39eb63c3
* HIG spacing and indentsCaolán McNamara2013-07-154-176/+180
| | | | Change-Id: I97888b8659bb978595157e881c18ce51c1482b46
* Convert tp_SeriesToAxis.src to tp_SeriesToAxis.uiOlivier Hallot2013-07-157-355/+469
| | | | | | | Change-Id: Ida1be6cc97e2a96537dddd3c8d6dc91c451adf7a Reviewed-on: https://gerrit.libreoffice.org/4906 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* pow is ambiguousTomaž Vajngerl2013-07-141-1/+1
| | | | Change-Id: Ib63bf0a67f18cf8e2f3705ae8b096c5bdf06edaf
* Remove gauss.hxx from MovingAverageRegressionCurveCalculator.Tomaž Vajngerl2013-07-141-1/+0
| | | | Change-Id: Ib1a781b7bf848a092dd000d5999fef00a409d92d
* Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl2013-07-144-214/+109
| | | | | | | | | | | | | Gauss elimination is not a stable algorithm so use QR decomposition (with other methods). Also use horner's method to evaluate a polynomial which is the prefered and more stable method of polynomial evaluation. Still this is not quite enough as you still have to multiply very large number with very small and you lose percision on high-degree polynomials or big X values. Some methods evaluate the polynomial in barycentric form but how to get the polynomial into the barycentric form is now the question. Change-Id: If0d93bc1f08253f015e814e187b5a2cb7f78ec49
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-3/+3
| | | | | | | | If no LanguageTag instance is at hand use the static methods to convert between BCP 47 string, Locale and MS-LangID instead of creating temporary instances. Change-Id: I9597f768078eb81c840e84a5db5617f26bb7dc09
* PCH for more librariesLuboš Luňák2013-07-128-6/+664
| | | | Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b
* XubString->OUStringCaolán McNamara2013-07-112-2/+2
| | | | Change-Id: I1049249741f445ad7bd9c070f99812c4404597c9
* drop some unused hidsCaolán McNamara2013-07-111-4/+0
| | | | Change-Id: I9061966e6c86acf94c9a34704567366315baf007
* post .ui conversion we can remove explicit SetPosPixel and HelpIdsCaolán McNamara2013-07-115-62/+26
| | | | Change-Id: I2b7ff3e667ce1085676168e19a9c4ce7c404ac0b
* insertgriddlg.ui and insertaxisdlg.ui widgetsManal Alhassoun2013-07-119-204/+614
| | | | | | | Change-Id: Ib5b84806189b44ca1b4c74c958d0fafa86030c36 Reviewed-on: https://gerrit.libreoffice.org/4799 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* module svl: all String and some bool and related clean-upNorbert Thiebaud2013-07-071-7/+5
| | | | | | | Change-Id: I36eb559fa58dbe75384b7119c788af0048813aed Reviewed-on: https://gerrit.libreoffice.org/4733 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* unused variable bIsMainGridCaolán McNamara2013-07-041-1/+0
| | | | Change-Id: I82870e452d24b1b6799ba96d42dcfa2446ab2e87
* fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl2013-07-047-8/+65
| | | | | | | | Added toolbar button for vertical grid. Icon was already prepared. Changed the button behavior for vertical and horizontal grid button from just on -> off to cycle through major -> major&minor -> off. Change-Id: I147fc97ab43db31f08a2e98f7b68422fb168f042
* Clear values before calculation of moving average curve.Tomaž Vajngerl2013-07-041-0/+3
| | | | Change-Id: Ic645195c0fc50a55bb0842fc378a3f329ea2d210
* Polynomial curve equation: show "x^1" as "x"Tomaž Vajngerl2013-07-031-2/+9
| | | | Change-Id: I86ff9b5cc2f3fa60533794ed9ecd1175924c1d25
* Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl2013-07-034-8/+11
| | | | Change-Id: I40ef93746e5f2a43ce58f0080db0b643e22404a1
* Compiler error fixes in PolynomialRegressionCurveCalculatorTomaž Vajngerl2013-07-031-5/+6
| | | | Change-Id: Ie78e10fea0b798fae5ce2cee96798bcc65bbccbe
* Remove "None" Regression curve option and related files and code.Tomaž Vajngerl2013-07-037-275/+203
| | | | Change-Id: I38dde3854c08eecfe76d9f329ff2c0fa66449a58
* Fix bad merge of CharController_WindowTomaž Vajngerl2013-07-031-20/+11
| | | | Change-Id: I6d947d90f0505c29b4e301bc1ff30216aa0ed476
* Draw MeanValue in chart bounds, smarter define no. of curve points.Tomaž Vajngerl2013-07-031-28/+42
| | | | Change-Id: Ida8006af7f2771ee5f2c425d5c72df4cdba827b5
* Fix problem with intercept = 0.0Tomaž Vajngerl2013-07-031-2/+1
| | | | Change-Id: Ieeea09d9f93a4405ec6c33c1a646b0940d5d17a2
* Remove InsertTrendlineDialog as it is not used anymore.Tomaž Vajngerl2013-07-038-237/+0
| | | | Change-Id: I58dbdc416254e631f33784bb2a2cf124e69fc69a
* Adding multiple trendlines with menu item Insert>Trend Lines..Tomaž Vajngerl2013-07-032-45/+12
| | | | | | | | | 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
* use sal_Int32 instead of int in PolynomialRegressionCurveCalculatorTomaž Vajngerl2013-07-031-10/+10
| | | | Change-Id: Icc3ffdda71482d1a716ea99e6cf8410bc2e39aa0
* Linear curve is polyinomial curve with degree = 1Tomaž Vajngerl2013-07-033-133/+32
| | | | Change-Id: I3785afc7b18ab3f742e4ecc0e299baafc2bd6614
* Change series and trendline pop-up to support more trendlines.Tomaž Vajngerl2013-07-033-101/+106
| | | | | | | Conflicts: chart2/source/controller/main/ChartController_Window.cxx Change-Id: I70eb06d74670f54fa3792723711e9f73700f12ba
* Cleanup ChartControllerTomaž Vajngerl2013-07-031-104/+107
| | | | Change-Id: Ife0289003afe8f10db7ce3f6d9207087a5ac8e76
* Add legend name for polynomial and moving average trendlines.Tomaž Vajngerl2013-07-032-9/+16
| | | | Change-Id: I111c82c66f1ee29dae50470fc08bb66c79da0652
* Insert new trendline instead of changing the existing one.Tomaž Vajngerl2013-07-035-124/+126
| | | | Change-Id: Ic7cbfa55c7b2e42eb21400b2fca34724a72de701
* Multiple trendline removing and changing type support.Tomaž Vajngerl2013-07-037-89/+114
| | | | Change-Id: I33a298341e228080920977639cb59986d0b4bd82
* VSeriesPlotter cleanup.Tomaž Vajngerl2013-07-031-9/+10
| | | | Change-Id: Ie9a2fa2a241826581eb799bafa796c54d558d976
* Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl2013-07-0314-116/+389
| | | | Change-Id: I2f712d8b95b5fdeb05b93b5247aab9772a00cc70