summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-23xub_StrLen to sal_Int32Matteo Casalin1-1/+1
2013-11-18cp#1000018 RTF export: avoid additional paragraph at footnote endMiklos Vajna1-1/+4
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-11-03Get rid of global aDotStrTor Lillqvist1-1/+1
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-1/+1
2013-10-15convert sw/source/filter/ww8/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist1-13/+7
2013-10-12Simplify, and check _WIN32 instead of UNXTor Lillqvist1-3/+3
2013-10-10convert sw/source/filter/ww8/*.hxx from String to OUStringNoel Grandin1-9/+9
2013-09-08CharBrd 9.3: RTF filtersZolnai Tamás1-0/+13
2013-06-19Resolves: #i120023# RTF export certain special copy-and-paste scenariosOliver-Rainer Wittmann1-1/+14
2013-06-16Import/export RTF_REVISIONSMiklos Vajna1-0/+3
2013-04-07move BulletDefinitions() to MSWordExportBase to avoid copy&pasteMiklos Vajna1-15/+0
2013-04-07export RTF_LISTPICTURE and RTF_LEVELPICTUREMiklos Vajna1-1/+25
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-14Code cleanup for i#120928 patchCédric Bosdonnat1-1/+1
2013-03-13WaE: various warngs, e.g. unused argument, variables, orderingCaolán McNamara1-1/+1
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng1-0/+6
2013-02-26fdo#61507 export of RTF_TITLE may need RTF_UPR and RTF_UDMiklos Vajna1-5/+10
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-11Output version number as text, not binaryTor Lillqvist1-1/+1
2013-01-11Make the LIBO_VERSION_* macros integers, not stringsTor Lillqvist1-1/+11
2013-01-11RtfExport::WriteInfo: use config_version.hMiklos Vajna1-1/+2
2013-01-09that ExpandField looks like it wants cache onlyMichael Stahl1-1/+1
2012-12-26sal_Bool to boolTakeshi Abe1-3/+3
2012-12-06sw: kill RTL_CONSTASCII_STRINGPARAM and friends in ww8 filtersMiklos Vajna1-2/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-33/+20
2012-11-24SwRTFWriter::WriteStream: fix leakMiklos Vajna1-1/+2
2012-11-02change std::clog debug output to SAL_INFO, so that it can be turned offLuboš Luňák1-11/+0
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-2/+2
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna1-120/+9