summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/sheetdatabuffer.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-22sc: filter: excel: import cell multi-line textHenry Castro1-1/+3
2023-06-17sc: perf: speedup sheets with lots of repetitive...Dennis Francis1-1/+5
2023-06-05sort row-range-stylesNoel Grandin1-1/+8
2022-07-05remove span data storage from oox importNoel Grandin1-23/+0
2022-05-12fix up order of some ScDocument functionsLuboš Luňák1-1/+1
2022-03-19handle broken row ranges in excel import, #2Luboš Luňák1-1/+7
2022-03-15handle broken row ranges in excel importLuboš Luňák1-1/+9
2022-03-15fix comparison operators in Excel export, #2Luboš Luňák1-2/+0
2022-03-11load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák1-1/+15
2022-03-07faster bulk insert into o3tl::sorted_vector (tdf#117366)Luboš Luňák1-1/+11
2022-02-18clear ScDocumentImport position cache if iterators are invalidCaolán McNamara1-2/+14
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+1
2021-07-16avoid a map lookup on a hot pathNoel Grandin1-4/+4
2021-05-03fix use-after-freeNoel Grandin1-6/+4
2021-04-30tdf#79049 speed up OOXML workbook load (2)Noel Grandin1-67/+86
2020-08-08loplugin:flatten in sc/filter/ooxNoel Grandin1-69/+70
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+3
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin1-3/+1
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+0
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea1-10/+11
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-04-25tdf67629 FILEOPEN Particular .xlsx hangs SpreadsheetNoel Grandin1-0/+3
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov1-38/+36
2019-01-20Check id in outer loopArkadiy Illarionov1-2/+2
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen1-6/+0
2018-11-19Removed duplicated includesAndrea Gelmini1-1/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-0/+3
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-12/+12
2018-02-03TypedWhichId in scNoel Grandin1-4/+4
2017-11-23TypedWhichId for sc constantsNoel Grandin1-1/+1
2017-10-31loplugin:constantparam in sal,saxNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-14/+14
2017-09-30Resolves: tdf#100822 use sax::Converter::parseDateTime() for 'd' ISO 8601 dateEike Rathke1-8/+11
2017-09-14Replace some lists by vectors (sc/filter)Julien Nabet1-4/+4
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin1-6/+2
2017-09-13rename ScAttrEntry.nRow to nEndRowNoel Grandin1-2/+2
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-4/+4
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-08-04tdf#91567 Apply pattern without AutoFilter onlySzymon Kłos1-1/+20
2017-06-06tdf#108287 perf regression changing background colorJochen Nitschke1-2/+2
2017-01-25cleanup css includes and using namespacesJochen Nitschke1-5/+0
2017-01-23tdf#48140 replace ApiCellRangeList in xlsx import (5)Jochen Nitschke1-1/+0
2017-01-15tdf#48140 replace ApiCellRangeList in xlsx import (3)Jochen Nitschke1-39/+31