summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-01-16sal_Bool to boolTakeshi Abe30-67/+67
2014-01-15RTF export: fix nested commentsMiklos Vajna5-16/+32
2014-01-15String::Len was used in a non-bool context hereStephan Bergmann1-1/+1
2014-01-15Fix brace positionStephan Bergmann1-1/+1
2014-01-15Change various SwTransferable functions to return boolStephan Bergmann2-86/+90
2014-01-15String::Len was used in a non-bool context hereStephan Bergmann1-1/+1
2014-01-15DdeSetData should apparently return boolStephan Bergmann2-2/+2
2014-01-15remove sfx2/appuno.hxxMatúš Kukan2-2/+0
2014-01-15filter: audit customshape type -> drawingML preset shape tableMiklos Vajna2-0/+15
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara83-226/+225
2014-01-15Related: #i17171# foul addition of MAX value to offsetCaolán McNamara1-1/+4
2014-01-15explicit inline annoys meCaolán McNamara1-5/+5
2014-01-15these members aren't used at allCaolán McNamara2-15/+0
2014-01-15Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara9-22/+24
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara69-254/+244
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara100-1094/+1075
2014-01-15DdeGetData should apparently return boolStephan Bergmann2-2/+2
2014-01-15FILESAVE: DOCX Preserve Font information for Para markerNikhil Walvekar1-12/+12
2014-01-15Drop unused nMergeType from SwNewDBMgrJan-Marek Glogowski4-15/+0
2014-01-15Rename some mail merge variablesJan-Marek Glogowski1-16/+16
2014-01-15Looks like a leftover "> 0"Stephan Bergmann1-1/+1
2014-01-15SwFormTokenToString is unused since 2004Michael Stahl1-12/+0
2014-01-15fdo#73162: sw: un-break index entries that contain text separatorsMichael Stahl1-1/+6
2014-01-14VML import: don't assume both parameters are available while parsing commandsMiklos Vajna1-0/+0
2014-01-14fdo#73095: fix invalid access in SwFntObj::DrawText()Michael Stahl1-1/+4
2014-01-14longparas: don't truncate lone glossary entriesCaolán McNamara1-8/+6
2014-01-14DOCX drawingML shape filter: export title and descriptionMiklos Vajna3-1/+11
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann4-7/+7
2014-01-14Some code cleaning & touch-upsAdam Co1-3/+5
2014-01-14Add unit-test for 'track changes - paragraph properties changed' preservationAdam Co2-0/+26
2014-01-14PrepareClose should probably return boolStephan Bergmann4-11/+8
2014-01-14RET_NEWTASK is apparently unused (since around 2000)Stephan Bergmann1-1/+1
2014-01-13DocxAttributeOutput: factor out writeDMLTextFrame() into DocxSdrExportMiklos Vajna4-163/+173
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara6-121/+127
2014-01-13SwTxtNode::RstTxtAttr(): remove special case "continue"Michael Stahl1-4/+0
2014-01-13SwTxtNode::RstTxtAttr(): translate german commentsMichael Stahl1-23/+18
2014-01-13SwTxtNode::RstTxtAttr() depends on some implementation details..Michael Stahl1-0/+15
2014-01-13fdo#72788: sw: fix infinite loop in SwTxtAttr::RstTxtAttrMichael Stahl1-1/+1
2014-01-13fdo#70942 Preserve original shape type, if shape contains text.Nikhil Walvekar3-4/+28
2014-01-13fdo#73247: Code fixed for Shape rotation not preserved in RTYogeshBharate3-1/+44
2014-01-13fdo#65833 Fix to preserve VML Canvas InformationVinaya Mandke2-0/+10
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co67-332/+332
2014-01-13fdo#69613: Code changes for TOC with flag '\x' should get preserved after RT.YogeshBharate9-0/+24
2014-01-13Let the list of bookmarks in the 'Edit bookmarks' dialog be resizableUlrich Kitzinger1-1/+1
2014-01-13Translate some old german commentsStefan Ring1-62/+61
2014-01-13fdo#69613:Fix for TOC field flag 'b' should preserved after RT.PriyankaGaikwad9-0/+76
2014-01-13fdo#69613: Code changes for TOC with flag '\w' should get preserved after RT.YogeshBharate11-0/+31
2014-01-13DOCX export: fix nested commentsMiklos Vajna4-6/+27
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet1-2/+1
2014-01-11Related: fdo#67386 RtfSdrExport: fix crash by respecting size of aVerticesMiklos Vajna2-7/+12