summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8sty.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-18tdf#76817: fix missing heading styles assigned to outline levels in ooxmlMark Hung1-1/+9
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-17tdf#36117 .doc preserve page vertical alignment after RTJustin Luth1-0/+28
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-13boost->stdCaolán McNamara1-1/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-21some ww6 left-oversCaolán McNamara1-7/+0
2015-06-20sw: WW8 export: remove unused WW8_SepInfo::pNumNdMichael Stahl1-11/+0
2015-06-20sw: WW8 export: remove WW6 export, partB: newly dead functionsMichael Stahl1-30/+0
2015-06-20sw: WW8 export: remove WW6 export, part7: bWrtWW8 in wrtw8sty.cxxMichael Stahl1-221/+117
2015-06-20sw: WW8 export: remove WW6 export, part4: wwFont::mbWrtWW8Michael Stahl1-45/+22
2015-06-20sw: WW8 export: remove WW6 export, part3: wwFontHelper::mbWrtWW8Michael Stahl1-22/+11
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-4/+4
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-269/+269
2015-05-07Fix typo informations -> informationAndrea Gelmini1-1/+1
2015-05-07sw: prefix members of MSWordStylesMiklos Vajna1-19/+19
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-05-03sw: prefix members of MSWordExportBaseMiklos Vajna1-58/+58
2015-04-23cppcheck: cstyleCast, these cast's are unnecessary anywayCaolán McNamara1-9/+7
2015-04-21tdf#78606: Write DOCX header even if section is first paragraphEilidh McAdam1-3/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-9/+9
2015-03-24tdf#89405 DOC export: fix corrupted comment orderPiet van Oostrum1-8/+15
2015-03-02V813: Decreased performanceCaolán McNamara1-1/+1
2015-02-23tdf#86543: reinterpret_cast -1 of appropriate width as special markerStephan Bergmann1-3/+3
2015-02-02unwind the casts to initial entry pointsCaolán McNamara1-2/+3
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+3
2014-12-11DOCX export: don't write w:suppressAutoHyphens unconditionallyMiklos Vajna1-1/+1
2014-12-02loplugin: cstylecastNoel Grandin1-20/+20
2014-11-27WW8_WrPlcSubDoc::WriteGenericTxt: fix missing indentationMiklos Vajna1-39/+39
2014-11-20expand complex cascading conditional operatorBjoern Michaelsen1-2/+5
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-6/+6
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-1/+1
2014-08-26Avoid undefined null pointer dereferencesStephan Bergmann1-7/+7
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-12fdo#77979: sw: RTF export: write non-ASCII font names encodedMichael Stahl1-1/+2
2014-05-27sw: clean up some relative includesMichael Stahl1-1/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-3/+3
2014-05-14sprmids is used only inside sw/source/filter/ww8Miklos Vajna1-1/+1
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-4/+2
2014-04-14translate some germanThomas Arnhold1-2/+2
2014-03-29Typo: varient->variantJulien Nabet1-1/+1
2014-03-20DocxAttributeOutput::EndStyles: avoid hardwired 4091Miklos Vajna1-2/+0