summaryrefslogtreecommitdiffstats
path: root/sw/source/filter
Commit message (Expand)AuthorAgeFilesLines
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-20/+20
* RTF export: add SAL_OVERRIDE where overriding non-pure-virtual methodsMiklos Vajna2013-03-193-17/+16
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1912-175/+174
* Wundef, fix various more or less broken debug codeLuboš Luňák2013-03-181-2/+2
* WaE: control might reach end of non-void function ... being inlinedChristian Lohmaier2013-03-181-2/+2
* let LibreOffice find html.stwAndras Timar2013-03-171-12/+10
* Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand2013-03-151-16/+7
* Code cleanup for i#120928 patchCédric Bosdonnat2013-03-1412-68/+66
* Fix issue #i119405: Numbering text style changed after importing the *.docJian Hong Cheng2013-03-145-11/+200
* WaE: various warngs, e.g. unused argument, variables, orderingCaolán McNamara2013-03-137-32/+31
* Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng2013-03-1321-14/+578
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-03-121-32/+34
* fdo#38838: Converting String/UniString to OUStringelixir2013-03-119-36/+36
* fdo#57950: Removed some chained appends from swMarcos Paulo de Souza2013-03-111-71/+37
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-111-1/+1
* Resolves: #i120158# fix Time format is different than MS Office issueLei De Bin2013-03-102-2/+40
* Translate german comments in sw/source/filter/ww8/Joren De Cuyper2013-03-105-132/+117
* embed also view-only fonts, but do not use themLuboš Luňák2013-03-081-1/+4
* Translate german comments in sw/source/filter/ww8/wrtww8.cxxJoren De Cuyper2013-03-081-118/+107
* Resolves: #i120442# fix html-flavored copy+paste of unicode surrogate pairsHerbert Dürr2013-03-071-9/+29
* Translate german comments in wrtw8sty.cxxJoren De Cuyper2013-03-071-78/+76
* do not embed the same font file twice into one .docxLuboš Luňák2013-03-062-51/+64
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-1/+1
* res. bug on numbered paragraph when .doc importMaxime de Roucy2013-03-052-35/+44
* remove trailing whitespacesThomas Arnhold2013-03-042-2/+2
* doubled namespacesThomas Arnhold2013-03-041-2/+0
* remove unused and commented out codeThomas Arnhold2013-03-041-3/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-0311-14/+14
* sal_Bool to boolTakeshi Abe2013-03-032-2/+2
* coverity#704453: new[] vs delete mismatchMarkus Mohrhard2013-03-021-2/+2
* #c704126# fix off-by-one when parsing WW8_STD's fHidden memberHerbert Dürr2013-03-011-1/+1
* Resolves: #i120028# SvxBorderLine leakCaolán McNamara2013-03-011-1/+4
* #c708928# avoid double free errorHerbert Dürr2013-02-271-0/+2
* sw: get rid of no longer needed TOOLS_CONSTASCII_STRINGPARAM defineMiklos Vajna2013-02-271-11/+7
* fdo#61507 export of RTF_TITLE may need RTF_UPR and RTF_UDMiklos Vajna2013-02-262-6/+11
* embed also system fonts when embedding fonts in a documentLuboš Luňák2013-02-263-13/+15
* Comment translation german-englishMatthias Freund2013-02-242-54/+45
* Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet2013-02-231-1/+1
* fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac2013-02-2216-48/+48
* fix sw buildCaolán McNamara2013-02-223-6/+8
* s/the the/the/Tor Lillqvist2013-02-222-2/+2
* Revert "embed also system fonts when embedding fonts in a document"David Ostrovsky2013-02-213-15/+13
* embed also system fonts when embedding fonts in a documentLuboš Luňák2013-02-213-13/+15
* generic integers to enumsLuboš Luňák2013-02-211-2/+2
* fix NULL dereferenceLuboš Luňák2013-02-211-5/+7
* DocxAttributeOutput: fix export of btLr text direction in table cellsMiklos Vajna2013-02-192-2/+26
* sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl2013-02-1812-35/+37
* coverity#703910 Destination buffer too smallCaolán McNamara2013-02-161-9/+34
* coverity#736209: Out-of-bounds accessCaolán McNamara2013-02-162-3/+19
* coverity#736207: Out-of-bounds accessCaolán McNamara2013-02-161-2/+15