summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8atr.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-09-29revert hunk that makes sw_ooxmlexport tests failCaolán McNamara1-4/+12
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara1-12/+4
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-2/+2
2014-09-19consider following redline as wellCaolán McNamara1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-11/+11
2014-08-26Avoid undefined null pointer dereferencesStephan Bergmann1-3/+3
2014-08-22Avoid unnecessary invalid downcastsStephan Bergmann1-1/+1
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-2/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-08-01fdo#81341 : DOCX: EditTime is not geting preserved after RTPallavi Jadhav1-0/+2
2014-07-28MSWordExportBase::OutputSectionBreaks: avoid fake section breaksMiklos Vajna1-1/+1
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-2/+2
2014-07-11fdo#76279 Invalid Citation on RoundTripSourav1-3/+2
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-2/+2
2014-06-27fdo#80167 RTF export: don't loose page breaksMiklos Vajna1-3/+10
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+3
2014-06-04fdo#78907 : File crashed while saving.PriyankaGaikwad1-1/+1
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-3/+3
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-2/+3
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-1/+1
2014-05-18fdo#78651 DOCX Incorrect export of nested TablesVinaya Mandke1-0/+7
2014-05-14sprmids is used only inside sw/source/filter/ww8Miklos Vajna1-1/+1
2014-05-09fdo#77890: page break exported as section break if different 1st page is setumeshkadam1-4/+12
2014-04-30sw: sal_Bool->boolNoel Grandin1-2/+2
2014-04-28fdo#77715: Fix for TOC flag field \cDinesh Patil1-4/+8
2014-04-10fdo#77051: Preservation of Index field flag '\f'.YogeshBharate1-0/+11
2014-04-07Rename .doc SPRM IDs to match current MS specsLuke Deller1-14/+16
2014-04-06Full colour table borders in .doc exportLuke Deller1-0/+26
2014-03-31.doc support for recently-added border line typesLuke Deller1-0/+9
2014-03-31MSWordExportBase::OutputItemSet: handle fill attributes as frame onesMiklos Vajna1-7/+8
2014-03-31sw: put getSvx* and setSvx* to a namespace, now that these are publicMiklos Vajna1-1/+1
2014-03-31sw: fix DOC/DOCX/RTF export of TextFrame background colorMiklos Vajna1-0/+20
2014-03-29Typo: varient->variantJulien Nabet1-4/+4
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-0/+3
2014-03-23Full colour borders in .doc import/exportLuke Deller1-62/+56
2014-03-19coverity#736065 Missing break in switchCaolán McNamara1-0/+1
2014-03-19coverity#736064 Missing break in switchCaolán McNamara1-0/+1
2014-03-14Related: rhbz#1075951 abrt crash in MSWordExportBase::OutputFormatCaolán McNamara1-2/+5
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh1-0/+8
2014-03-11hardcoded sprmCFELayoutMiklos Vajna1-3/+3
2014-03-06coverity#1190354 Dereference null return valueCaolán McNamara1-1/+3
2014-03-05fdo#73596 Added support to import and export \r,\h Index flags.Nikhil Walvekar1-0/+2
2014-03-02coverity#704999 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-9/+1
2014-02-26Resolves: #i119612# fix the order of Hebraic string are changed after..Lei De Bin1-3/+28
2014-02-26fdo#75133: Preseved bibliography after round trip.Rohit Deshmukh1-1/+4
2014-02-26fdo#73596 [DOCX] Auto Columns in IndexVinaya Mandke1-14/+23