summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/rtfattributeoutput.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* sw: indentation fixesMiklos Vajna2015-11-031-4/+4
* sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-281-4/+4
* tdf#39960 fix saving of GIF images into RTFVasily Melenchuk2015-10-241-2/+10
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-1/+1
* Related: tdf#92521 RTF export: handle section break right after a tableMiklos Vajna2015-09-241-1/+12
* tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna2015-09-211-22/+25
* Related: tdf#93676 special 255 Percent Flag should not be exported to docxCaolán McNamara2015-09-031-4/+6
* sw: indentation fixesMiklos Vajna2015-09-031-49/+51
* Improving Asian phonetic guide for docx and rtf files.Mark Hung2015-08-271-13/+138
* loplugin:defaultparamsNoel Grandin2015-08-211-1/+1
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-1/+1
* loplugin:unusedmethods sw(part2)Noel Grandin2015-07-221-5/+0
* These functions and data can be localMatteo Casalin2015-07-091-0/+5
* Better support more than 65k annotationsMatteo Casalin2015-07-091-4/+4
* sw: WW8 export: remove newly unused parametersMichael Stahl2015-06-201-1/+1
* sw: WW8 export: RawText parameter bForceUnicode is obsoleteMichael Stahl2015-06-201-2/+2
* tdf#84832 RTF export: fix handling of custom table cell marginsMiklos Vajna2015-06-151-5/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* loplugin: loopvartoosmallKatarina Behrens2015-06-021-2/+2
* convert CVT constants to scoped enumNoel Grandin2015-05-211-6/+6
* sw: indentation fixesMiklos Vajna2015-05-201-1/+1
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-201-173/+173
* avoid crash on export of ooo121238-1.odt to rtfCaolán McNamara2015-05-121-163/+166
* sw: prefix members of MSWordExportBaseMiklos Vajna2015-05-031-37/+37
* RtfAttributeOutput::m_pTableWrt: use std::unique_ptr<>Miklos Vajna2015-04-291-10/+7
* loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
* tdf#90421 RTF export: ignore hyperlinks without an URLMiklos Vajna2015-04-211-34/+40
* sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna2015-04-201-16/+12
* tdf#80708 RTF export: fix unexpected table row breakMiklos Vajna2015-04-201-1/+1
* fix buildCaolán McNamara2015-04-201-1/+1
* RtfAttributeOutput::ParaHyphenZone: use \hyphparMiklos Vajna2015-04-201-14/+2
* fix export to rtf of ooo87305-1.odtCaolán McNamara2015-04-181-5/+7
* convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2015-04-011-24/+24
* RTF export: indentation fixesMiklos Vajna2015-03-311-6/+6
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-6/+6
* Char highlight: convert LO character background to MSO highlightingZolnai Tamás2015-03-211-1/+1
* Char highlight: RTF filtersZolnai Tamás2015-03-211-1/+10
* RTF export: handle \sautoupdMiklos Vajna2015-03-151-1/+4
* V813: Decreased performanceCaolán McNamara2015-03-021-1/+1
* sw: make sure that these headers are self-containedMiklos Vajna2015-02-081-1/+1
* coverity#1266441 Unchecked return valueCaolán McNamara2015-01-261-4/+6
* Use more proper integer types and avoid unneeded downcastsMatteo Casalin2015-01-071-4/+3
* Unused includesMiklos Vajna2014-12-151-10/+0
* fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2014-12-111-6/+8
* RtfAttributeOutput::NumberingLevel: fix indentationMiklos Vajna2014-12-031-1/+1
* loplugin: cstylecastNoel Grandin2014-12-021-10/+10
* loplugin: cstylecastNoel Grandin2014-11-261-1/+1
* Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung2014-11-071-0/+62
* Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás2014-11-071-2/+2