summaryrefslogtreecommitdiff
path: root/sw/source/core/swg/SwXMLTextBlocks1.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-21sw: fix some IWYU warningsMiklos Vajna1-0/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-10-05tdf#112292 - fix memory leak and use more auto ref counting in swNoel Grandin1-3/+3
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-3/+3
2017-06-27loplugin:oncevar in swNoel Grandin1-12/+6
2017-06-21convert ErrCode to strong typedefNoel Grandin1-14/+14
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-6/+0
2017-05-08loplugin:checkunusedparams in sw(part3)Noel Grandin1-1/+1
2017-05-08sw: prefix members of SwImpBlocksMiklos Vajna1-16/+16
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2016-11-25convert SWXML constants to o3tl::typed_flagsNoel Grandin1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-9/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+2
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-22/+10
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-4/+4
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin1-5/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-4/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-10fdo#80403: Writer specific AutoCorr use FastParserDaniel Sikeler1-9/+28
2014-12-05Revert "fdo#80403: Writer specific AutoCorr use FastParser"Stephan Bergmann1-84/+9
2014-12-04fdo#80403: Writer specific AutoCorr use FastParserDaniel Sikeler1-9/+84
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+0
2014-10-18fdo#39468 Translate German comments - sw/source/core/{sw3io|swg|unocore}Philipp Weissenbacher1-7/+5
2014-04-30sw: sal_Bool->boolNoel Grandin1-12/+12
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-2/+2
2013-07-31String to OUStringMatteo Casalin1-9/+9
2013-07-30String to OUStringMatteo Casalin1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-27-Wunused-macrosStephan Bergmann1-4/+0
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin1-67/+53
2013-03-19Remove RTL_CONSTASCII_(U)STRINGPARAM in swChr. Rossmanith1-1/+1
2013-03-01RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-19/+19
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin1-21/+6
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin1-28/+2
2012-12-03sal_Bool to boolTakeshi Abe1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-25/+16
2012-11-30sal_Bool to boolTakeshi Abe1-1/+1
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-50/+45