summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xipivot.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-2/+1
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida1-1/+0
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-3/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-31fdo#54303: Prevent crash on load.Kohei Yoshida1-1/+5
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida1-20/+20
2012-02-27Correctly import ref type (aka display type) of data fields.Kohei Yoshida1-30/+30
2012-02-27Import field as hidden field only when the axes type is 0.Kohei Yoshida1-1/+1
2012-02-14String to rtl::OUString in the xls pivot table import code.Kohei Yoshida1-28/+25
2012-02-14Fixed ODS import filter to correctly identify data layout dimension.Kohei Yoshida1-1/+1
2012-02-14Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida1-25/+39
2012-02-14Removed the incorrect assumption about the data layout field.Kohei Yoshida1-37/+13
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-3/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07callcatcher: remove some unused methodsCaolán McNamara1-5/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-4/+5
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-41/+41
2011-04-26Fixed crash on load when loading doc with pivot table.Kohei Yoshida1-2/+6
2011-04-08Update the source range with data in the pivot cache.Kohei Yoshida1-1/+12
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-7/+7
2011-03-13Move DBG_ERROR1 to OSL_TRACEThomas Arnhold1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-7/+7
2011-02-01Call-catcher: removed unused functions in calcAlfonso Eusebio1-18/+0
2011-01-31Remove unnecessary string copying.Kohei Yoshida1-2/+2
2011-01-31Replaced tools/string with ::rtl::OUString in ScDPSaveDimensionSören Möller1-1/+4
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara1-1/+0
2011-01-21Take care of importing pivot tables with range name from xls docs.Kohei Yoshida1-13/+52
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida1-1/+1
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida1-1/+1
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-5/+5
2010-11-19Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins1-6/+6