summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-21drawingML export: fix position of wrapped shapes in DOCXMiklos Vajna
2014-01-21fdo#68959: sw: fix painting of tab fill characters in small caps textMichael Stahl
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe
2014-01-20drawingML export: zero rotation shouldn't alter the shape positionMiklos Vajna
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara
2014-01-20Resolves: #i124039# assure correct line break for multi-lined Input FieldsOliver-Rainer Wittmann
2014-01-20fdo#73389 Writer does not show a docx-document with nested table correctlyZolnai Tamás
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara
2014-01-20misuse of OUString::boolean on sal_uInt8 valuesCaolán McNamara
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino
2014-01-20drawingML export: write TextShape outline propertiesMiklos Vajna
2014-01-20fdo#69613 : Fix for TOC with flag '\u' should get preserved after RT.Pallavi Jadhav
2014-01-20Remove dead codeTakeshi Abe
2014-01-19make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar
2014-01-19CID#1158520: use after freeMarkus Mohrhard
2014-01-19CID#1157755 and CID#1157756: resource leaksMarkus Mohrhard
2014-01-18ooxml: unit test for shape theme attributes preservationJacobo Aragunde Pérez
2014-01-18sw: add testcase for RTF_LEVELFOLLOW importMiklos Vajna
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-18Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-01-17fdo#73660: sw: fix Find of words containing soft-hyphenMichael Stahl
2014-01-17Window::Notify should return bool, reduxStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann
2014-01-17VML import: handle shape with text inside groupshape as TextShapeMiklos Vajna
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-17VML import: fix height of textboxes when border distance is non-zeroMiklos Vajna
2014-01-17Add the Navigation buttons to the Search toolbarSamuel Mehrbrodt
2014-01-17VML import: fix rotation of simple shapes inside group shapesMiklos Vajna
2014-01-17Translate some German comments to English in sw/source/core/text/txtfrm.cxx.Sven Wehner
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner
2014-01-17Resolves: #i123480# assure sorting of subset mark containers...Oliver-Rainer Wittmann
2014-01-17WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
2014-01-17Small efficiency fix - move command out of loop.Adam Co
2014-01-16sw: CppunitTest_uiwriter has grown a dep on msword libraryMichael Stahl
2014-01-16fdo#73414 Remove Increase Font limits for WriterMaxim Monastirsky
2014-01-16Assert SwReaderWriter::GetReader returning non-nullStephan Bergmann
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
2014-01-16Resolves: #i124030# do not delete UNO mark which are not expanded...Oliver-Rainer Wittmann
2014-01-16sw: the Assign Styles dialog is not called Insert Database ColumnsMichael Stahl
2014-01-16fdo#73043: sw: fix Index/TOC Assign Styles dialogMichael Stahl
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-16missing sal_Int32Miklos Vajna
2014-01-16CppunitTest_sw_uiwriter: add testcase for ExportRTF()Miklos Vajna
2014-01-16sw: make these public as well for unit testsMiklos Vajna
2014-01-16CppunitTest_sw_uiwriter: add testcase for ImportRTF()Miklos Vajna
2014-01-16sw: make these public, they will be needed in unit testsMiklos Vajna
2014-01-16sal_Bool to boolTakeshi Abe