summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)AuthorFilesLines
4 daysloplugin:stringadd use more O[U]StringCharNoel Grandin6-17/+17
2023-03-01oox: import directly into docmodel's Theme and ColorSetTomaž Vajngerl1-1/+2
2023-02-24crashtesting: null-deref seen on loading forum-mso-en4-399427.xlsxCaolán McNamara1-4/+5
2023-02-23Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke1-3/+28
2023-02-15tdf#138601 XLSX import: fix priority of conditional formatting rulesTibor Nagy1-0/+20
2023-02-07Resolves: tdf#139934 always apply cellXfs xf explicits (tdf#123139 related)Eike Rathke1-10/+36
2023-02-01crashtesting: threaded import crash seen in forum-mso-en4-802501.xlsxCaolán McNamara2-3/+4
2023-01-17XUnoTunnel->dynamic_cast in ScDataPilotDescriptorBaseNoel Grandin1-1/+1
2023-01-14tdf#117266 sc oox: import local macro without reference idJustin Luth1-1/+4
2022-12-21Use ScModelObj's existing XUnoTunnelStephan Bergmann1-1/+2
2022-12-20crashtesting: assert on import of forum-mso-en4-253564.xlsxCaolán McNamara1-1/+10
2022-12-15crashtesting: relax assert seen in forum-mso-en4-503384.xlsxCaolán McNamara1-1/+1
2022-12-12crashtesting: null deref see on loading forum-mso-en4-531817.xlsxCaolán McNamara1-1/+2
2022-12-12crashtesting: assert see on loading forum-mso-en4-489894.xlsxCaolán McNamara1-1/+12
2022-12-11tdf#91367 Remove ApiTokenSequence uses.jsala2-15/+14
2022-12-01tdf#144786 Implement XML_hiddenButton functionalityofftkp1-1/+17
2022-11-30xlsx: Import table column attribute XML_totalsRowFunctionofftkp1-1/+10
2022-10-30tdf#151818 xlsx SmartArt import, apply theme text colorRegina Henschel1-0/+14
2022-10-24tdf#83671 make SmartArt visible in import of xlsxRegina Henschel1-0/+22
2022-10-06use more string_view in scNoel Grandin9-85/+90
2022-09-05Simplify by using replace instead of replaceAt in 2 loops in oox/scJulien Nabet1-10/+4
2022-09-01cid#1509250 Logically dead codeNoel Grandin1-14/+12
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-08-07Removed duplicated includesAndrea Gelmini1-1/+0
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin7-21/+28
2022-08-01use more string_view when dealing with attributesNoel Grandin2-6/+7
2022-07-14loplugin:moveitNoel Grandin1-2/+2
2022-07-05compact the RichString classNoel Grandin8-31/+29
2022-07-05compact the RichStringPortion classNoel Grandin3-35/+34
2022-07-05remove span data storage from oox importNoel Grandin4-41/+4
2022-07-01Use DateTime::operator=(const css::util::DateTime&)Eike Rathke1-6/+1
2022-07-01Check sax::Converter::parseDateTime() success return valueEike Rathke1-5/+9
2022-06-27replace oox::OptValue with std::optionalNoel Grandin1-1/+1
2022-06-26tdf#148820 sc: fix conditional formatted cell colorBalazs Varga2-4/+15
2022-06-26more efficient recalculations from xlsx import of pivot tablesLuboš Luňák1-0/+12
2022-06-22rename oox::OptValue::get to valueNoel Grandin3-4/+4
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin2-9/+9
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin1-1/+1
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-1/+1
2022-06-16pass EditTextObject by unique_ptrNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-1/+1
2022-06-03elide some makeStringAndClear() classNoel Grandin1-1/+2
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin1-3/+3
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-12fix up order of some ScDocument functionsLuboš Luňák1-1/+1
2022-05-05use more o3tl::getTokenNoel Grandin1-5/+5
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-3/+4
2022-04-26add o3tl::toUInt32Noel Grandin1-4/+5
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin3-10/+12
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-2/+3