summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* commited PolynomialRegressionCurveCalculator2 by accidentTomaž Vajngerl2013-08-241-264/+0
* Forgotten one SAL_CALL in AgileDocumentHandlerTomaž Vajngerl2013-08-241-0/+264
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-2113-70/+70
* Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha insteadJulien Nabet2013-08-191-2/+2
* convert GetName/Title/Description methods to OUStringIvan Timofeev2013-08-151-7/+5
* convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin2013-08-152-2/+2
* cppcheck: fix redundant assignmentsJulien Nabet2013-08-151-8/+4
* Reduce scopeJulien Nabet2013-08-111-1/+1
* convert attributes wrapper dialog to .uiCaolán McNamara2013-08-026-38/+108
* Mark as constTakeshi Abe2013-08-026-7/+7
* cppcheck: dup breakJulien Nabet2013-07-291-1/+0
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-29485-3107/+0
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-2832-236/+235
* n#827332: Charts shrink when there are no legends.Muthu Subramanian2013-07-251-5/+7
* Mark as constTakeshi Abe2013-07-222-2/+2
* WaE: unused functionTor Lillqvist2013-07-191-25/+0
* callcatcher: update unused codeCaolán McNamara2013-07-193-67/+0
* HIG spacing and indentsCaolán McNamara2013-07-154-176/+180
* Convert tp_SeriesToAxis.src to tp_SeriesToAxis.uiOlivier Hallot2013-07-157-355/+469
* pow is ambiguousTomaž Vajngerl2013-07-141-1/+1
* Remove gauss.hxx from MovingAverageRegressionCurveCalculator.Tomaž Vajngerl2013-07-141-1/+0
* Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl2013-07-144-214/+109
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-3/+3
* PCH for more librariesLuboš Luňák2013-07-128-6/+664
* XubString->OUStringCaolán McNamara2013-07-112-2/+2
* drop some unused hidsCaolán McNamara2013-07-111-4/+0
* post .ui conversion we can remove explicit SetPosPixel and HelpIdsCaolán McNamara2013-07-115-62/+26
* insertgriddlg.ui and insertaxisdlg.ui widgetsManal Alhassoun2013-07-119-204/+614
* module svl: all String and some bool and related clean-upNorbert Thiebaud2013-07-071-7/+5
* unused variable bIsMainGridCaolán McNamara2013-07-041-1/+0
* fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl2013-07-047-8/+65
* Clear values before calculation of moving average curve.Tomaž Vajngerl2013-07-041-0/+3
* Polynomial curve equation: show "x^1" as "x"Tomaž Vajngerl2013-07-031-2/+9
* Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl2013-07-034-8/+11
* Compiler error fixes in PolynomialRegressionCurveCalculatorTomaž Vajngerl2013-07-031-5/+6
* Remove "None" Regression curve option and related files and code.Tomaž Vajngerl2013-07-037-275/+203
* Fix bad merge of CharController_WindowTomaž Vajngerl2013-07-031-20/+11
* Draw MeanValue in chart bounds, smarter define no. of curve points.Tomaž Vajngerl2013-07-031-28/+42
* Fix problem with intercept = 0.0Tomaž Vajngerl2013-07-031-2/+1
* Remove InsertTrendlineDialog as it is not used anymore.Tomaž Vajngerl2013-07-038-237/+0
* Adding multiple trendlines with menu item Insert>Trend Lines..Tomaž Vajngerl2013-07-032-45/+12
* use sal_Int32 instead of int in PolynomialRegressionCurveCalculatorTomaž Vajngerl2013-07-031-10/+10
* Linear curve is polyinomial curve with degree = 1Tomaž Vajngerl2013-07-033-133/+32
* Change series and trendline pop-up to support more trendlines.Tomaž Vajngerl2013-07-033-101/+106
* Cleanup ChartControllerTomaž Vajngerl2013-07-031-104/+107
* Add legend name for polynomial and moving average trendlines.Tomaž Vajngerl2013-07-032-9/+16
* Insert new trendline instead of changing the existing one.Tomaž Vajngerl2013-07-035-124/+126
* Multiple trendline removing and changing type support.Tomaž Vajngerl2013-07-037-89/+114
* VSeriesPlotter cleanup.Tomaž Vajngerl2013-07-031-9/+10
* Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl2013-07-0314-116/+389