summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-18tdf#76817: fix missing heading styles assigned to outline levels in ooxmlMark Hung1-18/+27
2016-01-21starmath: only use WordProcessingML elements in DOCX filesMichael Stahl1-1/+2
2015-12-15sw: DOCX export: eliminate chart numbering non-determinismMichael Stahl1-3/+3
2015-12-15sw: move ProgId parsing to DocxExport::WriteOLEObjectMichael Stahl1-93/+2
2015-12-15sw: docx export: write something more specific for embedded PDFMichael Stahl1-0/+6
2015-12-08sw: un-break DOCX formula exportMichael Stahl1-0/+5
2015-12-03sw: fix DOCX export of embedded OOXML objectsMichael Stahl1-14/+19
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-11/+11
2015-11-16tdf#92754: Excel Chart content type is not exported properly.yogesh.bharate0011-0/+6
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-17/+17
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-74/+74
2015-11-09formatting improvements in sw/Noel Grandin1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-13/+13
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-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-2/+2
2015-10-19tdf#36117 .docx preserve page vertical alignment after RTJustin Luth1-0/+21
2015-10-16drop templated HasItem in favour of new templated SfxItemSet::GetItemCaolán McNamara1-6/+6
2015-10-15cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-06loplugin:unusedmethodsNoel Grandin1-17/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-02loplugin:unusedmethodsNoel Grandin1-5/+0
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-21tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna1-8/+23
2015-09-13boost->stdCaolán McNamara1-3/+3
2015-09-07tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna1-0/+16
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet1-2/+2
2015-08-21loplugin:defaultparamsNoel Grandin1-1/+1
2015-08-05sw: use std::unique_ptr in docxattributeoutputMiklos Vajna1-1/+0
2015-08-03new loplugin: refcountingNoel Grandin1-73/+115
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin1-5/+0
2015-07-18sw: DOCX export: *really* fix non-well-formed XML with hyperlink/rubyMichael Stahl1-6/+4
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl1-9/+9
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl1-38/+56
2015-07-15tdf#87539 map MSO washout filter to LO's watermark colormodeJoren De Cuyper1-1/+1
2015-07-09These functions and data can be localMatteo Casalin1-0/+25
2015-07-09Do not downcast opened bookmarks, neither (and just in case)Matteo Casalin1-2/+2
2015-07-09Better support more than 65k annotationsMatteo Casalin1-6/+6
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-04Fix typosAndrea Gelmini1-2/+2
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-20fix assert on exporting ooo106020-1.odt to docxCaolán McNamara1-4/+6
2015-06-20sw: WW8 export: remove newly unused parametersMichael Stahl1-1/+1
2015-06-20sw: WW8 export: RawText parameter bForceUnicode is obsoleteMichael Stahl1-1/+1
2015-06-19sw: remove the SwField::ExpandCitation disasterMichael Stahl1-1/+3
2015-06-18sw: DOCX export fix non-well-formed XML if hyperlink followed by rubyMichael Stahl1-0/+6
2015-06-17fix crash on re-export of fdo60957-2.docx to docxCaolán McNamara1-3/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-11best effort export of ooo72950-1.odt to docx without crashingCaolán McNamara1-3/+3
2015-06-10fix crash on export of ooo67471-2.sxw to docxCaolán McNamara1-3/+1