summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
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-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
2010-10-31Use RTL_CONSTASCII_USTRINGPARAM macroGert Faller
2010-10-29writer: Remove emacs modelines in the middle of the fileSebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-28Mac OS9 Cleanup #7Joseph Powers
2010-10-28RTF: add missing doxygen comments for classesMiklos Vajna
Also remove duplicated modelines. The ones added automatically are right, no need for the old ones.
2010-10-27add modelines to .h and .c files as wellCaolán McNamara
2010-10-27micro optimizationsCaolán McNamara
2010-10-27Merged xlsx-shared-oox-chart-export-part1.diff from ooo-buildKatarina Machalkova
2010-10-27Fixed some fields import bug: symbol visibility problemCédric Bosdonnat
2010-10-27Fixed a warning due to stupid unchecked changes (from me)Cédric Bosdonnat
2010-10-27Fixed a word length minimum that was removedCédric Bosdonnat
2010-10-27Add character count exclusive of whitespace to document statistics part 1Mattias Johnsson
2010-10-26Fixed some inconsistent debug ifdefsCédric Bosdonnat
2010-10-25finally, gut the vos module out of the buildNorbert Thiebaud
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-22#i114366# fix tables in page stylesMiklos Vajna
Done at openSUSE Conference 2010
2010-10-21make address book sub dialog behave correctlyCaolán McNamara