summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.hxx
AgeCommit message (Expand)Author
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel
2020-09-30loplugin:unusedmethodsNoel
2020-07-19compact namespace: swNoel Grandin
2019-09-28loplugin:constmethod in swNoel Grandin
2019-07-19sw btlr writing mode: remove not needed checkFrameBtlr() in the DOCX exportMiklos Vajna
2019-04-08PPTX export: save SmartArt as diagram instead of group of shapesGrzegorz Araminowicz
2018-10-17sw, writerfilter: avoid some unnecessary value parametersMiklos Vajna
2018-05-09Fix some IWYU warningsMiklos Vajna
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna
2017-11-07tdf#113550 RTF import: fix incorrect text indentMiklos Vajna
2017-11-07loplugin:constparams in swNoel Grandin
2017-08-18NdTopLeft is unused now.Tamás Zolnai
2017-08-11sw: fix inconsistent param naming in interface/implementationMiklos Vajna
2017-05-12remove unused uno::Reference varsNoel Grandin
2016-08-29loplugin:staticmethodsStephan Bergmann
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-04-29sw: no need to copy these in docxsdrexportMiklos Vajna
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna
2015-08-03new loplugin: refcountingNoel Grandin
2015-05-21o3tl: add make_unique template till we can't use std::make_uniqueMiklos Vajna
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-28DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>Miklos Vajna
2015-04-24checkFrameBtlr() can be moved to DocxSdrExport::ImplMiklos Vajna
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna
2015-03-20DocxSdrExport::Impl: use std::unique_ptr for m_pDashLineStyleAttrMiklos Vajna
2015-03-19DocxSdrExport::Impl: use std::unique_ptr for m_pFlyFillAttrListMiklos Vajna
2015-03-14DocxSdrExport::Impl::m_pFlyAttrList: use unique_ptrMiklos Vajna
2015-02-28boost::shared_ptr -> std::shared_ptrMiklos Vajna
2015-02-08sw: make sure that these headers are self-containedMiklos Vajna
2014-12-31Add DocxSdrExport::writeBoxItemLine()Miklos Vajna
2014-09-17callcatcher: update unused codeCaolán McNamara
2014-07-31DOCX export: handle exact end of paragraph w:sdt tagsMiklos Vajna
2014-07-17DocxSdrExport: move member to impl classMiklos Vajna
2014-07-17fdo#80894 : Rotation value for textframe was missing after RT.sushil_shinde
2014-06-19fdo#78590: Fix for Corruption of para with framePr & drawing object into paraRohit Deshmukh
2014-06-17VML export: handle textbox textMiklos Vajna
2014-06-06DOCX drawingML export: don't export textboxes of shapes twiceMiklos Vajna
2014-06-06DOCX drawingML export: if shape has textbox, export its contents as shape textMiklos Vajna
2014-05-23fdo#78882: DOCX: File gets corrupt after RoundtripPallavi Jadhav
2014-05-21unused DocxSdrExport::setDrawingOpen()Miklos Vajna
2014-05-21fdo#78469 FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr>Tushar Bende
2014-05-15fdo#78300 File Corrupt:drawing objects into a text box.PriyankaGaikwad
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-13remove dead codeNoel Grandin
2014-05-12unused DocxSdrExport::get/setFlyFrameGraphicMiklos Vajna
2014-04-27fdo#77718: Picture inside SmartArt changes after RTumeshkadam
2014-03-18sw: not used getter / setter methodsMiklos Vajna
2014-03-18fdo#76249 DOCX export DML Drawing as lockedCanvas if it's inside DMLTextFrameVinaya Mandke
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
2014-03-17fdo#76122: File Corruption-doc contains nested alternateContents.YogeshBharate