summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)Author
2021-11-21Removed break after returnAndrea Gelmini
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
2021-09-06tdf#144242 no width-height swap for line and pathlineRegina Henschel
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-31tdf#142881 XLSX import: fix shapes rotated exactly 45°,Daniel Arato (NISZ)
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-05Remove commented out codeSamuel Mehrbrodt
2021-08-05Format ShapeInteractionHelper::PopulateShapeInteractionInfoSamuel Mehrbrodt
2021-08-05Use SdrObject::set/getHyperlinkSamuel Mehrbrodt
2021-07-01XLSX export: handle button form controlsMiklos Vajna
2021-06-30XLSX export: improve handling of checkbox (form controls)Miklos Vajna
2021-06-19use more TellEnd()Noel Grandin
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-01no need to allocate these on the heapNoel Grandin
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-15loplugin:referencecasting in scNoel
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-01-15tdf#139258 XLSX export: fix position of rotated imagesSzabolcs Toth
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-16tdf#128621 OOXML Chart: export embedded shapes in chartBalazs Varga
2020-12-12refactor for xlsx shape exportSzabolcs Toth
2020-12-11tdf#123613 XLSX export: fix position of rotated shapesSzabolcs Toth
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-10-20use tools::Long in scNoel
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel
2020-09-30loplugin:reducevarscope in scNoel
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara
2020-09-16Cleanup: apply Clang formattingSzabolcs Toth
2020-09-14tdf#133688 tdf#125414 XLSX: don't export tracer arrowsSzabolcs Toth
2020-08-25crashtesting: exceptions thrown on export to xlsxCaolán McNamara
2020-08-24tdf#135828 XLSX shape export: fix distortion of rotated shapesSzabolcs Toth
2020-08-20clean-up to commit: a8950d08a33e7aded31d4591c98a03d1edf8c5a4Tünde Tóth
2020-08-19tdf#123647 Chart XLSX export: fix missing empty chartTünde Tóth
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2020-07-25tdf#134769 XLSX export fix: unable to open with MS ExcelSerge Krot
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-06-06tdf#133595 FILESAVE XLSX: invalid content when opening file with shapeSerge Krot
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann