summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xechart.cxx
AgeCommit message (Expand)Author
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-24Support regression curve name in old binary XLS XP/2k/2k3 format.Tomaž Vajngerl
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/file/inc/xe*.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-30Add test for exporting of chart to xls format.Kohei Yoshida
2013-07-03Force intercept import/export for binary MS office format.Tomaž Vajngerl
2013-07-03Support for trendlines in charts when exporting in OOXML format.Tomaž Vajngerl
2013-07-03Import/export of polynomial and moving average for old MS XP/2003 formatTomaž Vajngerl
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-21fdo#46808, Convert chart2::*RegressionCurve services to new styleNoel Grandin
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin
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-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-03-22removed duplicate includes in scTakeshi Abe
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-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-22Resolves: #i117506 dodgy lclConvertTimeIntervalCaolán McNamara
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Replace use of ScfRefMap with boost::ptr_map.Kohei Yoshida
2011-02-08Removed unused functions and classes form calc 3lastAlfonso Eusebio
2011-02-03chart52: merge with DEV300_m99Ingrid Halama [iha]
2011-02-02#i10000# WAE: initialize variablesVladimir Glazunov
2011-01-26chart52: #i28670# import/export of manual chart legend size from/to XLSDaniel Rentz [dr]
2011-01-25chart52: adapt to changed APIDaniel Rentz [dr]
2010-12-08Oops I forgot to pass the iterator position.Kohei Yoshida
2010-12-08More on micro-speed optimization on std::map insertion.Kohei Yoshida
2010-12-08Removed another use of operator[] with std::map.Kohei Yoshida
2010-12-06#i85310# better export of automatic base time unitDaniel Rentz [dr]
2010-12-02chart46: #i85310# support for chart date axes in Excel filters: BIFF8 import/...Daniel Rentz [dr]
2010-11-20replace ScfRef with boost::shared_ptr in assertions tooDavid Tardon
2010-11-19Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins
2010-11-11Use RTL_CONSTASCII_USTRINGPARAMJulien Nabet
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-09-15chart-subtitle-xls-export.diff: Export chart subtitleKohei Yoshida