summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-2/+7
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-7/+2
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth1-0/+6
2023-06-22sc: filter: excel: import cell multi-line textHenry Castro1-1/+5
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-1/+1
2023-02-01crashtesting: threaded import crash seen in forum-mso-en4-802501.xlsxCaolán McNamara1-3/+0
2022-12-12crashtesting: assert see on loading forum-mso-en4-489894.xlsxCaolán McNamara1-1/+12
2022-08-07Removed duplicated includesAndrea Gelmini1-1/+0
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-3/+4
2022-07-05compact the RichStringPortion classNoel Grandin1-1/+1
2022-07-05remove span data storage from oox importNoel Grandin1-8/+0
2022-06-16make meType in ScCellValue privateNoel Grandin1-1/+1
2022-03-28tdf#147014 Image missing due to integer overflowAron Budea1-5/+19
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2022-01-27Simplify oox::xls::UnitConverter and its usesMike Kaganski1-14/+11
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-2/+2
2021-03-30tdf#99913 XLSX import: set filtered flag for rowsTünde Tóth1-9/+56
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-3/+4
2021-02-04have one set of twips<->mm conversionsNoel1-2/+3
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara1-1/+1
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-08loplugin:flatten in sc/filter/ooxNoel Grandin1-57/+57
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-2/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin1-3/+1
2019-12-20tdf#129228 speedup load xls file with lots of commentsNoel Grandin1-0/+5
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-1/+1
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet1-1/+1
2019-10-31crashtesting: null deref on import of fdo51601-2.xlsxCaolán McNamara1-1/+2
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-03-05Index is not needed for single getToken callMatteo Casalin1-2/+1
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-3/+3
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen1-5/+0
2018-11-24convert Unit to scoped enumNoel Grandin1-3/+3
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-08-22new loplugin:conststringfieldNoel Grandin1-3/+3
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti1-1/+5
2018-05-14Related: tdf#116939 Disable <cols><col> overflow detection due to excess ...Eike Rathke1-4/+6
2018-04-27Resolves: tdf#116939 cater for the last cols col incremented by ExcelEike Rathke1-0/+7
2018-04-24Related: tdf#116274 ignore the one excess cols definition's last columnEike Rathke1-0/+7
2018-03-02Related: tdf#114555 cater for lastcolumn+1 oddity if last is last possibleEike Rathke1-2/+8
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin1-1/+1