summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexportfilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl1-2/+4
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2018-10-05sw: create RtfExport instances with an uno constructorMiklos Vajna1-10/+4
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-3/+2
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna1-14/+11
2017-10-05ww8: always use "" for includes in current source's directoryMike Kaganski1-2/+2
2017-07-14xmlsecurity pdf verify: push_back -> emplace_backMiklos Vajna1-1/+1
2017-02-15writerfilter: can use std::move() hereMiklos Vajna1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+4
2016-12-20writerfilter: various small cleanupsMiklos Vajna1-1/+1
2016-11-23sw: clean up redundant initializers in rtfstringbufferMiklos Vajna1-3/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-1/+1
2016-06-01RTF export: use auto where it improves code readabilityMiklos Vajna1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-09new loplugin: oncevarNoel Grandin1-3/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-3/+3
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-6/+3
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner1-2/+2
2014-05-14sw: remove SAL_INFO's that only mark function entryNoel Grandin1-2/+0
2014-05-05sw: fix indentation in rtfexportfilterMiklos Vajna1-26/+25
2014-02-27Remove visual noise from swAlexander Wilms1-3/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-3/+3
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-13coverity#708498 Uninitialized pointer fieldCaolán McNamara1-5/+5
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-4/+3
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-07-22remove using rtl::OUStringLuboš Luňák1-1/+0
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák1-2/+2
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl1-1/+1
2012-01-03fdo#37161 RTF: update layout (if present) before exportMiklos Vajna1-0/+7
2011-12-29RTF export: replace OSL_TRACE(...) by SAL_INFO("sw",...)Miklos Vajna1-1/+1
2011-11-27RtfExportFilter: remove unused includesMiklos Vajna1-4/+0
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-4/+5
2010-11-17#i115608# #i115583# msword library component registration addedos1-39/+0
2010-11-17merged DEV300:m93os1-0/+227
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-2/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-09-17cws-vmiklos01.diff: Better RTF export filterMiklos Vajna1-0/+136
2010-09-07rtf import registrationos1-24/+25
2010-09-02component_* methods moved and exportedos1-0/+89
2010-08-17vmiklos01: #i113532# Use OSL_THIS_FUNC instead of the non-portable __PRETTY_F...Miklos Vajna1-1/+1
2010-07-30vmiklos01: #i113532# adapt RtfExport to build on dev300-m85Miklos Vajna1-1/+1
2010-07-29vmiklos01: #i113532# add RtfExport based on MSWordExportBaseMiklos Vajna1-0/+136