summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-06-27loplugin:singlevalfields in sw(part2)Noel Grandin1-5/+0
2016-06-06sw: simplify identical branches in WW8AttributeOutput::DefaultStyleMichael Stahl1-1/+1
2016-05-06sw: no need to copy these in rtfattributeoutputMiklos Vajna1-6/+6
2015-12-09tdf#94377 RTF export: support comment formattingMiklos Vajna1-0/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-1/+1
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-141/+141
2015-09-21tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna1-1/+1
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin1-1/+0
2015-07-09Better support more than 65k annotationsMatteo Casalin1-1/+1
2015-06-20sw: WW8 export: remove newly unused parametersMichael Stahl1-1/+1
2015-06-20sw: WW8 export: RawText parameter bForceUnicode is obsoleteMichael Stahl1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-36/+36
2015-04-29RtfAttributeOutput::m_pTableWrt: use std::unique_ptr<>Miklos Vajna1-1/+1
2015-04-21tdf#90421 RTF export: ignore hyperlinks without an URLMiklos Vajna1-0/+3
2015-03-21Char highlight: RTF filtersZolnai Tamás1-1/+1
2015-03-12TyposJulien Nabet1-1/+1
2015-03-02V813: Decreased performanceCaolán McNamara1-1/+1
2014-10-17pParagraphMarkerProperties can easily be a referenceMiklos Vajna1-1/+1
2014-10-15fdo#82860 RTF export: if shape has textbox, export its contents as shape textMiklos Vajna1-0/+3
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-1/+3
2014-06-27fdo#78758: sw: RTF export: don't export multiple \fldrst for one hyperlinkMichael Stahl1-8/+1
2014-06-19indentation fixesMiklos Vajna1-1/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-05-13sw: fix indentation in rtfattributeoutputMiklos Vajna1-164/+164
2014-04-22fdo#77600 RTF export: always close URL's before the end of runMiklos Vajna1-0/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-139/+139
2014-02-26Resolves: #i119612# fix the order of Hebraic string are changed after..Lei De Bin1-0/+6
2014-02-12DOCX Export of 'Table Cell Redline' (like insert cell or delete cell)Adam Co1-0/+1
2014-02-12DOCX Export of 'Table Row Redline' (like insert row or delete row)Adam Co1-0/+1
2014-01-30fdo#73550 : Fix for files having spacing issues due to missing pPr/rPrNikhil Walvekar1-1/+1
2014-01-15RTF export: fix nested commentsMiklos Vajna1-3/+5
2014-01-09sw: remove references to ODF_COMMENTRANGEMiklos Vajna1-4/+0
2014-01-09RTF export of annotation marksMiklos Vajna1-0/+5
2014-01-08fdo#73034: Fix for Extra spacing in document.Rohit Deshmukh1-1/+1
2013-12-20Support DOCX exporting 'Track Changes - Inserted Paragraph Mark'Adam Co1-1/+1
2013-12-16Support DOCX exporting 'Track Changes - Deleted Paragraph Mark'Adam Co1-1/+1
2013-12-16Export redline 'paragraph formatting changes' back to DOCXAdam Co1-1/+1
2013-12-04fdo#64232: Save font theme attributes back to the docxJacobo Aragunde Pérez1-0/+3
2013-11-23xub_StrLen to sal_Int32 and some optimizationsMatteo Casalin1-1/+1
2013-11-05fixincludeguards.sh: swThomas Arnhold1-3/+3
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-2/+1
2013-10-17sw: bool -> enum for style type in AttributeOutputBaseMiklos Vajna1-1/+1
2013-10-10convert sw/source/filter/ww8/*.hxx from String to OUStringNoel Grandin1-11/+11
2013-10-08DOCX export: ParaScriptSpace() should not contain handling of more items.Jan Holesovsky1-0/+6
2013-10-08DOCX export: Move output of section breaks to a separate method.Jan Holesovsky1-1/+4