summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/sheetdatacontext.cxx
AgeCommit message (Expand)Author
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen
2018-12-05Resolves: tdf#121887 RowModel::mnRow is 1-based, alwaysEike Rathke
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-03-01Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warningEike Rathke
2018-02-28Revert "Resolves: tdf#114555 check .xlsx col/row/tab overflow and display war...Eike Rathke
2018-02-28Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warningEike Rathke
2017-10-23loplugin:includeform: scStephan Bergmann
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-02-15convert FormulaType to scoped enumNoel Grandin
2017-01-25cleanup css includes and using namespacesJochen Nitschke
2017-01-04tdf#48140 replace CellRangeAddress in xlsx import (13)Jochen Nitschke
2017-01-03tdf#48140 replace CellRangeAddress in xlsx import (11)Jochen Nitschke
2016-11-03remove unused BiffInputStreamNoel Grandin
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-02-26tdf#97654 - replaced CellAddress types with ScAddress.Mohammed Abdul Azeem
2016-02-17tdf#97654 - replaced UNO cell types in xlsx import with calc internal onesMohammed Abdul Azeem
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-12-24reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard
2014-12-19remove operator>> and operator<< methodsNoel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-13fdo#84872 give each SheetDataContext a new FormulaParserCaolán McNamara
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-13fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.Kohei Yoshida
2014-03-10fdo#74747: Make use of cached string formula results.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-03-01import date cells from OOXMLMarkus Mohrhard
2014-02-12don't crash in mixed reference/no reference cases, related fdo#59853Markus Mohrhard
2013-11-27sc: threaded parsing of the core data inside large XLSX filesMichael Meeks
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-08-12This code is no longer needed.Kohei Yoshida
2013-08-12Map shared formulas to Calc's formula groups on xlsx import.Kohei Yoshida
2013-05-29r is an optional attribute in c and r, fdo#65059Markus Mohrhard
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-09-29fdo #50343: Fixed crash on xlsx import of file with array formulaKatarina Behrens
2012-06-21fix core dump setting preload value for some cell formulaNoel Power
2012-06-20gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power
2012-04-09cleaning in oox partJulien Nabet
2012-03-16move excel related oox bits to scNoel Power