summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)Author
2019-08-13tdf#123293 sfx2: fix metadata loss when loading from streamMichael Stahl
2018-12-31tdf#114919: fix ods export in ODF 1.2 strictJulien Nabet
2018-12-31tdf#112484: repeat-item-labels is invalid in odf1.2 strictJulien Nabet
2018-11-17Resolves: tdf#119700 save correct table:last-row-spannedEike Rathke
2018-10-22tdf#62268: allow row height recalculation on document loadVasily Melenchuk
2018-09-06Resolves: tdf#118850 disentangle the twisted wrong cell type vs format typeEike Rathke
2018-08-03forcepoint#64 null derefCaolán McNamara
2018-07-04sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-27loplugin:constantparamNoel Grandin
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-04-10loplugin:useuniqueptr in ScXMLExportNoel Grandin
2018-04-09loplugin:useuniqueptr in ScXMLImportNoel Grandin
2018-04-09loplugin:useuniqueptr in ScMySharedDataNoel Grandin
2018-04-07Avoid -fsanitize=nullStephan Bergmann
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-06loplugin:useuniqueptr in ScXMLTableRowCellContextNoel Grandin
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-31loplugin:unusedfieldsNoel Grandin
2018-03-29coverity#1433648 Unchecked return valueCaolán McNamara
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-27ofz#7121 NamedDBs::insert takes ownership of its argumentCaolán McNamara
2018-03-26forcepoint #34 survive missing autostylesCaolán McNamara
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-03-16loplugin:useuniqueptr in ScDPSaveDimensionNoel Grandin
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-07use more Color in scNoel Grandin
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-03-02forcepoint #15 notify FormatsContext if Format deletedCaolán McNamara
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-02-07tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2018-01-11loplugin:redundantcast: scStephan Bergmann