summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.cxx
AgeCommit message (Expand)Author
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-02introduce Degree100 strong_int typeNoel
2020-10-20use tools::Long in swNoel
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-18new loplugin:unusedvarsglobalNoel Grandin
2020-05-30ofz#22822 use TOOLS_WARN_EXCEPTIONCaolán McNamara
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot
2019-06-06tdf#125719 sw: rtf: refactor associated character propertiesSerge Krot
2019-04-12prefer vector::data to &vector[0]Caolán McNamara
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-01-17sw: make members of RtfExportFilter privateMiklos Vajna
2018-12-05sw RtfExport: make members privateMiklos Vajna
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-10-16tdf#112520 RTF export: write ZOrder only for toplevel shapesMiklos Vajna
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-10Make EscherPropertyContainer::CreatePolygonProperties saferArmin Le Grand
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-27msfilter: extract duplicated WriteHex() from HTML/RTF filterMiklos Vajna
2018-03-13Translate German variable namesJohnny_M
2018-03-08sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" propertyTomaž Vajngerl
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-05tdf#104936 RTF export: implement ZOrder of TextFrames / shapesMiklos Vajna
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke
2017-07-11loplugin:useuniqueptr in swNoel Grandin
2017-07-05writerfilter: remove redundant virtual keywords in dmapperMiklos Vajna
2017-06-18Removed duplicated includeAndrea Gelmini
2017-06-15Watermark: RTF font import and exportSzymon Kłos
2017-06-07Watermark: RTF import / exportSzymon Kłos
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