summaryrefslogtreecommitdiff
path: root/sw/source/ui
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-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-03fdo#31190: Use the same method to getthe DBData than the mail mergeCédric Bosdonnat
2010-12-01Added a layout dump hidden feature for dbglevel>1Florian Reuter
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-24Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup.Giuseppe Castagno
(cherry picked from commit 9771daa4e13ceef4917fb230cd72a2aa098f1400)
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-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-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-10-31Use RTL_CONSTASCII_USTRINGPARAM macroGert Faller
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
2010-10-27micro optimizationsCaolán McNamara
2010-10-27Add character count exclusive of whitespace to document statistics part 1Mattias Johnsson
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-25Add few missing semicolons to fix the build.Jan Holesovsky
2010-10-24DBG_* -> OSL_ENSURE cleanup, few German -> English translations.Jacek Wolszczak
2010-10-21make address book sub dialog behave correctlyCaolán McNamara
2010-10-20convert to new OSL family of assertsJacek Wolszczak
2010-10-19remove non-compiled codePovilas Kanapickas
2010-10-18#i7065# add Title Page dialogCaolán McNamara
2010-10-18comments cleanupJúlio Hoffimann
2010-10-17missing include <sal/macros.h> for SAL_N_ELEMENTSNorbert Thiebaud
2010-10-17use SAL_N_ELEMENTS macroKenneth Venken
2010-10-15Don't set header in DDE tables, usually not what the user wants.Jan Holesovsky
sw-dde-table-no-header.diff, n#634517
2010-10-14Removed some useless code in debug buildCédric Bosdonnat
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-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-13Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/writerNoel Power
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 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-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