summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-11-05fixincludeguards.sh: swThomas Arnhold64-157/+157
2013-11-04DOCX filter: handle CT_Ind_rightChars and CT_PPrBase_snapToGridMiklos Vajna1-3/+34
2013-11-04DOCX filter: roundtrip themeTint and themeShadeMiklos Vajna1-0/+6
2013-11-04DOCX filter: more run properties table style roundtrip workMiklos Vajna1-1/+15
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-11-03Get rid of global aDotStrTor Lillqvist2-2/+2
2013-11-02fdo#39468 Translate German strings.Henning Diedler1-4/+4
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann8-17/+17
2013-11-01-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-11-01-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-11-01Made some changes to remove the compile warnings...Jian Hong Cheng3-11/+16
2013-11-01Revise un-necessary checking..Jian Hong Cheng1-2/+2
2013-11-01Resolves: #i120927: Import/Export Hyperlink Info of Graphic with Anchor...Jian Hong Cheng6-0/+621
2013-10-31writerfilter: implement BorderHandler::getInteropGrabBag()Miklos Vajna1-9/+30
2013-10-31DOCX filter: roundtrip more table cell border properties for table stylesMiklos Vajna1-4/+12
2013-10-31writerfilter: implement TDefTableHandler::getInteropGrabBagMiklos Vajna1-1/+47
2013-10-30-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2013-10-30DOCX filter: roundtrip more table style propertiesMiklos Vajna1-1/+68
2013-10-30Factor out DocxTableStyleExport from DocxAttributeOutputMiklos Vajna5-402/+511
2013-10-30DOCX export: initial w:tblStylePr handlingMiklos Vajna1-0/+45
2013-10-29cppcheck: fix Possible inefficient checking for emptinessJulien Nabet1-1/+1
2013-10-29DOCX export: handle table style's pPr / rPr from InteropGrabBagMiklos Vajna1-1/+100
2013-10-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-7/+7
2013-10-28DOCX filter: roundtrip semiHidden and unhideWhenUsed for table stylesMiklos Vajna1-1/+9
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna17-49/+49
2013-10-25move OOXML_COLOR_AUTO from writerfilter to msfilter, we need it from swMiklos Vajna1-0/+4
2013-10-25DOCX export: table style export: initial cell hanglingMiklos Vajna1-1/+39
2013-10-25DOCX export: table style export: handle tblStyleRowBandSize, etc.Miklos Vajna1-8/+60
2013-10-24DOCX filter: initial table style export based on InteropGrabBagMiklos Vajna2-0/+132
2013-10-24Resolves: #i120879# import "Microsoft Word TOC bookmarks" as...Oliver-Rainer Wittmann6-88/+200
2013-10-23Fix indentationTor Lillqvist1-49/+51
2013-10-23WaE: statement aligned as second statement in if ... [loplugin]Tor Lillqvist1-1/+2
2013-10-23Resolves: #i119963#, #i120877# import and export actual TOC contentOliver-Rainer Wittmann13-484/+616
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-1/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin2-8/+7
2013-10-22sw: try to fix Android tinderbox re StringMichael Stahl1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist37-144/+144
2013-10-22Bin useless swmod commentsTor Lillqvist6-7/+7
2013-10-22DocxAttributeOutput: comment wanted to refer to boost::noneMiklos Vajna1-1/+1
2013-10-22boost::optional default ctor uses boost::none alreadyMiklos Vajna1-1/+1
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co10-31/+32
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara2-4/+4
2013-10-21drop CharSet typedefCaolán McNamara6-19/+19
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+0
2013-10-19CID1078820 has already been dereferenced on all paths leading to the checkCaolán McNamara1-1/+3
2013-10-19CID#1103655 logically dead code, we check for < 4 alreadyCaolán McNamara1-2/+0
2013-10-19CID#1103681 annotate as deliberate fallthroughCaolán McNamara1-1/+2
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin36-114/+114
2013-10-18convert String vectors to OUString vectors in SWNoel Grandin7-7/+6
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin13-134/+130