summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-01-20fdo#69613 : Fix for TOC with flag '\u' should get preserved after RT.Pallavi Jadhav9-113/+140
2014-01-20Remove dead codeTakeshi Abe1-7/+0
2014-01-19make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar2-3/+3
2014-01-19CID#1158520: use after freeMarkus Mohrhard1-1/+2
2014-01-19CID#1157755 and CID#1157756: resource leaksMarkus Mohrhard1-2/+4
2014-01-18ooxml: unit test for shape theme attributes preservationJacobo Aragunde Pérez2-0/+48
2014-01-18sw: add testcase for RTF_LEVELFOLLOW importMiklos Vajna2-0/+51
2014-01-18Window::PreNotify should return boolStephan Bergmann9-22/+22
2014-01-18Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe11-19/+32
2014-01-17fdo#73660: sw: fix Find of words containing soft-hyphenMichael Stahl1-1/+3
2014-01-17Window::Notify should return bool, reduxStephan Bergmann1-1/+1
2014-01-17bool improvementsStephan Bergmann85-405/+400
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann1-1/+1
2014-01-17VML import: handle shape with text inside groupshape as TextShapeMiklos Vajna2-0/+4
2014-01-17Window::Notify should return boolStephan Bergmann5-11/+11
2014-01-17VML import: fix height of textboxes when border distance is non-zeroMiklos Vajna2-0/+4
2014-01-17Add the Navigation buttons to the Search toolbarSamuel Mehrbrodt7-23/+97
2014-01-17VML import: fix rotation of simple shapes inside group shapesMiklos Vajna2-0/+11
2014-01-17Translate some German comments to English in sw/source/core/text/txtfrm.cxx.Sven Wehner1-69/+63
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner5-24/+24
2014-01-17Resolves: #i123480# assure sorting of subset mark containers...Oliver-Rainer Wittmann2-21/+56
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