summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/impop.cxx
AgeCommit message (Expand)Author
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
2013-09-19Add a heuristic to avoid always pre-compile OpenCL kernels (for xls).Kohei Yoshida
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida
2013-08-12Rename this to SharedFormulaBuffer, which is readable.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 the use of ScDocument::PutCell().Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-16sc: translate some debug messagesThomas Arnhold
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-03-22removed duplicate includes in scTakeshi Abe
2012-02-24-Werror=unused-parameterStephan Bergmann
2011-12-15fdo#33747: Row Height is unnecessarily large.Muthu Subramanian
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-25calc68: #i117728# allocate row/column outline buffers according to BIFF sheet...Eike Rathke
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-10-18survive some fuzzCaolán McNamara
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-11Consistent use of types to eliminate static casting.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel
2011-02-21[PATCH 10/10] Remove deprecated List container.npcdoom
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-20Remove ScfDelList in imp_opNigel Hawkins
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-04Port calc-xls-import-mem-footprint.diff from ooo-build.Kohei Yoshida
2010-10-04Ported calc-xls-import-biff2-file-sheet-name.diff from ooo-build.Kohei Yoshida
2010-07-02codecleanup02: merge with DEV300_m84Malte Timmermann [mt]