summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8atr.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-02bffvalidator: animated text srpm has 1 byte payload, not 2Caolán McNamara1-1/+1
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen1-1/+1
2016-05-14tdf#99699 Do nullptr check BEFORE calling methodMichael Weghorn1-2/+3
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-5/+3
2016-05-11SAL_FALLTHROUGH is intended hereStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-4/+4
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-8/+11
2016-04-27tdf#99474 close direct char fmt at end of paraLuke Deller1-2/+0
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+3
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2016-02-09crashtesting: assert on exporting tdf94913-1.docx to docCaolán McNamara1-1/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-18/+18
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2015-12-12TyposJulien Nabet1-1/+1
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