summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-02-12Resolves: #i124179# trigger update User Fields...Oliver-Rainer Wittmann5-4/+67
2014-02-12Resolves: fdo#74780 #i124178# correct export of User Variable Input FieldsOliver-Rainer Wittmann1-1/+1
2014-02-12Do not reference a dangling OUStringStephan Bergmann1-1/+1
2014-02-12nPDescPos is never readStephan Bergmann1-13/+1
2014-02-10coverity#1130443 Improper use of negative valueCaolán McNamara1-1/+1
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl2-5/+6
2014-02-07fdo#74474: sw: fix Label wizard document creation (2 in 1)Michael Stahl2-6/+6
2014-02-06fdo#74489 replace '\n' to ' ' in fields (e.g. multiline headings)Andras Timar1-1/+1
2014-02-06fdo#61251 prefer exact matches before case guess matchingCaolán McNamara1-6/+32
2014-02-04fdo#73300: sw: GraphicObjects are never swapped outMichael Stahl1-3/+5
2014-02-04fdo#73300: sw: don't swap in all images when loading filesMichael Stahl1-0/+3
2014-01-30fdo#74119 fix unlocalized redline menuAndras Timar5-29/+46
2014-01-30fdo#63553: sw: fix copy/paste of cross referencesMichael Stahl1-5/+13
2014-01-29fdo#73487, fdo#73886: Overhaul cell borders to make them look sane.Kohei Yoshida1-10/+4
2014-01-27fdo#66011 abi#2128 RTF import: fix memory leakMiklos Vajna1-0/+17
2014-01-26RTF import: fix handling of font color from paragraph styleMiklos Vajna2-0/+35
2014-01-25fdo#67238: sw: fix table cell UnprotectMichael Stahl1-8/+9
2014-01-25fdo#68876: sw: layout should never care about IsFirstShared()Michael Stahl1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann3-3/+3
2014-01-21fdo#68959: sw: fix painting of tab fill characters in small caps textMichael Stahl3-9/+9
2014-01-21fdo#73389 Writer does not show a docx-document with nested table correctlyZolnai Tamás2-0/+7
2014-01-20fdo#73660: sw: fix Find of words containing soft-hyphenMichael Stahl1-1/+3
2014-01-20WaE: macro is not usedTor Lillqvist1-2/+0
2014-01-19make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar1-2/+2
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