summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-21tdf#126792: DOCX legacy drop-downs are only supposed to hold 25 items, DOCXTamás Zolnai1-0/+3
2019-07-14MSForms: Rework text-based date form field's representationTamás Zolnai1-60/+30
2019-07-14MSForms: DOCX filter: handle export of empty date from controlTamás Zolnai1-2/+0
2019-07-14MSForms: DOCX filter: handle date formats with quotation marks.Tamás Zolnai1-1/+4
2019-07-14MSForms: date format: better searching of date format entriesTamás Zolnai1-45/+39
2019-07-14MSForms: date field converions: better error handlingTamás Zolnai1-15/+24
2019-07-14MSForms: DOCX import of text-based date fieldTamás Zolnai1-71/+3
2019-07-14MSForms: DOCX export of date content controlTamás Zolnai1-0/+92
2019-03-05tdf#123705: avoid duplicate themeColorJulien Nabet1-0/+3
2019-02-12tdf#116371: export rotation of SwGrfNodecp-6.0-23Mike Kaganski1-14/+23
2019-01-17tdf#122186: Fix broken Input list after RT in DOCX formatTamás Zolnai1-1/+1
2019-01-14tdf#122658: Empty date form field is not exported correctly to DOCX fileTamás Zolnai1-0/+6
2018-11-20tdf#108022, don't overwrite chart export informationMarkus Mohrhard1-64/+67
2018-09-12tdf#82177 docx export: eliminate invalid tcPr insideV/H bordersJustin Luth1-9/+5
2018-09-12tdf#82177 docx export: no inside borders on outside cellsJustin Luth1-5/+12
2018-08-29tdf#116436 docx export: add missing table background fillJustin Luth1-1/+26
2018-07-20tdf#112118: use correct border when calculating marginMike Kaganski1-2/+2
2018-07-20tdf#112118: DOC: properly import/export border distanceMike Kaganski1-113/+18
2018-07-20tdf#112118: DOCX: properly import/export border distanceMike Kaganski1-57/+108
2018-01-30DOCX import: handle horizontal flip of bitmapsMiklos Vajna1-2/+16
2017-11-24TypedWhichId for RES_CHRATR constantsNoel Grandin1-1/+1
2017-11-24tdf#65955 DOCX: bookmarks at the end of paragraphSzymon Kłos1-8/+41
2017-11-21loplugin:flatten in swNoel Grandin1-110/+112
2017-11-15crashtesting: assert on export of fdo59645-3.odt to docxCaolán McNamara1-0/+8
2017-11-09tdf#42346: DOC export of cross-references to objectsTamás Zolnai1-191/+18
2017-11-09tdf#66401 don't lose docx-combined-characters' font props on roundtripAndreas Brandner1-3/+19
2017-11-08crashtesting: assert on re-export of fdo55459-1.docx to docxCaolán McNamara1-0/+8
2017-11-07loplugin:constparams in swNoel Grandin1-1/+1
2017-11-05Fix typosAndrea Gelmini1-2/+2
2017-11-04tdf#42346: DOCX export of cross-references to objectsTamás Zolnai1-1/+215
2017-11-04tdf#46938 ooxmlexport: override style tabstops when tabs removedJustin Luth1-0/+20
2017-11-03tdf#38778 Fix output of the font in DOC runSerge Krot1-1/+14
2017-10-30tdf#92524 ooxmlexport: recognize COL_AUTO for RES_BACKGROUNDJustin Luth1-1/+5
2017-10-26related tdf#78508 and n#793262: import w:tcMar_start/endJustin Luth1-7/+7
2017-10-25tdf#38778 Added colors into run properties of field runSerge Krot1-3/+16
2017-10-23loplugin:includeform: swStephan Bergmann1-13/+13
2017-10-23tdf#38778 fix missing run properties export for fields in docxSerge Krot1-42/+137
2017-10-16tdf#66398 Fix copy-paste: call start() bookmark instead of end()Serge Krot1-5/+4
2017-10-10tdf#66398 Parse and output permissions for DOCX using bookmarksSerge Krot1-35/+171
2017-09-18tdf#109310 ooxmlexport: write Xnote character styleJustin Luth1-2/+16
2017-09-15Replacing old-style iterator loops with range based for loopsVasily Melenchuk1-133/+118
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-3/+3
2017-09-13Replace some lists by vectors in docxattributeoutput (sw/ww8)Julien Nabet1-12/+12
2017-09-07tdf#103090 replace spaces by underscore in bookmark names for DOCX.Vasily Melenchuk1-18/+12
2017-09-05Use LanguageTag::getBcp47MS() to write MS malformed tags to OOXML, tdf#83190Eike Rathke1-1/+1
2017-08-23DOCX: Fix an other test case of ActiveX control exportTamás Zolnai1-4/+16
2017-08-22Fix two issues in ActiveX DOCX import / export codeTamás Zolnai1-2/+7
2017-08-19tdf#98700 docxexport: don't force on ParaKeepTogetherJustin Luth1-2/+4
2017-08-18NdTopLeft is unused now.Tamás Zolnai1-12/+12
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai1-1/+103