summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Fix some IWYU warningsMiklos Vajna1-3/+4
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-2/+0
2017-11-07tdf#113550 RTF import: fix incorrect text indentMiklos Vajna1-4/+4
2017-11-07loplugin:constparams in swNoel Grandin1-4/+4
2017-08-18NdTopLeft is unused now.Tamás Zolnai1-2/+2
2017-08-11sw: fix inconsistent param naming in interface/implementationMiklos Vajna1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+1
2016-08-29loplugin:staticmethodsStephan Bergmann1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-4/+5
2016-04-29sw: no need to copy these in docxsdrexportMiklos Vajna1-3/+3
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-5/+5
2015-08-03new loplugin: refcountingNoel Grandin1-4/+4
2015-05-21o3tl: add make_unique template till we can't use std::make_uniqueMiklos Vajna1-1/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-9/+9
2015-04-28DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>Miklos Vajna1-1/+1
2015-04-24checkFrameBtlr() can be moved to DocxSdrExport::ImplMiklos Vajna1-2/+0
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna1-3/+3
2015-03-20DocxSdrExport::Impl: use std::unique_ptr for m_pDashLineStyleAttrMiklos Vajna1-1/+1
2015-03-19DocxSdrExport::Impl: use std::unique_ptr for m_pFlyFillAttrListMiklos Vajna1-1/+1
2015-03-14DocxSdrExport::Impl::m_pFlyAttrList: use unique_ptrMiklos Vajna1-2/+1
2015-02-28boost::shared_ptr -> std::shared_ptrMiklos Vajna1-2/+2
2015-02-08sw: make sure that these headers are self-containedMiklos Vajna1-0/+6
2014-12-31Add DocxSdrExport::writeBoxItemLine()Miklos Vajna1-0/+2
2014-09-17callcatcher: update unused codeCaolán McNamara1-2/+0
2014-07-31DOCX export: handle exact end of paragraph w:sdt tagsMiklos Vajna1-0/+5
2014-07-17DocxSdrExport: move member to impl classMiklos Vajna1-2/+0
2014-07-17fdo#80894 : Rotation value for textframe was missing after RT.sushil_shinde1-0/+2
2014-06-19fdo#78590: Fix for Corruption of para with framePr & drawing object into paraRohit Deshmukh1-0/+2
2014-06-17VML export: handle textbox textMiklos Vajna1-1/+1
2014-06-06DOCX drawingML export: don't export textboxes of shapes twiceMiklos Vajna1-0/+2
2014-06-06DOCX drawingML export: if shape has textbox, export its contents as shape textMiklos Vajna1-1/+1
2014-05-23fdo#78882: DOCX: File gets corrupt after RoundtripPallavi Jadhav1-0/+1
2014-05-21unused DocxSdrExport::setDrawingOpen()Miklos Vajna1-1/+0
2014-05-21fdo#78469 FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr>Tushar Bende1-0/+3
2014-05-15fdo#78300 File Corrupt:drawing objects into a text box.PriyankaGaikwad1-0/+2
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-13remove dead codeNoel Grandin1-1/+0
2014-05-12unused DocxSdrExport::get/setFlyFrameGraphicMiklos Vajna1-2/+0
2014-04-27fdo#77718: Picture inside SmartArt changes after RTumeshkadam1-1/+2
2014-03-18sw: not used getter / setter methodsMiklos Vajna1-2/+0
2014-03-18fdo#76249 DOCX export DML Drawing as lockedCanvas if it's inside DMLTextFrameVinaya Mandke1-0/+2
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-17fdo#76122: File Corruption-doc contains nested alternateContents.YogeshBharate1-0/+2
2014-03-06DocxSdrExport: fix indentationMiklos Vajna1-3/+3
2014-03-05fdo#74792 [DOCX] Grab-bag rels and images for SmartArtVinaya Mandke1-1/+4
2014-02-26fdo#74771 : LibreOffice image captions crash MS Office WordTushar Bende1-0/+2
2014-02-13Fix for: DOCX-Preservation of Line style Dash type of "Shape with text inside"Pallavi Jadhav1-0/+1
2014-01-13DocxAttributeOutput: factor out writeDMLTextFrame() into DocxSdrExportMiklos Vajna1-2/+6
2014-01-10fdo#73227: Fix for corruption after RTPallavi Jadhav1-2/+2
2014-01-06DocxAttributeOutput: factor out writeVMLTextFrame() into DocxSdrExportMiklos Vajna1-0/+33