summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14dos2unix on fltini.cxxJan Holesovsky
2010-10-14Cleanup: remove bogus comments from doc directoryPrashant Shah
This patch removes bogus comments found in the doc directory including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
2010-10-14RTF: stacked fix for nested tablesMiklos Vajna
When the first cell of a table contains an other table, the definition of the outer table has to be written after the inner table. Introduce a stack to handle this.
2010-10-14remove bogus commentsPrashant Shah
2010-10-14Patch that removes death code and comments on writer/sw/sourceGil Forcada
2010-10-14Fixed more OSL_ENSURE missing ';'.Kohei Yoshida
2010-10-14Don't forget a ';' at the end of OSL_ENSURE.Kohei Yoshida
Fixed a build break.
2010-10-13Replace ASSERT and DBG_ASSERT with OSL_ENSUREJacek Wolszczak
2010-10-13Removing some useless comments.Arnaud Versini
2010-10-13Removing some useeless comments.Arnaud Versini
2010-10-13Removing commented source in macassgn.cxx.Arnaud Versini
2010-10-13translate commentsSebastian Spaeth
2010-10-13#i114412# fix localedatawrapper crasherCaolán McNamara
2010-10-13Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/writerNoel Power
2010-10-13Fix fake small caps resizing factor #i1526#Laszlo Nemeth
See detailed explanation in IZ.
2010-10-13Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/writerJan Holesovsky
2010-10-13Merge commit 'origin/master'Noel Power
2010-10-13Cleanup: remove bogus comments from unocore directoryPrashant Shah
This patch removes bogus comments found in the unocore directory including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
2010-10-13Cleanup: remove bogus comments from unocore direcotryPrashant Shah
This patch removes bogus comments found in the unocore direcotry including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
2010-10-13Cleanup: remove bogus comments from inc directoryPrashant Shah
This patch removes bogus comments found in the inc directory including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
2010-10-13RTF: fix for nested tablesMiklos Vajna
The case when the original and the nested table has different cell / row number is now handled. This is done by invalidating the table writer before starting a new table and after finishing one. This is needed to prevent a crash when exporting such tables and also to produce correct output, which conforms to the specification.
2010-10-13Merge branch 'vba' fix trailing ws & tab issuesNoel Power
Conflicts: sw/source/ui/app/docsh.cxx sw/source/ui/uno/unotxdoc.cxx
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky
2010-10-13tidy this, cause it bothers meCaolán McNamara
2010-10-12cleanup bogus commentsPrashant Shah
2010-10-12cleanup redundant / empty comments.Prashant Shah
2010-10-12remove more bogus commentsPrashant Shah
2010-10-12#i112786# make ConfigManager a well-behaved singletonCaolán McNamara
2010-10-12Fixed the double-click behavior on enhanced fieldsCédric Bosdonnat
n#639288
2010-10-12WW8: Fixed the import of nested SET / FILLIN fieldsCédric Bosdonnat
n#634478
2010-10-12OLE Links roundtrip fixed for links as picturesCédric Bosdonnat
n#628098
2010-10-12Fixed the frame surrounding in ww8 importCédric Bosdonnat
n#617593
2010-10-12WW8: Don't show the result of the fields with 0x01 codeCédric Bosdonnat
Fix for n#623944
2010-10-12Fix the roundtrip of DOC unhandled fieldsCédric Bosdonnat
Partly fixes n#628098 (roundtripping OLE Links)
2010-10-12Remove bogus comment in swPrashant Shah
2010-10-11Remove bogus comment in swPrashant Shah
2010-10-11#i112508# remove more dead codeCaolán McNamara
2010-10-11#i114267# remove dead codeCaolán McNamara
2010-10-10Remove bogus commentPrashant Shah
2010-10-10squash some warning: suggest parentheses around && within ||Norbert Thiebaud
2010-10-10Remove bogus commentPrashant Shah
2010-10-10Remove bogus commentPrashant Shah
2010-10-09missing include for SAL_N_ELEMENTSNorbert Thiebaud
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin
2010-10-08CWS-TOOLING: integrate CWS sw33bf11obo
Notes: split repo tag: writer_ooo/OOO330_m10 split repo tag: writer_ooo/OOO330_m11 split repo tag: writer_ooo/OOO330_m12 split repo tag: writer_ooo/OOO330_m13
2010-10-08CWS-TOOLING: integrate CWS hb22obo
2010-10-08CWS-TOOLING: integrate CWS dba33jobo
2010-10-07FASTBOOL to bool conversionNorbert Thiebaud