summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-30coverity#735614 Division or modulo by float zeroCaolán McNamara1-3/+9
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-2/+2
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-23/+13
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-14typo: occuring -> occurringThomas Arnhold1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-58/+0
2014-03-29Typo: ccordinate->coordinateJulien Nabet1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-28/+28
2013-12-01fix 2D vs 3D coordinatesystem regression, fdo#67300Markus Mohrhard1-2/+2
2013-11-24Support regression curve name in old binary XLS XP/2k/2k3 format.Tomaž Vajngerl1-1/+12
2013-11-24Fix detection of force intercept in XLS 97/2000/XP format.Tomaž Vajngerl1-8/+1
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-7/+7
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin1-3/+3
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-4/+4
2013-07-30More on removing direct access to reference data members.Kohei Yoshida1-5/+5
2013-07-24More on this.Kohei Yoshida1-1/+1
2013-07-03Force intercept import/export for binary MS office format.Tomaž Vajngerl1-0/+14
2013-07-03Import/export of polynomial and moving average for old MS XP/2003 formatTomaž Vajngerl1-1/+14
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann1-12/+14
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-3/+2
2013-05-21fdo#46808, Convert chart2::*RegressionCurve services to new styleNoel Grandin1-29/+10
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin1-14/+12
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin1-3/+7
2013-05-13fdo#46808, Convert some chart2 services to new styleNoel Grandin1-15/+17
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin1-18/+15
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+1
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand1-0/+1
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright1-1/+1
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin1-1/+3
2013-01-03fdo#58539: Check for mxValueLink being NULL before dereferencing.Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-3/+3
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-05-14n720443: Ignore autorotation of chart labels.Muthu Subramanian1-0/+5
2012-02-24Untangled the code a bit.Kohei Yoshida1-58/+64
2012-02-24fdo#40320: Insert only a placeholder since the caller relies on this behavior.Kohei Yoshida1-2/+3
2012-02-24fdo#40320: Correctly import data point formats in data series.Kohei Yoshida1-2/+3
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida1-1/+1
2011-11-28dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record e...Eike Rathke1-22/+32
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-10-18survive some fuzzCaolán McNamara1-2/+8
2011-10-03n717290: Feature to allow string constants in chart ranges.Muthu Subramanian1-0/+12