summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2014-01-22remove SvStream::operator<< methodsNoel Grandin4-12/+19
2014-01-22convert more SvStream::operator<< callsNoel Grandin13-339/+337
2014-01-22Clean up SfxItemSet::PutStephan Bergmann3-5/+5
2014-01-22fdo#73886: Let's keep the "left" border outer and "right" inner.Kohei Yoshida1-10/+4
2014-01-22longparas: sneaky sal_uInt16 casts truncating values causing loopCaolán McNamara2-3/+3
2014-01-22DOCX import: set document-level font size default based on default para styleMiklos Vajna1-1/+16
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann26-92/+92
2014-01-22bool improvementsStephan Bergmann28-81/+80
2014-01-22fdo#73534 : Table row data was getting displayed twice after RTTushar Bende3-7/+15
2014-01-22Typo in commentKhaled Hosny1-1/+1
2014-01-22Writer, please stop harassing meKhaled Hosny1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2-2/+2
2014-01-21fdo#68959: sw: fix painting of tab fill characters in small caps textMichael Stahl3-9/+9
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann3-4/+4
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe18-85/+72
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara2-4/+9
2014-01-20Resolves: #i124039# assure correct line break for multi-lined Input FieldsOliver-Rainer Wittmann2-1/+10
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara1-7/+15
2014-01-20misuse of OUString::boolean on sal_uInt8 valuesCaolán McNamara1-4/+4
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino2-5/+6
2014-01-20fdo#69613 : Fix for TOC with flag '\u' should get preserved after RT.Pallavi Jadhav4-112/+122
2014-01-20Remove dead codeTakeshi Abe1-7/+0
2014-01-19CID#1158520: use after freeMarkus Mohrhard1-1/+2
2014-01-19CID#1157755 and CID#1157756: resource leaksMarkus Mohrhard1-2/+4
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 Bergmann74-375/+370
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann1-1/+1
2014-01-17Window::Notify should return boolStephan Bergmann5-11/+11
2014-01-17Add the Navigation buttons to the Search toolbarSamuel Mehrbrodt3-17/+29
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-16fdo#73414 Remove Increase Font limits for WriterMaxim Monastirsky1-6/+6
2014-01-16Resolves: #i124030# do not delete UNO mark which are not expanded...Oliver-Rainer Wittmann1-40/+63
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-16sw: make these public as well for unit testsMiklos Vajna1-1/+1
2014-01-16sw: make these public, they will be needed in unit testsMiklos Vajna1-1/+1
2014-01-16sal_Bool to boolTakeshi Abe28-63/+63
2014-01-15RTF export: fix nested commentsMiklos Vajna2-16/+22
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 Bergmann1-1/+1