summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)AuthorFilesLines
2021-01-15tdf#139258 XLSX export: fix position of rotated imagesSzabolcs Toth1-7/+4
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski1-1/+1
2021-01-02introduce Degree100 strong_int typeNoel1-6/+6
2020-12-16tdf#128621 OOXML Chart: export embedded shapes in chartBalazs Varga1-13/+4
2020-12-12refactor for xlsx shape exportSzabolcs Toth1-22/+20
2020-12-11tdf#123613 XLSX export: fix position of rotated shapesSzabolcs Toth1-0/+10
2020-11-17loplugin:stringviewparam check methods tooNoel1-3/+3
2020-10-20use tools::Long in scNoel1-1/+1
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-3/+3
2020-09-30loplugin:reducevarscope in scNoel1-1/+1
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl1-0/+2
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-7/+7
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-7/+7
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara1-1/+1
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-1/+1
2020-09-16Cleanup: apply Clang formattingSzabolcs Toth1-1/+2
2020-09-14tdf#133688 tdf#125414 XLSX: don't export tracer arrowsSzabolcs Toth1-0/+17
2020-08-25crashtesting: exceptions thrown on export to xlsxCaolán McNamara1-12/+16
2020-08-24tdf#135828 XLSX shape export: fix distortion of rotated shapesSzabolcs Toth1-0/+19
2020-08-20clean-up to commit: a8950d08a33e7aded31d4591c98a03d1edf8c5a4Tünde Tóth1-5/+0
2020-08-19tdf#123647 Chart XLSX export: fix missing empty chartTünde Tóth1-4/+6
2020-08-08loplugin:flatten in sc/filterNoel Grandin4-222/+225
2020-07-25tdf#134769 XLSX export fix: unable to open with MS ExcelSerge Krot1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-2/+2
2020-06-06tdf#133595 FILESAVE XLSX: invalid content when opening file with shapeSerge Krot1-0/+15
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann1-1/+1
2020-05-26tdf#106181 XLSX export: output form controlsSerge Krot1-3/+55
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-1/+3
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-2/+2
2020-01-10use more std::make_sharedNoel Grandin2-2/+2
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann1-4/+0
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+12
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara2-13/+13
2019-10-31crashtesting: null deref on import of fdo64646-4.xlsCaolán McNamara1-1/+1
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea1-3/+4
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin2-7/+7
2019-10-29remove XclRoot::GetDocRefNoel Grandin2-8/+8
2019-10-08tdf#123339 XLSX: fix horizontal alignment in commentsSzabolcs Toth1-0/+17
2019-10-04Removed executable bit on cxx and ods filesAndrea Gelmini1-0/+0
2019-10-04tdf#123341 XLSX: fix vertical alignment in commentsSzabolcs Toth1-0/+21
2019-08-12Mark Sequence const in scArkadiy Illarionov1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov2-6/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-2/+2
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-2/+2