summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
AgeCommit message (Expand)Author
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-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-10-10loplugin:moveparam in xmloffNoel Grandin
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-27tdf#143940: the style index might be -1Xisco Fauli
2021-08-25tdf#143929: chain XMLTextExportPropertySetMapper to sc's shape exportMike Kaganski
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-02convert #defines to OUStringLiteralNoel Grandin
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-02-21loplugin:refcounting in scNoel
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin
2021-02-04use more getSdrObjectFromXShapeNoel
2021-02-03Fix typosAndrea Gelmini
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-28tdf#137033 improve save of cell anchored shapesRegina Henschel
2020-11-28tdf#138466 Crash when creating different scenariosNoel Grandin
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-20Replace matrix translate with object MoveRegina Henschel
2020-11-15tdf#71271 - add code names regardless of VBA compatibility modeAndreas Heinisch
2020-11-11Fix typosAndrea Gelmini
2020-11-10tdf#117948 Do not treat hidden rows as zero in ODF exportRegina Henschel
2020-11-01use officecfg for Experimental flagNoel Grandin
2020-10-31Improve 'resize with cell' handlingRegina Henschel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-25tdf#115588 write autoDataStyles for master-slidesTomaž Vajngerl
2020-09-30loplugin:reducevarscope in scNoel
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2020-07-29loplugin:flatten in sc/filter/xmlNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-07-01reorder parameters of SvXMLExport::SvXMLExportNoel Grandin
2020-06-05tdf#133486 Revert "fix TODO"Noel Grandin