summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)Author
2017-06-27loplugin:oncevar in swNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin
2017-06-14tdf#43157 Clean up OSL_ASSERT, DBG_ASSERT, etc.Thomas Beck
2017-06-13tdf#107618 DOCX export: fix missing header when doc ends with sectionMiklos Vajna
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-06-02Improved loplugin:redundantcast const_cast handling: swStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-29tdf#107684 DOCX export: fix duplicated <w:outlineLvl> element for stylesMiklos Vajna
2017-05-28tdf#107837 DOCX export: fix balanced multi-col section at doc endMiklos Vajna
2017-05-19loplugin:stringcopy: swStephan Bergmann
2017-05-16tdf#107801 docx export: support w:kernJustin Luth
2017-05-14tdf#107197 Replace relationship URIFakabbir Amin
2017-05-09loplugin:checkunusedparams in sw(part5)Noel Grandin
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock
2017-04-28loplugin:salunicodeliteral: swStephan Bergmann
2017-04-27tdf#107020: Reintroduce uses of I32S, I64SStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-21related tdf#68604: Write the plaintext version of the annotation...Jan Holesovsky
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-17tdf#106742: OOXML import/export: treat "tblInd" properly.Vitaliy Anderson
2017-04-12enum spelling: throught -> throughJustin Luth
2017-04-06tdf#106974 docx export: Crop is "long", not sal_Int16Justin Luth
2017-04-03use actual UNO enums in swNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-25There should be no need to distinguish between I32S and I64SStephan Bergmann
2017-03-21tdf#106492 DOCX export: fix duplicated section break at doc endMiklos Vajna
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin
2017-03-02tdf#101178 sw: DOCX export: fix crashMichael Stahl
2017-03-02sw: Fix STL assert on DOCX export of ooo29679-42.odtMichael Stahl
2017-03-02Fix typosAndrea Gelmini
2017-03-02elide the SwSurround enumNoel Grandin
2017-03-01tdf#106001: Clamp CharScaleWidth outliers when exporting to DOCXAron Budea
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann
2017-01-18tdf#92470 docxexport: add support for XML_numRestartJustin Luth
2017-01-11replace namespace url strings with function callsRosemary Sebastian
2016-12-20Move DrawingML serializer setting out of DocxAttributeOutput::BulletDefinitionMike Kaganski
2016-12-16tdf#99227 follow-up: synchronize setting serializersMike Kaganski
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-12tdf#99227: use correct serializer when exporting drawingMike Kaganski
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin