summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-01-17WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2014-01-17Small efficiency fix - move command out of loop.Adam Co1-1/+2
2014-01-16sw: CppunitTest_uiwriter has grown a dep on msword libraryMichael Stahl1-0/+1
2014-01-16fdo#73414 Remove Increase Font limits for WriterMaxim Monastirsky1-6/+6
2014-01-16Assert SwReaderWriter::GetReader returning non-nullStephan Bergmann1-0/+1
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-6/+4
2014-01-16Resolves: #i124030# do not delete UNO mark which are not expanded...Oliver-Rainer Wittmann1-40/+63
2014-01-16sw: the Assign Styles dialog is not called Insert Database ColumnsMichael Stahl1-1/+1
2014-01-16fdo#73043: sw: fix Index/TOC Assign Styles dialogMichael Stahl1-2/+2
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2-6/+6
2014-01-16missing sal_Int32Miklos Vajna1-2/+2
2014-01-16CppunitTest_sw_uiwriter: add testcase for ExportRTF()Miklos Vajna1-0/+30
2014-01-16sw: make these public as well for unit testsMiklos Vajna2-3/+3
2014-01-16CppunitTest_sw_uiwriter: add testcase for ImportRTF()Miklos Vajna2-0/+25
2014-01-16sw: make these public, they will be needed in unit testsMiklos Vajna3-4/+4
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