summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)Author
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
2018-01-06ofz#4982 Integer-overflowCaolán McNamara
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19remove unused typedefsNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-12-18clear the data provider cache after import, tdf#111960Markus Mohrhard
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07coverity#1425723 silence 'Wrapper object use after free'Caolán McNamara
2017-12-07loplugin:constparamsNoel Grandin
2017-12-03Don't leak formats that get mergedMike Kaganski
2017-12-01Need to use dynamic_cast and not static_cast here, thanks UBSan and sbergTor Lillqvist
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl
2017-11-30loplugin:unusedenumconstantsNoel Grandin
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist
2017-11-28add xlsx support to fftesterCaolán McNamara
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe
2017-11-08Replace list by vector for ScMyToFixupOLEs (sc)Julien Nabet
2017-11-07tdf#31231: properly check for SvXMLImportFlags::ALLMike Kaganski
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-31loplugin:constantparam in scNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-19tdf#113268: Pivot table: Missing popup button after opening a ODSTamás Zolnai
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-10-02Resolves: tdf#112780 no ResetDirty() after SetHybridEmptyDisplayedAsString()Eike Rathke
2017-09-26close sc and sw docshells tooCaolán McNamara
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-09-21add fods fuzzerCaolán McNamara
2017-09-21ScXMLImport dtor deleted pSolarMutex before SvXMLImport dtor is calledCaolán McNamara