summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák13-70/+70
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha insteadJulien Nabet1-2/+2
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev1-7/+5
2013-08-15convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin2-2/+2
2013-08-15cppcheck: fix redundant assignmentsJulien Nabet1-8/+4
2013-08-11Reduce scopeJulien Nabet1-1/+1
2013-08-02convert attributes wrapper dialog to .uiCaolán McNamara6-38/+108
2013-08-02Mark as constTakeshi Abe6-7/+7
2013-07-29cppcheck: dup breakJulien Nabet1-1/+0
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa485-3107/+0
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara32-236/+235
2013-07-25n#827332: Charts shrink when there are no legends.Muthu Subramanian1-5/+7
2013-07-22Mark as constTakeshi Abe2-2/+2
2013-07-19WaE: unused functionTor Lillqvist1-25/+0
2013-07-19callcatcher: update unused codeCaolán McNamara3-67/+0
2013-07-15HIG spacing and indentsCaolán McNamara4-176/+180
2013-07-15Convert tp_SeriesToAxis.src to tp_SeriesToAxis.uiOlivier Hallot7-355/+469
2013-07-14pow is ambiguousTomaž Vajngerl1-1/+1
2013-07-14Remove gauss.hxx from MovingAverageRegressionCurveCalculator.Tomaž Vajngerl1-1/+0
2013-07-14Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl4-214/+109
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-3/+3
2013-07-12PCH for more librariesLuboš Luňák8-6/+664
2013-07-11XubString->OUStringCaolán McNamara2-2/+2
2013-07-11drop some unused hidsCaolán McNamara1-4/+0
2013-07-11post .ui conversion we can remove explicit SetPosPixel and HelpIdsCaolán McNamara5-62/+26
2013-07-11insertgriddlg.ui and insertaxisdlg.ui widgetsManal Alhassoun9-204/+614
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-7/+5
2013-07-04unused variable bIsMainGridCaolán McNamara1-1/+0
2013-07-04fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl7-8/+65
2013-07-04Clear values before calculation of moving average curve.Tomaž Vajngerl1-0/+3
2013-07-03Polynomial curve equation: show "x^1" as "x"Tomaž Vajngerl1-2/+9
2013-07-03Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl4-8/+11
2013-07-03Compiler error fixes in PolynomialRegressionCurveCalculatorTomaž Vajngerl1-5/+6
2013-07-03Remove "None" Regression curve option and related files and code.Tomaž Vajngerl7-275/+203
2013-07-03Fix bad merge of CharController_WindowTomaž Vajngerl1-20/+11
2013-07-03Draw MeanValue in chart bounds, smarter define no. of curve points.Tomaž Vajngerl1-28/+42
2013-07-03Fix problem with intercept = 0.0Tomaž Vajngerl1-2/+1
2013-07-03Remove InsertTrendlineDialog as it is not used anymore.Tomaž Vajngerl8-237/+0
2013-07-03Adding multiple trendlines with menu item Insert>Trend Lines..Tomaž Vajngerl2-45/+12
2013-07-03use sal_Int32 instead of int in PolynomialRegressionCurveCalculatorTomaž Vajngerl1-10/+10
2013-07-03Linear curve is polyinomial curve with degree = 1Tomaž Vajngerl3-133/+32
2013-07-03Change series and trendline pop-up to support more trendlines.Tomaž Vajngerl3-101/+106
2013-07-03Cleanup ChartControllerTomaž Vajngerl1-104/+107
2013-07-03Add legend name for polynomial and moving average trendlines.Tomaž Vajngerl2-9/+16
2013-07-03Insert new trendline instead of changing the existing one.Tomaž Vajngerl5-124/+126
2013-07-03Multiple trendline removing and changing type support.Tomaž Vajngerl7-89/+114
2013-07-03VSeriesPlotter cleanup.Tomaž Vajngerl1-9/+10
2013-07-03Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl14-116/+389
2013-07-03Import/export of polynomial and moving average for old MS XP/2003 formatTomaž Vajngerl1-0/+16
2013-07-03Slight cleanup in polynomial curve calculationTomaž Vajngerl1-3/+1