summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-08-23recreated tag libreoffice-3.3.0.4 which had these commits:Bjoern Michaelsen
commit a459007bd5e462d85981eaa32e3b970555bcdea6 (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 18 19:01:22 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit dce61127f79a7a991ff32208b72e931d2353e1cd Author: Kohei Yoshida <kyoshida@novell.com> Date: Fri Jan 14 11:54:40 2011 -0500 Remove pesky on-line registration menu entry. (fdo#33112) sw/uiconfig/swform/menubar/menubar.xml | 1 - sw/uiconfig/swreport/menubar/menubar.xml | 1 - sw/uiconfig/swxform/menubar/menubar.xml | 1 - 3 files changed, 0 insertions(+), 3 deletions(-) commit a9c85da2fa4919e2520a6db08d3836e00a2b3fa9 Author: Caolán McNamara <caolanm@redhat.com> Date: Fri Jan 14 11:44:23 2011 +0000 Resolves: fdo#32633 use standard Edit button width of 50 (cherry picked from commit a3c9ea96b2deee09060fae80d673e262b27872bb) sw/source/ui/misc/titlepage.src | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit a79b457b9123b253bdadcb7c7602b8186b30d701 Author: Caolán McNamara <caolanm@redhat.com> Date: Tue Jan 11 20:33:41 2011 +0000 fix this to build sw/source/core/crsr/pam.cxx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit fec902aecf9b4f5cee9d0fa18e502a136bd52595 Author: Cédric Bosdonnat <cedricbosdo@openoffice.org> Date: Tue Jan 11 20:18:26 2011 +0100 n#657135: Enhanced fields fixes (key inputs, and 0-length fields import) sw/source/core/crsr/bookmrk.cxx | 2 +- sw/source/core/crsr/pam.cxx | 5 +++-- sw/source/filter/ww8/wrtw8nds.cxx | 6 +++--- sw/source/filter/ww8/ww8scan.hxx | 2 +- sw/source/ui/docvw/edtwin.cxx | 19 ++++++++++++++++--- 5 files changed, 24 insertions(+), 10 deletions(-) commit 8f92e60e028df8c0bd32aa3a04f7105d8446bf4a Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:59:38 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master. Notes: split repo tag: writer_libreoffice-3.3.0.4
2011-01-09We need to move to the next record during mail merge. (fdo#32790)Kohei Yoshida
I believe this code change was unintentional. We shouldn't be skipping MoveResultSet call or else all the emails would be sent to the first person unintentionally. ;-) (cherry picked from commit 20b3b54b246159baeac941fe0acdeb61cc5cd112)
2011-01-07remove commented codePetr Mladek
2011-01-07Merge commit 'ooo/OOO330_m19' into libreoffice-3-3Petr Mladek
2011-01-04Resolves: fdo#32633 stretch title dialog to get translations to fixCaolán McNamara
(cherry picked from commit c75a9e280e3f1282c25d7c1f572cfa4bad3f8ba8)
2011-01-04Resolves: fdo#32633 rearrange title dialog to get translations to fixCaolán McNamara
(cherry picked from commit 049b8e51b06f64fa8b353d65589b55d60ce5b83e)
2010-12-22Resolves: rhbz#660342 Undo/Redo crash with postitsCaolán McNamara
(cherry picked from commit 1b58066892daa9365d23b39d7439fbbe7d562b13)
2010-12-15ooo33gsl13: #i116085# adjust PageRange handling in writer PDF exportPhilipp Lohmann [pl]
2010-12-03fdo#32039: Missing outline feature in new RTF export filterCédric Bosdonnat
2010-12-03fdo#31190: Use the same method to getthe DBData than the mail mergeCédric Bosdonnat
2010-12-01Added some more infos to the layout dumpCédric Bosdonnat
2010-12-01SwBodyFrm::Paint needs to call the parent method in any caseCédric Bosdonnat
2010-12-01Layout debugging: the SwBodyFrm::Paint shouldn't paint in non-debug modeCédric Bosdonnat
2010-12-01Added a layout dump hidden feature for dbglevel>1Florian Reuter
2010-12-01Resolves: rhbz#657718# Crash in SwObjectFormatterTxtFrm::CreateObjFormatterCaolán McNamara
(cherry picked from commit 7f75773f59f4e755c8e18b8f604d3ac56d94914e) Notes: split repo tag: writer_LIBREOFFICE_3_3_0_1
2010-11-30RTF: port last changes from CWSMiklos Vajna
Conflicts: sw/source/filter/ww8/rtfattributeoutput.cxx
2010-11-29n#636367: Table alignment set to "From Left" when moving the rightCédric Bosdonnat
When moving the right end of a table, the table alignment came to Manual but this caused size weirdness when switching from web to print layout. Using the "From left" option for the alignment keeps the size.
2010-11-27Resolves: rhbz#657541# avoid null ptr. deref. when iterating through empty ↵David Tardon
itemset
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard
2010-11-26Fix n#653526: Some section was added after having written the SEPXCédric Bosdonnat
The real problem is probably more on the docx import side, but it can't hurt to have some guards on the export as well.
2010-11-25Put show credits entry into all app ui configsThorsten Behrens
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat
* Fixed the different dbglevel builds * This needed to change all the sw local ASSERT to OSL_ENSURE...
2010-11-24replace DBG_UTIL -> OSL_DEBUG_LEVEL > 1David Tardon
Breaks build when configured with both --enable-debug and --enable-dbgutil and built with dbglevel=1 . (cherry picked from commit c3d0c4ec39417cdb1f6d7e4e23d6cd79e16d8299)
2010-11-24Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup.Giuseppe Castagno
(cherry picked from commit 9771daa4e13ceef4917fb230cd72a2aa098f1400)
2010-11-24fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixupDavid Tardon
(cherry picked from commit f19fb8630f6dbf4b525bdd4ba775f05bb9d7e1a0)
2010-11-24n#652204: Font color selection didn't effect new textCédric Bosdonnat
Fixed the font color selection behavior: selecting a color when no text is selected doesn't turn the paintbrush mode anymore.
2010-11-23n#652364: Fixed a ww8 column break import problem.Cédric Bosdonnat
When a column section break was inserted in word, it was transformed into a page break.
2010-11-22#b7001883# exit if sprm array is invalidos
2010-11-19Enhanced fields navigation enhancementsCédric Bosdonnat
Fixes the following bugs: * n#423729: Select the first field by default * n#639288: When double-clicking in an enhanced field, select the whole content of the field and don't complain about read-only selection * When navigating between the fields using Tab / Shift+Tab, select only the content of the field without the field delimiters Some comments cleanup is also included.
2010-11-19Made the "My AutoText" string localizable, #i66304#Andras Timar
2010-11-12RTL_CONSTASCII_USTRINGPARAM used with nonarrayCaolán McNamara
2010-11-12RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2010-11-11Merge commit 'ooo/OOO330_m14' into libreoffice-3-3Jan Holesovsky
2010-11-10#i115495# fix type promotion problemCaolán McNamara
(cherry picked from commit 9c2b85ef9b9a45526f5e4be2573a704364162cb8)
2010-11-09RTF: Delete leaky pStream after import (fdo#31362)Miklos Vajna
Not deleting pStream resulted not removing the lock file either.
2010-11-07Fix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupTor Lillqvist
2010-11-07Fix compilation error in DBG_UTIL buildTor Lillqvist
When using a testing flag which is defined inside #if OSL_DEBUG_LEVEL>1, use the same preprocessor condition. Not #ifdef DBG_UTIL, which is orthogonal (apparently).
2010-11-04setup xml namespaces also for footers and headers (bnc#581954)Luboš Luňák
2010-11-03cws tl88: #i115354# crash when opening File/Print dialog fixedThomas Lange [tl]
2010-10-31use RTL_CONSTASCII_USTRINGPARAM avoiding possible ternary operator confusionCaolán McNamara
Notes: split repo tag: writer_LIBREOFFICE_3_3_FREEZE