summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xechart.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-7/+6
2015-02-03sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert)Chris Sherlock1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-1/+1
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-66/+0
2014-03-17sc: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-32/+32
2013-11-24Support regression curve name in old binary XLS XP/2k/2k3 format.Tomaž Vajngerl1-0/+11
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida1-1/+3
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+2
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin1-6/+6
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-1/+1
2013-07-30More on removing direct access to reference data members.Kohei Yoshida1-10/+10
2013-07-30Add test for exporting of chart to xls format.Kohei Yoshida1-7/+1
2013-07-03Force intercept import/export for binary MS office format.Tomaž Vajngerl1-0/+5
2013-07-03Support for trendlines in charts when exporting in OOXML format.Tomaž Vajngerl1-2/+1
2013-07-03Import/export of polynomial and moving average for old MS XP/2003 formatTomaž Vajngerl1-0/+25
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-21fdo#46808, Convert chart2::*RegressionCurve services to new styleNoel Grandin1-4/+4
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright1-1/+1
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-2/+2
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-3/+3
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2011-11-28dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record e...Eike Rathke1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-15/+15
2011-03-22Resolves: #i117506 dodgy lclConvertTimeIntervalCaolán McNamara1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-39/+218
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-39/+218
2011-03-01Replace use of ScfRefMap with boost::ptr_map.Kohei Yoshida1-9/+13
2011-02-08Removed unused functions and classes form calc 3lastAlfonso Eusebio1-10/+0
2011-02-03chart52: merge with DEV300_m99Ingrid Halama [iha]1-24/+179
2011-02-02#i10000# WAE: initialize variablesVladimir Glazunov1-1/+1
2011-01-26chart52: #i28670# import/export of manual chart legend size from/to XLSDaniel Rentz [dr]1-15/+39
2011-01-25chart52: adapt to changed APIDaniel Rentz [dr]1-3/+3
2010-12-08Oops I forgot to pass the iterator position.Kohei Yoshida1-1/+1