summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-23tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna1-0/+3
2015-07-07tdf#87348 enable docx exporting linked textboxes that LO can importJustin Luth1-0/+8
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
2014-03-05coverity#735941 Dereference after null checkCaolán McNamara1-2/+5
2014-02-28ooxml export: write w:compatSettings if present in GrabBagTomaž Vajngerl1-1/+32
2014-02-28ooxml export: write mc:Ignorable for w14 and wp14 namespaceTomaž Vajngerl1-0/+1
2014-02-28ooxml export: rename member settings to m_aSettingsTomaž Vajngerl1-7/+7
2014-02-28sw: prevent crashJacobo Aragunde Pérez1-0/+3
2014-02-27Remove visual noise from swAlexander Wilms1-3/+0
2014-02-26sw: write other types of embeddings properly to docxJacobo Aragunde Pérez1-9/+7
2014-02-24sw: Preserve embedded spreadsheets in docxJacobo Aragunde Pérez1-0/+41
2014-02-21ooxml: export w14:glow with subelements from a CharGrabGabTomaž Vajngerl1-0/+1
2014-02-21DOCX export: fix image counters for multiple documentsMiklos Vajna1-0/+3
2014-02-13fdo#73541 "Page Margins : Mirrored" was not preserved on export to DOCXVinaya Mandke1-0/+14
2014-02-06DOCX export: register wp14 namespaceMiklos Vajna1-0/+1
2014-01-31fdo#73872: File Corruption - Issue with w:footerReference in document.xmlYogeshBharate1-3/+2
2014-01-10fdo#72520 : Exporting embedding data folder from grab bag.sushil_shinde1-0/+62
2014-01-09DOCX export of annotation marksMiklos Vajna1-0/+27