Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-25 | Put show credits entry into all app ui configs | Thorsten Behrens | |
2010-11-25 | Removed DBG_UTIL from sw | Cédric Bosdonnat | |
* Fixed the different dbglevel builds * This needed to change all the sw local ASSERT to OSL_ENSURE... | |||
2010-11-24 | replace DBG_UTIL -> OSL_DEBUG_LEVEL > 1 | David Tardon | |
Breaks build when configured with both --enable-debug and --enable-dbgutil and built with dbglevel=1 . (cherry picked from commit c3d0c4ec39417cdb1f6d7e4e23d6cd79e16d8299) | |||
2010-11-24 | Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup. | Giuseppe Castagno | |
(cherry picked from commit 9771daa4e13ceef4917fb230cd72a2aa098f1400) | |||
2010-11-24 | fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | David Tardon | |
(cherry picked from commit f19fb8630f6dbf4b525bdd4ba775f05bb9d7e1a0) | |||
2010-11-24 | n#652204: Font color selection didn't effect new text | Cé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-23 | n#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-19 | Enhanced fields navigation enhancements | Cé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-19 | Made the "My AutoText" string localizable, #i66304# | Andras Timar | |
2010-11-12 | RTL_CONSTASCII_USTRINGPARAM used with nonarray | Caolán McNamara | |
2010-11-12 | RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | |
2010-11-11 | Merge commit 'ooo/OOO330_m14' into libreoffice-3-3 | Jan Holesovsky | |
2010-11-10 | #i115495# fix type promotion problem | Caolán McNamara | |
(cherry picked from commit 9c2b85ef9b9a45526f5e4be2573a704364162cb8) | |||
2010-11-09 | RTF: Delete leaky pStream after import (fdo#31362) | Miklos Vajna | |
Not deleting pStream resulted not removing the lock file either. | |||
2010-11-07 | Fix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | Tor Lillqvist | |
2010-11-07 | Fix compilation error in DBG_UTIL build | Tor 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-04 | setup xml namespaces also for footers and headers (bnc#581954) | Luboš Luňák | |
2010-11-03 | cws tl88: #i115354# crash when opening File/Print dialog fixed | Thomas Lange [tl] | |
2010-10-31 | use RTL_CONSTASCII_USTRINGPARAM avoiding possible ternary operator confusion | Caolán McNamara | |
Notes: split repo tag: writer_LIBREOFFICE_3_3_FREEZE | |||
2010-10-31 | Use RTL_CONSTASCII_USTRINGPARAM macro | Gert Faller | |
2010-10-29 | writer: Remove emacs modelines in the middle of the file | Sebastian Spaeth | |
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-10-28 | Mac OS9 Cleanup #7 | Joseph Powers | |
2010-10-28 | RTF: add missing doxygen comments for classes | Miklos Vajna | |
Also remove duplicated modelines. The ones added automatically are right, no need for the old ones. | |||
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-27 | micro optimizations | Caolán McNamara | |
2010-10-27 | Merged xlsx-shared-oox-chart-export-part1.diff from ooo-build | Katarina Machalkova | |
2010-10-27 | Fixed some fields import bug: symbol visibility problem | Cédric Bosdonnat | |
2010-10-27 | Fixed a warning due to stupid unchecked changes (from me) | Cédric Bosdonnat | |
2010-10-27 | Fixed a word length minimum that was removed | Cédric Bosdonnat | |
2010-10-27 | Add character count exclusive of whitespace to document statistics part 1 | Mattias Johnsson | |
2010-10-26 | Fixed some inconsistent debug ifdefs | Cédric Bosdonnat | |
2010-10-25 | finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-25 | rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-mutex.diff | Norbert Thiebaud | |
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually | |||
2010-10-25 | merge vosremoval-reference.diff | Norbert Thiebaud | |
2010-10-25 | use SolarMutexGuard to guard the SolarMutex | Norbert Thiebaud | |
2010-10-25 | Add few missing semicolons to fix the build. | Jan Holesovsky | |
2010-10-24 | DBG_* -> OSL_ENSURE cleanup, few German -> English translations. | Jacek Wolszczak | |
2010-10-22 | #i114366# fix tables in page styles | Miklos Vajna | |
Done at openSUSE Conference 2010 | |||
2010-10-21 | make address book sub dialog behave correctly | Caolán McNamara | |