summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-10tdf#61511 RTF export: handle page background solid color fillMiklos Vajna1-0/+24
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-88/+88
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-4/+5
2015-05-11cppcheck: cstyleCastCaolán McNamara1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-05-03sw: prefix members of MSWordExportBaseMiklos Vajna1-61/+61
2015-04-18loplugin:implicitboolconversionMiklos Vajna1-1/+1
2015-04-17RTF filter: export \hyphautoMiklos Vajna1-0/+13
2015-04-14solve assert on restoring redline mode on exporting of abi9915-1.odt to docCaolán McNamara1-1/+1
2015-03-24convert SvxZoomType to enum classNoel Grandin1-1/+1
2015-03-21Char highlight: convert LO character background to MSO highlightingZolnai Tamás1-1/+20
2015-03-21Char highlight: RTF filtersZolnai Tamás1-1/+1
2015-02-15RTF filter: handle mirrored marginsMiklos Vajna1-0/+3
2015-02-07Unused 'using namespace ::comphelper'Miklos Vajna1-7/+3
2015-02-07Unused includeMiklos Vajna1-1/+0
2015-02-02RTF export: need to take care of fill attributes when building the color tableMiklos Vajna1-0/+9
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-3/+5
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15Unused includesMiklos Vajna1-8/+0
2014-12-02loplugin: cstylecastNoel Grandin1-22/+23
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-09fix constness of SwFmtsBase::GetFmt()Luboš Luňák1-0/+1
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-13/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-15fdo#82860 RTF export: if shape has textbox, export its contents as shape textMiklos Vajna1-1/+24
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-3/+3
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky1-2/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-05-22clean up RtfExport::WriteInfo()Miklos Vajna1-12/+3
2014-05-14sw: remove SAL_INFO's that only mark function entryNoel Grandin1-36/+0
2014-05-12sw: fix indentation in rtfexportMiklos Vajna1-388/+409
2014-04-05fix the buildMarkus Mohrhard1-2/+2
2014-04-04RtfExport: convert remaining two naked pointer membersMiklos Vajna1-4/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-81/+81
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-1/+1
2014-01-09RTF export of annotation marksMiklos Vajna1-1/+25
2014-01-09DOCX export of annotation marksMiklos Vajna1-0/+4
2014-01-05RTF export: write RTF_FTNSEP and RTF_CHFTNSEP if necessaryMiklos Vajna1-0/+14
2013-12-30Related: fdo#70624 RTF export: fix crash when header contains a page breakMiklos Vajna1-3/+3
2013-12-04use OUString::startsWithStephan Bergmann1-1/+1
2013-12-04SwRTFWriter: fix string conversionMiklos Vajna1-1/+1