summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xipivot.cxx
AgeCommit message (Expand)Author
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-21init iterators only when neededEike Rathke
2015-09-21Resolves: rhbz#1264585 check data pilot field name availabilityEike Rathke
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2014-12-19remove operator>> methodsNoel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida
2013-07-12String.AppendAscii() cleanup in scRicardo Montania
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-08-31fdo#54303: Prevent crash on load.Kohei Yoshida
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida
2012-02-27Correctly import ref type (aka display type) of data fields.Kohei Yoshida
2012-02-27Import field as hidden field only when the axes type is 0.Kohei Yoshida
2012-02-14String to rtl::OUString in the xls pivot table import code.Kohei Yoshida
2012-02-14Fixed ODS import filter to correctly identify data layout dimension.Kohei Yoshida
2012-02-14Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida
2012-02-14Removed the incorrect assumption about the data layout field.Kohei Yoshida
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07callcatcher: remove some unused methodsCaolán McNamara