summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-03fdo#35712 polynomial and moving average regression linesTomaž Vajngerl29-62/+1501
2013-07-03restore title on Format Number single tab dialogsCaolán McNamara1-1/+2
2013-07-02Related: fdo#66252 RID_SVXPAGE_NUMBERFORMAT needs a layout parentCaolán McNamara2-4/+4
2013-07-01Resolves: #i120559# Corrected load for charts without RangeString...Armin Le Grand3-6/+52
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-29String to OUString and cleanupThomas Arnhold2-4/+4
2013-06-27n#820273: Multilevel labels are rotated.Muthu Subramanian1-0/+8
2013-06-23Resolves: #i121542# Unify the Menu APIAriel Constenla-Haile1-68/+65
2013-06-17cppcheck: fix some uninitMemberVar in chart2 partJulien Nabet2-3/+5
2013-06-17fdo#43460 chart2: use isEmpty()Jelle van der Waa1-2/+2