summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.cxx
AgeCommit message (Expand)Author
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-03sw: prefix members of MSWordExportBaseMiklos Vajna
2015-04-28DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>Miklos Vajna
2015-04-24DocxSdrExport::writeBoxItemLine: fix indentationMiklos Vajna
2015-04-24checkFrameBtlr() can be moved to DocxSdrExport::ImplMiklos Vajna
2015-04-23fix crash on export of ooo88740-1.odt to .docxCaolán McNamara
2015-04-20sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna
2015-03-27loplugin:staticfunctionNoel Grandin
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-03-14Unused includesMiklos Vajna
2015-02-28boost::shared_ptr -> std::shared_ptrMiklos Vajna
2015-02-18boost->stdCaolán McNamara
2015-02-08sw: make sure that these headers are self-containedMiklos Vajna
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-12-31Add DocxSdrExport::writeBoxItemLine()Miklos Vajna
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15Unused includesMiklos Vajna
2014-12-04DOCX filter: effect extent should be part of the marginMiklos Vajna
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna
2014-11-02unused includes in RTF filter and related filesMiklos Vajna
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-10indentation fixesMiklos Vajna
2014-10-10DOCX export: improve <wp:effectExtent> handlingMiklos Vajna
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-17callcatcher: update unused codeCaolán McNamara
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-05std::set::find() is faster than plain std::find()Miklos Vajna
2014-08-18DOCX export: don't forget to close SDT elements inside the TextBoxes of shapesMiklos Vajna
2014-08-18fdo#82492 : DOCX: Corruption: File was getting corrupt fafter RTPallavi Jadhav
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna
2014-08-12DOCX export: handle wrap polygon around picturesMiklos Vajna
2014-08-11DOCX drawingML export: handle ContourPolyPolygon for drawinglayer shapesMiklos Vajna
2014-07-31DOCX export: handle exact end of paragraph w:sdt tagsMiklos Vajna
2014-07-27indentation fixesMiklos Vajna
2014-07-21fdo#78663 : The File gets corrupted when saved in LOBisal Nayal
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-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna
2014-06-20fdo#79591 Values for docPr name and shape ID attributes were set invalidDinesh Patil
2014-06-19fdo#78590: Fix for Corruption of para with framePr & drawing object into paraRohit Deshmukh
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara
2014-06-18DocxSdrExport::writeDMLAndVMLDrawing: fix handling of inline VML shapesMiklos Vajna
2014-06-17VML export of shapes with textboxes: missing <w:txbxContent> tagMiklos Vajna
2014-06-17DOCX filter: preserve AnchorId on shapes having a textboxMiklos Vajna
2014-06-17VML export: handle textbox textMiklos Vajna