summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.cxx
AgeCommit message (Expand)Author
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin
2015-09-11sw: indentation fixesMiklos Vajna
2015-09-08Related: tdf#93676 msword wraps slightly differently than usCaolán McNamara
2015-09-03Related: tdf#93676 special 255 Percent Flag should not be exported to docxCaolán McNamara
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-06sw: fix newly introduced style inconsistencies in docxsdrexportMiklos Vajna
2015-07-03tdf#87348 enable docx exporting linked textboxes that LO can importJustin Luth
2015-06-16Fix typosAndrea Gelmini
2015-06-08Unused includesMiklos Vajna
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-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