summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-02tdf#61511 RTF export: handle page background solid color fillMiklos Vajna1-16/+0
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: fix MSVC build, stupid thing can't initialize const membersMichael Stahl1-5/+5
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 Stahl1-6/+118
2015-12-15sw: replace OUStringBufferMichael Stahl1-5/+2
2015-12-15sw: move ProgId parsing to DocxExport::WriteOLEObjectMichael Stahl1-1/+102
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-21tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna1-0/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-03tdf#87348 enable docx exporting linked textboxes that LO can importJustin Luth1-0/+8
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-41/+41
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-05-03sw: prefix members of MSWordExportBaseMiklos Vajna1-26/+26
2015-04-21tdf#78606: Write DOCX header even if section is first paragraphEilidh McAdam1-1/+1
2015-04-14solve assert on restoring redline mode on exporting of abi9915-1.odt to docCaolán McNamara1-1/+1
2015-04-01tdf#60060: DOCX export of section protectionEilidh McAdam1-0/+9
2015-03-27loplugin:staticfunctionNoel Grandin1-6/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-2/+2
2015-02-23tdf#86543: reinterpret_cast -1 of appropriate width as special markerStephan Bergmann1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-10/+0
2014-12-11DOCX export: handle <w:autoHyphenation/>Miklos Vajna1-0/+13
2014-12-11DOCX export: don't write w:suppressAutoHyphens unconditionallyMiklos Vajna1-2/+4
2014-12-02loplugin: cstylecastNoel Grandin1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna1-2/+2
2014-10-29sw: convert last usage of switchHeaderFooter() to DocxTableExportContextMiklos Vajna1-2/+3
2014-10-26Let's have both switchHeaderFooter() calls in DocxExport::WriteHeaderFooter()Miklos Vajna1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-11/+10
2014-08-19DOCX export: handle SDT end right before a section break introducing headersMiklos Vajna1-0/+4
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-31DOCX export: handle exact end of paragraph w:sdt tagsMiklos Vajna1-0/+7
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-10/+0
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-3/+3
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-2/+3
2014-05-13DocxAttributeOutput: ClearGraphicCache() -> ClearRelIdCache()Miklos Vajna1-1/+1
2014-05-13fdo#78420 File is getting corrupted after exported from LO.Ravindra Vidhate1-0/+4
2014-04-28fdo#77759 : Embedded excel getting renamed to binary object.Ravindra Vidhate1-2/+2
2014-03-23fdo#76356 : Docx file contianing chart in footer/header gets corrupted.sushil_shinde1-0/+2
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-17fdo#76098 ContentType for .xlsm external data file is wrongRavindra Vidhate1-1/+6
2014-03-12fdo#76015 : Oleobject relationship entry was exported into wrong file.sushil_shinde1-1/+10