summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-20fix SwIndex assert on fdo66692-2.docCaolán McNamara1-0/+15
2015-07-09tdf#92281 - FILEOPEN: Only western font is set for symbols in DOC filesMark Hung1-0/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-216/+216
2015-05-05loplugin:staticmethodsNoel Grandin1-13/+13
2015-05-02sw: prefix members of SwWW8ImplReaderMiklos Vajna1-389/+389
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-07negative after-text indents ignored by msword for aposCaolán McNamara1-0/+26
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-34/+34
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-21Char shading: use a marker for character background imported from MSO shadingZolnai Tamás1-0/+13
2015-03-21Char highlight: DOC filtersZolnai Tamás1-2/+2
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-17WW8: bShdTxtCol is always falseZolnai Tamás1-12/+0
2015-03-15WW8: bCharShdTxtCol is always falseZolnai Tamás1-17/+0
2015-03-12sw: PVS-Studio V616 'WW8_TOP' named constant with the value of 0Michael Stahl1-4/+4
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-5/+5
2015-01-12sw: fdo#88005: fix check in SwWW8ImplReader::StopApo()Michael Stahl1-2/+1
2015-01-12sw: translate some german commentsMichael Stahl1-23/+17
2014-12-30i#93570 DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARKMiklos Vajna1-1/+2
2014-12-02loplugin: cstylecastNoel Grandin1-22/+22
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-10Resolves fdo#86008: fix a crash when open doc fileJulien Nabet1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-2/+2
2014-10-29sw: translate Netto to NetMichael Stahl1-12/+12
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-20sw: ww8: fix another ~SwIndexReg() assertionMichael Stahl1-2/+4
2014-08-18Fix missing prefixMiklos Vajna1-3/+3
2014-08-17fix reading a .doc that has frame anchored to the end of page (bnc#787942)Luboš Luňák1-1/+13
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-6/+6
2014-07-21fix floating table over section with several columns (part of bnc#875383)Luboš Luňák1-1/+3
2014-07-12fdo#80333: .doc has large black rectangles between paragraphsZolnai Tamás1-10/+14
2014-06-30Related: #i78498# improvements/corrections regarding outline level & CoOliver-Rainer Wittmann1-7/+20
2014-06-26Resolves: #i125122# WW8 import: Handle nested TOX fieldsOliver-Rainer Wittmann1-3/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-2/+2
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-1/+2
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-26bnc#863018 WW8 import: fix upper margin of multi-page floating tableMiklos Vajna1-1/+19
2014-05-14sprmids is used only inside sw/source/filter/ww8Miklos Vajna1-1/+1
2014-05-08Handle bad SwWW8ImplReader::GetCol inputStephan Bergmann1-2/+4
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-5/+5
2014-04-30sw: sal_Bool->boolNoel Grandin1-5/+5
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-40/+9
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-04-08coverity#736070 Missing break in switchCaolán McNamara1-0/+1
2014-04-08coverity#736069 Missing break in switchCaolán McNamara1-0/+1