summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-23sw: nTwipstoEMU -> nPosXEMU and nPosYEMUMiklos Vajna1-14/+14
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-1/+1
2015-09-11sw: indentation fixesMiklos Vajna1-2/+2
2015-09-08Related: tdf#93676 msword wraps slightly differently than usCaolán McNamara1-1/+15
2015-09-03Related: tdf#93676 special 255 Percent Flag should not be exported to docxCaolán McNamara1-5/+6
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara1-0/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-5/+5
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-17/+21
2015-07-06sw: fix newly introduced style inconsistencies in docxsdrexportMiklos Vajna1-12/+12
2015-07-03tdf#87348 enable docx exporting linked textboxes that LO can importJustin Luth1-28/+63
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08Unused includesMiklos Vajna1-1/+0
2015-05-21o3tl: add make_unique template till we can't use std::make_uniqueMiklos Vajna1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-68/+68
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-05-03sw: prefix members of MSWordExportBaseMiklos Vajna1-8/+8
2015-04-28DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>Miklos Vajna1-7/+4
2015-04-24DocxSdrExport::writeBoxItemLine: fix indentationMiklos Vajna1-8/+8
2015-04-24checkFrameBtlr() can be moved to DocxSdrExport::ImplMiklos Vajna1-8/+13
2015-04-23fix crash on export of ooo88740-1.odt to .docxCaolán McNamara1-5/+28
2015-04-20sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna1-10/+9
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-9/+10
2015-03-20DocxSdrExport::Impl: use std::unique_ptr for m_pDashLineStyleAttrMiklos Vajna1-5/+3
2015-03-19DocxSdrExport::Impl: use std::unique_ptr for m_pFlyFillAttrListMiklos Vajna1-5/+3
2015-03-14DocxSdrExport::Impl::m_pFlyAttrList: use unique_ptrMiklos Vajna1-12/+4
2015-03-14Unused includesMiklos Vajna1-2/+0
2015-02-28boost::shared_ptr -> std::shared_ptrMiklos Vajna1-1/+1
2015-02-18boost->stdCaolán McNamara1-1/+1
2015-02-08sw: make sure that these headers are self-containedMiklos Vajna1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-3/+5
2014-12-31Add DocxSdrExport::writeBoxItemLine()Miklos Vajna1-0/+24
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15Unused includesMiklos Vajna1-6/+0
2014-12-04DOCX filter: effect extent should be part of the marginMiklos Vajna1-56/+58
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-1/+1
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-14/+0
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-10indentation fixesMiklos Vajna1-1/+1
2014-10-10DOCX export: improve <wp:effectExtent> handlingMiklos Vajna1-0/+23
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-17callcatcher: update unused codeCaolán McNamara1-5/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-05std::set::find() is faster than plain std::find()Miklos Vajna1-1/+1