summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.cxx
AgeCommit message (Expand)Author
2017-04-26RTF export: restore build-time test for self-containing headersMiklos Vajna
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24Indentation fixesMiklos Vajna
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-06No need to check isEmpty() before clearingStephan Bergmann
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2016-12-20writerfilter: various small cleanupsMiklos Vajna
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski
2016-08-19coverity#1371116 Unchecked return valueCaolán McNamara
2016-06-01RTF export: use auto where it improves code readabilityMiklos Vajna
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-02-22loplugin:commaoperator in sw/Noel Grandin
2016-02-22sw: prefix members of RtfExportMiklos Vajna
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
2015-12-09tdf#94377 RTF export: support comment formattingMiklos Vajna
2015-12-08Related: tdf#94377 RTF export: support multiple paragraphs in editeng textMiklos Vajna
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-15sw: indentation fixesMiklos Vajna
2015-06-10Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara
2015-05-21convert CVT constants to scoped enumNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05RtfSdrExport::StartShape: use std::unique_ptr<>Miklos Vajna
2015-05-03sw: prefix members of MSWordExportBaseMiklos Vajna
2015-04-30RtfSdrExport: no need to allocate m_pShapeStyle dynamicallyMiklos Vajna
2015-04-20sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna
2015-03-31RTF export: indentation fixesMiklos Vajna
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-07ww8 export: indentation fixesMiklos Vajna
2015-02-05sw: fix ASAN detected error in RtfSdrExport::Commit()Michael Stahl
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-02unused includes in RTF filter and related filesMiklos Vajna
2014-10-15fdo#82860 RTF export: if shape has textbox, export its contents as shape textMiklos Vajna
2014-10-15fdo#82860 RTF export: don't export textboxes of shapes twiceMiklos Vajna
2014-08-14fix indentationMiklos Vajna
2014-08-14spurious warning C4189 local variable initialized but not referencedMichael Stahl
2014-05-14sw: remove SAL_INFO's that only mark function entryNoel Grandin
2014-05-11coverity#736855 Dereference before null checkCaolán McNamara
2014-05-11sw: fix indentation in rtfsdrexportMiklos Vajna
2014-04-23nVerticesPos starts off six bytes into aVertices.pBufStephan Bergmann
2014-02-19coverity#738892 Uninitialized scalar fieldCaolán McNamara
2014-01-11Related: fdo#67386 RtfSdrExport: fix crash by respecting size of aVerticesMiklos Vajna
2013-12-10i#23357 RTF export: fix crash on groupshapesMiklos Vajna
2013-11-23xub_StrLen to sal_Int32 and some optimizationsMatteo Casalin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-15convert sw/source/filter/ww8/*.cxx from String to OUStringNoel Grandin
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist