summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.cxx
AgeCommit message (Expand)Author
2021-06-11Simplify Sequences initializations (sc)Julien Nabet
2021-06-01no need to allocate these on the heapNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-12-08fastparser in sc tablesNoel Grandin
2020-12-07loplugin:unusedmethodsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-02Fix typosAndrea Gelmini
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-10-31rename to NotifyContainsEmbeddedFontCaolán McNamara
2020-10-31Improve 'resize with cell' handlingRegina Henschel
2020-09-17GetAddressFromString never passed a null ScDocument*Caolán McNamara
2020-09-17GetRangeFromString, etc. never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara
2020-09-14both branches dereference ScDocument* argCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-07-29loplugin:flatten in sc/filter/xmlNoel Grandin
2020-07-26sc: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-06-29loplugin:unusedmethodsNoel Grandin
2020-06-24loplugin:unusedmethodsNoel Grandin
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin
2020-04-28move the castToFastAttributeList functionNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-03-06loplugin:unusedmethodsNoel Grandin
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2020-01-23loplugin:unusedmethodsNoel Grandin
2020-01-22use fastparser in ScXMLMasterStylesContextNoel Grandin
2020-01-22use fastparser for XMLFontStylesContextNoel Grandin
2020-01-21use more FastParser in SvXMLStylesContextNoel Grandin
2020-01-21Use FastParser in XMLDocumentSettingsContextNoel Grandin
2020-01-21use FastParser in XMLScriptContextNoel Grandin
2020-01-07extract some common code from ImportContext classesNoel Grandin
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-01loplugin:stringadd in scNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-15loplugin:sequenceloop in scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov