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