summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-06tdf#125719 sw: rtf: refactor associated character propertiesSerge Krot1-4/+2
2019-04-12prefer vector::data to &vector[0]Caolán McNamara1-3/+3
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+3
2019-01-17sw: make members of RtfExportFilter privateMiklos Vajna1-2/+6
2018-12-05sw RtfExport: make members privateMiklos Vajna1-8/+8
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-2/+2
2018-10-16tdf#112520 RTF export: write ZOrder only for toplevel shapesMiklos Vajna1-3/+9
2018-10-15add SvStream::TellEndNoel Grandin1-2/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10Make EscherPropertyContainer::CreatePolygonProperties saferArmin Le Grand1-6/+6
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-1/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+2
2018-03-27msfilter: extract duplicated WriteHex() from HTML/RTF filterMiklos Vajna1-3/+3
2018-03-13Translate German variable namesJohnny_M1-6/+6
2018-03-08sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" propertyTomaž Vajngerl1-18/+0
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl1-8/+29
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-3/+4
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna1-0/+1
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna1-259/+330
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-05tdf#104936 RTF export: implement ZOrder of TextFrames / shapesMiklos Vajna1-0/+4
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke1-13/+5
2017-07-11loplugin:useuniqueptr in swNoel Grandin1-3/+1
2017-07-05writerfilter: remove redundant virtual keywords in dmapperMiklos Vajna1-2/+2
2017-06-18Removed duplicated includeAndrea Gelmini1-1/+0
2017-06-15Watermark: RTF font import and exportSzymon Kłos1-3/+38
2017-06-07Watermark: RTF import / exportSzymon Kłos1-3/+4
2017-04-26RTF export: restore build-time test for self-containing headersMiklos Vajna1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24Indentation fixesMiklos Vajna1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-01-06No need to check isEmpty() before clearingStephan Bergmann1-2/+1
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2016-12-20writerfilter: various small cleanupsMiklos Vajna1-2/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski1-3/+2
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-1/+1
2016-08-19coverity#1371116 Unchecked return valueCaolán McNamara1-1/+1
2016-06-01RTF export: use auto where it improves code readabilityMiklos Vajna1-33/+33
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-2/+4
2016-02-22sw: prefix members of RtfExportMiklos Vajna1-2/+2
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-2/+2
2015-12-09tdf#94377 RTF export: support comment formattingMiklos Vajna1-7/+15
2015-12-08Related: tdf#94377 RTF export: support multiple paragraphs in editeng textMiklos Vajna1-1/+2