summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-24tdf#67207: export MERGEDIELD to DOCX and DOCMike Kaganski1-5/+2
2017-08-25tdf#111975: Inline checkbox control's label is not saved to DOC formatTamás Zolnai1-1/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-11-09sw: clean up redundant get() calls on smart pointers in rtfattributeoutputMiklos Vajna1-8/+5
2016-08-29loplugin:staticmethodsStephan Bergmann1-1/+1
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-4/+4
2016-08-03sw: use std::move() in RtfAttributeOutputMiklos Vajna1-1/+1
2016-07-19tdf#61901 RTF export: fix implicit font name of non-ascii textMiklos Vajna1-0/+10
2016-06-30RTF export: it's enough to pass these by const ref, no need to copyMiklos Vajna1-2/+1
2016-06-27loplugin:singlevalfields in sw(part2)Noel Grandin1-5/+1
2016-06-15tdf#100105 sw: RTF export: fix empty hyperlinksMichael Stahl1-14/+14
2016-06-10Convert SvxPraVertAlignItem::Align to scoped enumNoel Grandin1-4/+4
2016-06-06sw: simplify identical branches in WW8AttributeOutput::DefaultStyleMichael Stahl1-1/+1
2016-06-01RTF export: use auto where it improves code readabilityMiklos Vajna1-13/+13
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-6/+6
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-1/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-2/+2
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-4/+4
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-17sw, writerfilter: indentation fixesMiklos Vajna1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-6/+6
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-13/+6
2016-05-06sw: no need to copy these in rtfattributeoutputMiklos Vajna1-6/+6
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+2
2016-04-15RtfAttributeOutput::StartRuby: guard against nullptr pRubyTextMiklos Vajna1-1/+1
2016-04-04Use std::size_tMiklos Vajna1-2/+2
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2016-02-22sw: prefix members of RtfExportMiklos Vajna1-58/+58
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-17/+17
2016-01-30Remove unused includesMiklos Vajna1-2/+0
2016-01-10Fix typosAndrea Gelmini1-3/+3
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-4/+4
2015-12-09tdf#94377 RTF export: support comment formattingMiklos Vajna1-1/+7
2015-12-02tdf#94043 RTF filter: implement column separator handlingMiklos Vajna1-0/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-20/+20
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-9/+9
2015-11-10tdf#70318: Prevent extra empty paragraph in clipboard RTF contentMike Kaganski1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-32/+32
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-03sw: indentation fixesMiklos Vajna1-4/+4
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+4
2015-10-24tdf#39960 fix saving of GIF images into RTFVasily Melenchuk1-2/+10
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-24Related: tdf#92521 RTF export: handle section break right after a tableMiklos Vajna1-1/+12
2015-09-21tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna1-22/+25
2015-09-03Related: tdf#93676 special 255 Percent Flag should not be exported to docxCaolán McNamara1-4/+6
2015-09-03sw: indentation fixesMiklos Vajna1-49/+51
2015-08-27Improving Asian phonetic guide for docx and rtf files.Mark Hung1-13/+138