summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-01-16fdo#72788: sw: fix infinite loop in SwTxtAttr::RstTxtAttrMichael Stahl1-1/+1
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-16fdo#73162: sw: un-break index entries that contain text separatorsMichael Stahl1-1/+6
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-15String::Len was used in a non-bool context hereStephan Bergmann1-1/+1
2014-01-15fdo#73095: fix invalid access in SwFntObj::DrawText()Michael Stahl1-1/+4
2014-01-14mbTiledRendering is uninitializedCaolán McNamara1-0/+1
2014-01-13Let the list of bookmarks in the 'Edit bookmarks' dialog be resizableUlrich Kitzinger1-1/+1
2014-01-11fdo#68211 fdo#72786 Fix for "General input/output error" while opening fileTushar Bende3-2/+12
2014-01-09tweak autocaption option page to shrink nicelyCaolán McNamara1-17/+4
2014-01-09these checkboxes should be indented to indicate their levelCaolán McNamara1-1/+3
2014-01-08allow long labels to line breakCaolán McNamara1-2/+11
2014-01-07Fix fdo#70807: Page Style method isInUse() brokenMarcos Paulo de Souza1-4/+7
2014-01-06cp#2013101510000026: fix file coruption caused by comments' doc exportZolnai Tamás2-7/+0
2014-01-06fix copy&paste error on UIAndras Timar1-1/+1
2014-01-03cp#2013101510000026: doc import of comments affecting more text nodesZolnai Tamás3-6/+58
2014-01-03cp#2013101510000026: doc export of commented text rangesZolnai Tamás8-31/+136
2014-01-03cp#2013101510000026: fix doc export of comments initialsZolnai Tamás2-23/+31
2014-01-03cp#2013101510000026: wrong highlight of commented text range imported from docZolnai Tamás2-5/+3
2013-12-30valgrind: invalid read on deleted SwPageFrmCaolán McNamara3-3/+13
2013-12-29fdo#41109 RTF shape import: handle fBehindDocument propertyMiklos Vajna2-0/+46
2013-12-29fdo#41109 RTF shape import: shpz has priority over dhgtMiklos Vajna2-0/+52
2013-12-28DOCX import: close rPrChange properly.Zolnai Tamás3-0/+13
2013-12-28fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRGMiklos Vajna5-1/+28
2013-12-28Fix stepping to the next changeZolnai Tamás1-2/+2
2013-12-27use SfxSingleTabDialogBase here nowCaolán McNamara1-1/+1
2013-12-23fdo#67370: Hyphens are not visible in tagged PDFKhaled Hosny2-12/+11
2013-12-21fdo#71429: sw: fix crashes when changing header first sharingMichael Stahl1-0/+42
2013-12-21fdo#69065: sw: fix mirrored page style with first-pageMichael Stahl13-58/+143
2013-12-21fdo#70232: sw: brown paper-bag fix for header sharing mangling footersMichael Stahl1-1/+1
2013-12-20fdo#72204 RTF import: fix crash on rotated, but not imported groupshapeMiklos Vajna1-0/+48
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl2-2/+6
2013-12-17fix caption dialogCaolán McNamara4-10/+88
2013-12-17fdo#61638 SmParser::NextToken: don't crash on ending dotMiklos Vajna2-0/+32
2013-12-16initial install-package-foo target for partial installsBjoern Michaelsen1-4/+4
2013-12-15Revert "DOCX: fdo#72560 better solution for exchange alignment for RTL"Faisal M. Al-Otaibi2-14/+0
2013-12-15DOCX: fdo#72560 better solution for exchange alignment for RTLFaisal M. Al-Otaibi2-0/+14
2013-12-11sw/qa/tiledrendering/tiledrendering.ui is not for translationAndras Timar1-8/+8
2013-12-10Related: #i33737# correction: assure the selections does not...Oliver-Rainer Wittmann1-3/+2
2013-12-10fdo#70198: sw: don't truncate Time values on 32bit platformsMichael Stahl2-3/+5
2013-12-09fdo#72488: Broken text when showing visible spaceKhaled Hosny1-1/+7
2013-12-06sw: fix more cases of SwDrawTextInfo::GetText()/SetText() not restoringMichael Stahl1-21/+21
2013-12-06fdo#71714: sw: fix small capitals renderingMichael Stahl1-13/+16
2013-12-05fdo#71866: sw: un-break index updatesMichael Stahl1-1/+2
2013-12-05fdo#71892: sw: fix crash when pasting table in footnoteMichael Stahl1-13/+10
2013-12-05fdo#68724: sw: fix crash on Insert->File with Hybrid PDFMichael Stahl3-1/+26
2013-12-05cp#1000017 DOCX/RTF import: avoid fake tab char in footnotesMiklos Vajna1-2/+1
2013-12-04Relater: rhbz#903281 NULL follow frames on drag/dropCaolán McNamara1-4/+10