summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbookhelper.cxx
AgeCommit message (Expand)Author
2024-05-17loplugin:ostr in sc/../filterNoel Grandin
2024-03-13tdf#123026: also use global config "RecalcOptimalRowHeightMode" for xlsxJustin Luth
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-11-24use more concrete UNO in scNoel Grandin
2023-10-01tdf#154449 Add support for hidden named rangesRafael Lima
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-08-11xlsx with a lot of comments repeatedly calls OutputDevice::HasGlyphsCaolán McNamara
2023-07-26Resolves: tdf#147955 Recalculate OOXML for bad generators with all 0.0 resultsEike Rathke
2023-07-23cid#1401342 Uncaught exceptionCaolán McNamara
2023-07-11tdf#123026 xlsx import: recalc optimal row height on importJustin Luth
2022-12-21Use ScModelObj's existing XUnoTunnelStephan Bergmann
2022-12-11tdf#91367 Remove ApiTokenSequence uses.jsala
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-05-31crashtesting: use after free on export of tdf122510-1.xlsx to odsCaolán McNamara
2021-05-11do not leak on error pathNoel Grandin
2021-05-10tdf#127301 XLSX import: hide hidden named range of autofilterBalazs Varga
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-09-14ScRangeData ctor variant never passed a null ScDocument*Caolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-08-08loplugin:flatten in sc/filter/ooxNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-08-15loplugin:sequenceloop in scNoel Grandin
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-18tdf#122624 XLSX OLE in DOCX: import view positionsLászló Németh
2019-02-07tdf#122594 OLE import in DOCX: show selected sheetLászló Németh
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-16sc: drop dead codeJochen Nitschke
2017-08-07oovbaapi: screenUpdating, do not adjust heightTamas Bunth
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann