summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.cxx
AgeCommit message (Expand)Author
2018-09-17SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-09tdf#116301: write correct content type for diagramDrawingAron Budea
2018-02-21Fix some IWYU warningsMiklos Vajna
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-03Turn on clang-format for these filesMiklos Vajna
2017-12-27Fix typosAndrea Gelmini
2017-12-27tdf#113399: DOT IMPORT, DOCX EXPORT: Page number not shown correctlyTamás Zolnai
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna
2017-11-28tdf#104035 RTF export: fix handling of absolute tab positionsMiklos Vajna
2017-11-28tdf#83877 OOXML Roundtrip of SignatureLine propertiesSamuel Mehrbrodt
2017-11-28Simplify methodSamuel Mehrbrodt
2017-11-21loplugin:flatten in swNoel Grandin
2017-11-07tdf#113550 RTF import: fix incorrect text indentMiklos Vajna
2017-11-07loplugin:constparams in swNoel Grandin
2017-10-05ww8: always use "" for includes in current source's directoryMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-28RTF export: various minor cleanupsMiklos Vajna
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke
2017-08-18NdTopLeft is unused now.Tamás Zolnai
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-04Remove usage of OString("")Arnaud Versini
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-14tdf#107197 Replace relationship URIFakabbir Amin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-27tdf#107020: Reintroduce uses of I32S, I64SStephan Bergmann
2017-04-12enum spelling: throught -> throughJustin Luth
2017-03-25There should be no need to distinguish between I32S and I64SStephan Bergmann
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2017-03-02elide the SwSurround enumNoel Grandin
2017-02-03TyposJulien Nabet
2017-01-26loplugin: unnecessary destructor swNoel Grandin
2017-01-11replace namespace url strings with function callsRosemary Sebastian
2016-11-30sw: use auto when initializing with a cast to avoid duplicating the type nameMiklos Vajna
2016-11-22tdf#103982 DOCX export: make sure SdrObject margin is non-negativeMiklos Vajna
2016-11-09sw: clean up redundant get() calls on smart pointers in rtfattributeoutputMiklos Vajna
2016-10-29tdf#103753: DOCX: Handle relative positions to left or right marginTamás Zolnai
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski
2016-07-26sw: use std::move() in DocxSdrExportMiklos Vajna
2016-06-10tdf#42949: clean up includes in include/oox/vml with iwyuJorenz Paragas
2016-06-01RTF export: use auto where it improves code readabilityMiklos Vajna
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-04-29sw: no need to copy these in docxsdrexportMiklos Vajna
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin