summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xipivot.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-29forcepoint#40 null derefCaolán McNamara1-4/+4
2017-11-10Replace lists by vectors in xichart/xipivot (sc)Julien Nabet1-5/+5
2017-10-23loplugin:includeform: scStephan Bergmann1-19/+19
2017-09-21tdf#112501: Pivot table: popupbuttons are placed on wrong cellsTamás Zolnai1-1/+13
2017-09-13This return value is unused nowTamás Zolnai1-6/+4
2017-09-12tdf#112348: Pivot table: page field filtering is not imported from XLSTamás Zolnai1-28/+43
2017-09-12tdf#112337: Pivot table: empty / blank item is not imported from XLSTamás Zolnai1-1/+7
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-09-09tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai1-14/+85
2017-08-30tdf#108352: Structure of pivot table coming from XLS is altered in LOTamás Zolnai1-0/+7
2017-08-29loplugin:constparam in sc part8Noel Grandin1-2/+2
2017-07-02loplugin:casttovoid: scStephan Bergmann1-1/+0
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-04-03use actual UNO enums in scNoel Grandin1-2/+2
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-1/+1
2016-11-07loplugin:expandablemethods in scNoel Grandin1-19/+4
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-9/+9
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-21init iterators only when neededEike Rathke1-2/+2
2015-09-21Resolves: rhbz#1264585 check data pilot field name availabilityEike Rathke1-3/+9
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-3/+3
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2014-12-19remove operator>> methodsNoel Grandin1-6/+11
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-16/+0
2014-03-03Remove visual noise from scAlexander Wilms1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-01-28bool improvementsStephan Bergmann1-7/+7
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-6/+6
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida1-15/+17
2013-07-12String.AppendAscii() cleanup in scRicardo Montania1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-23/+21
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1