summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.hxx
AgeCommit message (Expand)Author
2016-12-09RTF filter: handle user-defined document properties of type boolMiklos Vajna
2016-12-08RTF filter: handle user-defined document properties of type numberMiklos Vajna
2016-11-30convert WRITEFIELD constants to o3tl::typed_flagsNoel Grandin
2016-11-15loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-03-09RTF export: write user-defined document propertiesMiklos Vajna
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin
2016-02-22sw: prefix members of RtfExportMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-14sw: indentation fixesMiklos Vajna
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-24Related: tdf#92521 RTF export: handle section break right after a tableMiklos Vajna
2015-08-03sw: inline use-once typedefsNoel Grandin
2015-06-20sw: WW8 export: remove WW6 export, part2: SupportsUnicode()Michael Stahl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-17Use std::unique_ptrMiklos Vajna
2014-10-15fdo#82860 RTF export: if shape has textbox, export its contents as shape textMiklos Vajna
2014-06-27fdo#80167 RTF export: don't loose page breaksMiklos Vajna
2014-05-12sw: fix indentation in rtfexportMiklos Vajna
2014-04-04RtfExport: convert remaining two naked pointer membersMiklos Vajna
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26fdo#73596 [DOCX] Multiple Columns in IndexVinaya Mandke
2014-02-14DOC export: restore quotation of SEQ field namesMiklos Vajna
2014-02-13DOC/RTF export: fix handling of column breaks when there is only one columnMiklos Vajna
2014-01-09DOCX export of annotation marksMiklos Vajna
2014-01-05RTF export: write RTF_FTNSEP and RTF_CHFTNSEP if necessaryMiklos Vajna
2013-12-20typo fixesAndras Timar
2013-12-09RTF export: unused forward declarationMiklos Vajna
2013-11-23xub_StrLen to sal_Int32Matteo Casalin
2013-11-18cp#1000018 RTF export: avoid additional paragraph at footnote endMiklos Vajna
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist
2013-10-12Simplify, and check _WIN32 instead of UNXTor Lillqvist
2013-10-10convert sw/source/filter/ww8/*.hxx from String to OUStringNoel Grandin
2013-04-27some eco-activismThomas Arnhold
2013-04-07move BulletDefinitions() to MSWordExportBase to avoid copy&pasteMiklos Vajna
2013-04-07export RTF_LISTPICTURE and RTF_LEVELPICTUREMiklos Vajna
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19RTF export: add SAL_OVERRIDE where overriding non-pure-virtual methodsMiklos Vajna
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng
2013-02-26fdo#61507 export of RTF_TITLE may need RTF_UPR and RTF_UDMiklos Vajna
2012-12-26Drop unused variableTakeshi Abe
2012-12-26sal_Bool to boolTakeshi Abe
2012-11-30re-base on ALv2 code. Includes:Michael Meeks