summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8atr.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-08bffvalidator: animated text srpm has 1 byte payload, not 2Caolán McNamara1-1/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-4/+4
2016-05-15tdf#99699 Do nullptr check BEFORE calling methodMichael Weghorn1-2/+3
2016-05-03tdf#99474 close direct char fmt at end of paraLuke Deller1-2/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-22/+22
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky1-1/+1
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-45/+45
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-2/+2
2015-10-18fix StyleRef to Heading styles when doc is opened in localized MS WordAndras Timar1-2/+2
2015-10-16drop templated HasItem in favour of new templated SfxItemSet::GetItemCaolán McNamara1-7/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-10/+10
2015-10-05sw: don't hardcode sprmCCvUl (underline color)Miklos Vajna1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-08-21export 'Chapter' field type as 'StyleRef' into .docAndras Timar1-1/+5
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-11tdf#92885 - Incorrect cell border drawing in DOC file after saving in 5.0Noel Grandin1-2/+6
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-22fix SHD ipat entry settingCaolán McNamara1-1/+1
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-20loplugin:staticmethodsStephan Bergmann1-3/+3
2015-06-20sw: WW8 export: remove newly unused parametersMichael Stahl1-8/+6
2015-06-20sw: WW8 export: remove WW6 export, part8: bWrtWW8 in ww8atr.cxxMichael Stahl1-689/+300
2015-06-20sw: WW8 export: RawText parameter bForceUnicode is obsoleteMichael Stahl1-2/+2
2015-06-20sw: WW8 export: remove WW6 export, part1: WW8Export::IsUnicode()Michael Stahl1-78/+20
2015-06-19tdf#88697: sw: make WW8 export of CITATION fields compatible withMichael Stahl1-4/+32
2015-06-19sw: remove the SwField::ExpandCitation disasterMichael Stahl1-1/+2
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-479/+479
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5
2015-05-03sw: prefix members of MSWordExportBaseMiklos Vajna1-199/+199
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+4
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-6/+6
2015-04-14SwRTFWriter::OutRTFBorder is gone, so no merging needed anymoreCaolán McNamara1-3/+0
2015-04-08fix assert on exporting fdo79938-1.ott to .docCaolán McNamara1-2/+4
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-18/+14
2015-03-21Char highlight: convert LO character background to MSO highlightingZolnai Tamás1-52/+4
2015-03-21Char shading: use a marker for character background imported from MSO shadingZolnai Tamás1-4/+17
2015-03-21Char highlight: export character background to MSO formats based on settingsZolnai Tamás1-1/+15
2015-03-21Char highlight: DOC filtersZolnai Tamás1-0/+11
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-02-21Typo: paragaph(s)->paragraph(s)Julien Nabet1-1/+1
2015-01-31tdf#88583 MSWordExportBase: fix handling of paragraph background colorMiklos Vajna1-0/+8
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-4/+4
2014-12-19fdo#59886 export fixed date and time fields to docx.Eilidh McAdam1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-02loplugin: cstylecastNoel Grandin1-23/+23