summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-17loplugin:useuniqueptr in DocxExportNoel Grandin1-13/+5
2017-11-09tdf#42346: DOC export of cross-references to objectsTamás Zolnai1-1/+1
2017-10-23tdf#38778 fix missing run properties export for fields in docxSerge Krot1-1/+3
2017-10-07cid#1418980: Resource leakJulien Nabet1-21/+21
2017-10-06tdf#66398 Do not output document protection in docx twiceSerge Krot1-6/+16
2017-10-06tdf#66398 Remove double initialization of the form protectionSerge Krot1-11/+9
2017-10-06tdf#66398 Import/export docx document protection propertiesSerge Krot1-1/+41
2017-10-05ww8: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai1-96/+53
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-2/+2
2017-08-07loplugin:constparams in sw part8Noel Grandin1-2/+2
2017-07-04Fix tdf#106029 - Add setting XML_doNotExpandShiftReturn when exporting to docxnikki1-3/+7
2017-07-03Fix typosAndrea Gelmini1-1/+1
2017-06-26s/catched/caughtNoel Grandin1-2/+2
2017-06-08tdf#99074: export Web view to DOCXAron Budea1-0/+6
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-4/+4
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna1-41/+20
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA preservationMiklos Vajna1-23/+32
2017-06-02Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna1-0/+75
2017-06-01sw: add separate DOCM filterMiklos Vajna1-4/+8
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-14tdf#107197 Replace relationship URIFakabbir Amin1-17/+18
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-01-11replace namespace url strings with function callsRosemary Sebastian1-18/+19
2016-12-20Move DrawingML serializer setting out of DocxAttributeOutput::BulletDefinitionMike Kaganski1-0/+2
2016-12-16tdf#99227 follow-up: synchronize setting serializersMike Kaganski1-0/+6
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-3/+3
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-3/+3
2016-11-30convert WRITEFIELD constants to o3tl::typed_flagsNoel Grandin1-1/+1
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-1/+1
2016-10-11tdf#103001 DOCX export: fix RelId cache when switching streamsMiklos Vajna1-4/+4
2016-10-10tdf#95367 DOCX: allow r-t of changed first/follow sectionsJustin Luth1-0/+4
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in swStephan Bergmann1-2/+2
2016-06-10tdf#42949: clean up includes in include/oox/vml with iwyuJorenz Paragas1-0/+1
2016-04-29tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht1-0/+6
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-18/+18
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin1-1/+1
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-6/+12
2016-01-15oox: move enum DocumentType out of drawingml.hxxMichael Stahl1-3/+3
2016-01-12tdf#61511 RTF export: handle page background solid color fillMiklos Vajna1-16/+0
2015-12-20sw: remove that silly lcl_CopyStreamMichael Stahl1-28/+14
2015-12-20factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl1-211/+5
2015-12-20sw: 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