summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2016-07-12tdf#99090 docx export page-break only inside a paragraphJustin Luth2-1/+19
2016-06-27tdf#100105 sw: RTF export: fix empty hyperlinksMichael Stahl1-14/+14
2016-05-15tdf#99699 Do nullptr check BEFORE calling methodMichael Weghorn1-2/+3
2016-05-10tdf#84317 convert missing numbering types to OOXML tokens.Mark Hung1-1/+33
2016-05-03tdf#99474 close direct char fmt at end of paraLuke Deller2-12/+6
2016-04-07tdf#99100 DOC import: handle subset of STYLEREF nativelyMiklos Vajna3-3/+44
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock2-2/+2
2016-03-01tdf#97960 - .doc: preserve font size in empty cellsJustin Luth1-1/+1
2016-02-19tdf#96175 RTF filter: export \companyMiklos Vajna1-0/+15
2016-02-18tdf#76817: fix missing heading styles assigned to outline levels in ooxmlMark Hung4-19/+41
2016-02-16tdf#56321 - .doc import image flipped statusJustin Luth1-0/+18
2016-02-02tdf#61511 RTF export: handle page background solid color fillMiklos Vajna5-19/+42
2016-01-21starmath: only use WordProcessingML elements in DOCX filesMichael Stahl1-1/+2
2016-01-18oox: move enum DocumentType out of drawingml.hxxMichael Stahl1-3/+3
2016-01-12factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl1-211/+5
2016-01-12sw: stop using SfxObjectShell in DocxExport::WriteOLEObjectMichael Stahl1-10/+28
2015-12-15sw: DOCX export: eliminate chart numbering non-determinismMichael Stahl2-3/+5
2015-12-15sw: fix MSVC build, stupid thing can't initialize const membersMichael Stahl1-5/+5
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl3-3/+4
2015-12-15sw: extend various OOXML export test to check embedded objectsMichael Stahl1-0/+1
2015-12-15sw: DOCX export: convert ODF embedded objects to OOXMLMichael Stahl2-7/+119
2015-12-15sw: replace OUStringBufferMichael Stahl1-5/+2
2015-12-15sw: move ProgId parsing to DocxExport::WriteOLEObjectMichael Stahl3-95/+105
2015-12-15sw: docx export: write something more specific for embedded PDFMichael Stahl1-0/+6
2015-12-10tdf#94377 RTF export: support comment formattingMiklos Vajna4-10/+27
2015-12-10Related: tdf#94377 RTF export: support multiple paragraphs in editeng textMiklos Vajna1-1/+2
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-12-03tdf#94043 RTF filter: implement column separator handlingMiklos Vajna1-0/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon30-257/+257
2015-11-24loplugin:unusedfields in sw/Noel Grandin2-3/+0
2015-11-23sw: nTwipstoEMU -> nPosXEMU and nPosYEMUMiklos Vajna1-14/+14
2015-11-19use comphelper::containerToSequenceNoel Grandin1-7/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin2-7/+3
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin1-1/+0
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann4-4/+4
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-16tdf#92754: Excel Chart content type is not exported properly.yogesh.bharate0011-0/+6
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky1-1/+1
2015-11-11Resolves: tdf#95321 tables in headers/footers with wrong contentCaolán McNamara1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-4/+2
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna6-199/+199
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero2-8/+8
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna18-152/+155
2015-11-10tdf#70318: Prevent extra empty paragraph in clipboard RTF contentMike Kaganski1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann49-1482/+1482
2015-11-09Revert "Revert "fix tdf#94818 while retaining the tdf#90504 fix""Andras Timar1-5/+18
2015-11-09Revert "fix tdf#94818 while retaining the tdf#90504 fix"Andras Timar1-18/+5
2015-11-09new loplugin: oncevarNoel Grandin2-6/+2
2015-11-09formatting improvements in sw/Noel Grandin7-36/+22