summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/wrtxml.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-25loplugin:referencecastingNoel Grandin1-2/+2
2020-02-03sw: prefix members of StgWriter, SwAsciiOptions, SwReader and SwTextBlocksMiklos Vajna1-10/+10
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2019-12-23sal_Char->char in swNoel Grandin1-3/+3
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-4/+0
2019-07-20loplugin:referencecasting in swNoel Grandin1-2/+1
2019-07-05Simplify Sequence iterations in sw/source/filter/*Arkadiy Illarionov1-2/+1
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-1/+1
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2018-12-18sw_redlinehide: make layout based Show/Hide mode the defaultMichael Stahl1-20/+4
2018-12-18sw_redlinehide_4b: ODF export: restore previous redline show flagsMichael Stahl1-2/+3
2018-11-15tdf#120991 sw_redlinehide_3: fix crash when storing clipboard documentMichael Stahl1-1/+2
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-19sw_redlinehide_2: replace SW_REDLINEHIDE with ExperimentalMode configMichael Stahl1-2/+4
2018-09-19sw_redlinehide_2: disable layout-cache for nowMichael Stahl1-1/+3
2018-09-19sw_redlinehide_2: store flag in settings.xml tooMichael Stahl1-3/+19
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-3/+1
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl1-6/+6
2018-04-16sw: prefix members of WriterMiklos Vajna1-20/+20
2018-03-31loplugin:unusedfieldsNoel Grandin1-2/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+2
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin1-5/+6
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin1-5/+6
2017-10-06filters: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann1-2/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-5/+5
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock1-2/+2
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin1-2/+2
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl1-4/+4
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl1-2/+2
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin1-2/+2
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin1-4/+4
2016-11-23tdf#42949 Remove unnecessary headers from sw/source/filtersBartosz Kosiorek1-3/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-10/+10
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin1-1/+1
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin1-1/+1
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-1/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-7/+3
2016-04-22Avoid reserved identifiersStephan Bergmann1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-09formatting improvements in sw/Noel Grandin1-5/+5
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-6/+6
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-1/+0
2015-08-10cppcheck: knownConditionTrueFalseCaolán McNamara1-13/+12