summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/impop.cxx
AgeCommit message (Expand)Author
2016-10-12use isFinite() instead of !isNan()Eike Rathke
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-02-22enable wildcards when importing .xls, tdf#72196Eike Rathke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-04crash in StandardwidthCaolán McNamara
2015-10-03fix crash on loading certain xlsCaolán McNamara
2015-10-03xls: Defrowheight345 without pColRowBuffCaolán McNamara
2015-10-02xls: DefColWidth without pColRowBuffCaolán McNamara
2015-10-02fix crash on loading certain xlsCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2014-12-30relative refs wrap around in xls, fdo#84556Markus Mohrhard
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller
2014-09-25fdo#39468: translationJennifer Liebel
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-19coverity#708030 Uninitialized pointer fieldCaolán McNamara
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-02-28remove unused code ImportExcel::GetLastFormula(short)Noel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-10loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann
2014-02-10sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-12-04Update the comment & use the column position of the last formula record.Kohei Yoshida
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist
2013-11-13Don't compile the static OpenCL kernels while loading a spreadsheetTor Lillqvist
2013-11-07we need to use ScDocumentImport for all callsMarkus Mohrhard
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-10-30Use ScDocumentImport to insert data table cells.Kohei Yoshida
2013-10-30Use enum for table op mode.Kohei Yoshida
2013-10-21drop CharSet typedefCaolán McNamara
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04fdo#39674 fix some spellingThomas Arnhold
2013-09-25Use ScDocumentImport to set matrix formula cells from xls.Kohei Yoshida
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-19Work around another Excel bug with incorrect shared formula range.Kohei Yoshida