summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlwrap.cxx
AgeCommit message (Expand)Author
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl
2021-04-07tdf#141467 xmloff,sc,sw: ODF export: reorder flys' ZOrder/z-index harderMichael Stahl
2021-03-15tdf#133487 sc ODF export: reorder flys' ZOrder/z-index...Michael Stahl
2021-02-15loplugin:referencecasting in scNoel
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-10-16sc: use the fastparser API when possibleNoel
2020-09-30loplugin:reducevarscope in scNoel
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann
2020-05-11remove archaic Content.xml fallbackCaolán McNamara
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-20tdf#123293 sfx2: fix metadata loss when loading from streamMichael Stahl
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen
2019-01-08use unique_ptr in ScXMLImportWrapperNoel Grandin
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-31loplugin:unusedfieldsNoel Grandin
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
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-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-22tdf#108706 Unify loading document progress bar labelTakeshi Abe
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-06-06replace SCERR_NONE with ERRORCODE_NONENoel Grandin
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin