summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfsdrimport.cxx
AgeCommit message (Expand)Author
2017-12-19tdf#114303 writerfilter: RTF import: fix default vert orient of shapesMichael Stahl
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski
2017-09-07writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna
2017-08-25writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna
2017-08-07Indentation fixesMiklos Vajna
2017-07-31loplugin:constparams in writerfilterNoel Grandin
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker
2017-06-19Watermark: auto size in the RTFSzymon Kłos
2017-06-15Watermark: RTF font import and exportSzymon Kłos
2017-06-07Watermark: RTF import / exportSzymon Kłos
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin
2017-04-01ubsan: use WrapTextMode_MAKE_FIXED_SIZE instead of -1 as unset flagCaolán McNamara
2017-03-31use actual UNO enums in writerfilterNoel Grandin
2016-12-06tdf#104317 RTF import: avoid setting CustomShapeGeometry on a line shapeMiklos Vajna
2016-09-20tdf#84684 RTF import: fix ZOrder of child shapes inside group shapeMiklos Vajna
2016-08-17writerfilter: fix Android buildMiklos Vajna
2016-08-17sw: use std::lround() instead of manual rounding in RTFSdrImportMiklos Vajna
2016-06-16tdf#91684 RTF import: handle fFlipH and fFlipV shape propsMiklos Vajna
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas
2016-06-14Related: tdf#91684 RTF import: fix scaling of group shape childrenMiklos Vajna
2016-05-23writerfilter: use auto where it improves code readabilityMiklos Vajna
2016-05-17sw, writerfilter: indentation fixesMiklos Vajna
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-26tdf#90097 RTF import: handle fRelFlipV property for line shapesMiklos Vajna
2016-04-04Use std::size_tMiklos Vajna
2015-05-11tdf#91074 RTF import: handle \dplineco* for text framesMiklos Vajna
2015-04-21RTF import: handle d{x,y}WrapDist* picture propertiesMiklos Vajna
2015-03-28Use std::make_shared<>Miklos Vajna
2015-03-26tdf#89496 fixed crash on rtf shape group parsingVasily Melenchuk
2015-02-13tdf#49893 partial fix for blank rentangle problem in RTFVasily Melenchuk
2015-02-08writerfilter: make sure that these headers are self-containedMiklos Vajna
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-01-03Use std::make_sharedMiklos Vajna
2014-12-18writerfilter: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-14fdo#86761 RTF import: positive border width and fLine=0 means no borderMiklos Vajna
2014-12-13Avoid '#include "../'Miklos Vajna
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin
2014-11-30writerfilter: turn RTFOverwrite into a C++11 scoped enumerationMiklos Vajna
2014-11-16writerfilter: these are expected to be UTF-8Miklos Vajna
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-02unused includes in RTF filter and related filesMiklos Vajna
2014-10-26Avoid boost::optional<bool>Miklos Vajna
2014-10-25fdo#82859 RTF import: fillColor is unsignedMiklos Vajna
2014-10-25fdo#82859 RTF import: don't try to set CustomShapeGeometry on a TextFrameMiklos Vajna