Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-16 | Remove DECLARE_LIST( SvxIDPropertyCombineList, SvxIDPropertyCombine* ) | Joseph Powers | |
2010-12-12 | change of __READONLY_DATA define to const | Gert Faller | |
2010-12-11 | cleaning of __EXPORT define | Gert Faller | |
2010-12-06 | remove obsolete __FAR_DATA | Michael Callahan | |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-11-26 | Merge branch 'libreoffice-3-3' | Rene Engelhard | |
2010-11-26 | Merge commit 'ooo/OOO330_m17' into libreoffice-3-3 | Rene Engelhard | |
2010-11-25 | masterfix OOO330: #i115774# crash in FR version when typing / as first character | obo | |
Notes: split repo tag: libs-core_ooo/OOO330_m17 | |||
2010-11-16 | HC Cleanup - libs-core | Joseph Powers | |
2010-11-14 | RTF: port last changes from CWS | Miklos Vajna | |
2010-11-12 | Resolves: rhbz#647392# Ensure autocorrect doesn't crash | Caolán McNamara | |
2010-11-12 | Remove unused Beschreibung (Description) comments | J. Graeme Lingard | |
2010-11-12 | Resolves: rhbz#647392# Ensure autocorrect doesn't crash | Caolán McNamara | |
2010-11-10 | Nuked non-printable character. | Kohei Yoshida | |
2010-11-09 | Clean up the code | Alexander O. Anisimov | |
* Remove bogus comments * Refresh comments containing a reference to the bug tracker * Remove the comments such as "// add by zhaojianwei" | |||
2010-11-05 | Easy Hacks : RTL_CONSTASCII_USTRINGPARAM | Gert Faller | |
2010-10-29 | libs-core: Remove emacs modelines in the middle of the file | Sebastian Spaeth | |
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-26 | Fix impress ruler behaviour | Thorsten Behrens | |
With 3.0, Impress numbering was modified because of the odf1.2 changes in list level handling; we differ in the way we consider paragraphs to belong to the 'same' numbering group, compared to ppt. now, as long as the para has the same outline level (and no 'restart numbering' flag), it is considered to belong to the same numbering group, i.e. numbering will mono- tonically increase. Compares favorable to PPT. Additionally, fixed a repaint bug that prevented following paragraph's numbers to change, when certain modifications were made on the current one. Applies patches/dev300/sd-ruler-fix.diff | |||
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-25 | convert vos/process.hxx and related API | 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 | #i106131# ignore bogus tabstops | Caolán McNamara | |
2010-10-21 | Add more files to EXCEPTIONSFILES, needed at least on NetBSD. | Thomas Klausner | |
2010-10-20 | fix delete/delete[] mismatch | David Tardon | |
2010-10-19 | Minor libs-core comment clean-up | Trevor Murphy | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | |
2010-10-15 | add missing include | Michael Meeks | |
2010-10-15 | #include <sal/macros.h> for SAL_N_ELEMENTS | Luboš Luňák | |
2010-10-14 | Switch to use SAL_N_ELEMENTS macro, everywhere | Kayo Hamid | |
2010-10-13 | Fix fake small caps resizing factor #i1526# | Laszlo Nemeth | |
See detailed explanation in IZ. | |||
2010-10-13 | Add vim/emacs modelines to all source files | Sebastian 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-11 | Removed a lot of the //CHINA001 comments. | Alan Du | |
2010-10-11 | Resolving issue 2838 of OOo. | Arnaud Versini | |
It’s in two parts : * autocorrection comparison function during the search of the word(s) takes care of the case. * possibility to insert two times the same words with different cases. | |||
2010-10-10 | squash warning. LONG_MAX is not compatible with sal_Int32 | Norbert Thiebaud | |
2010-10-08 | FASTBOOL to bool conversion | Norbert Thiebaud | |
2010-10-08 | Do not use magic number instead of the size of objects. | Norbert Thiebaud | |
2010-10-07 | Dotted - dashed borders: Fix build breakage in svx | Cédric Bosdonnat | |
2010-10-07 | Dotted, dashed lines ODT import fixed | Cédric Bosdonnat | |
2010-10-06 | fate#307731, fate#307730: Adds dotted and dashed border lines | Cédric Bosdonnat | |
2010-10-06 | Revert "This patch resolve the issue 2838 of OOo." | Kohei Yoshida | |
This reverts commit f6cc5097f616e106b8a08ddfa445c38027a4411d. The related commit in the 'components' repo (for cui module) is reverted. I'm reverting this one just to be in sync.... | |||
2010-10-06 | Merge commit 'ooo/OOO330_m9' | Jan Holesovsky | |
2010-10-06 | Remove redundant #include directives & comments | J. Graeme Lingard | |
2010-10-05 | This patch resolve the issue 2838 of OOo. | Arnaud Versini | |
It’s in two parts : * autocorrection comparison function during the search of the word(s) takes care of the case. * possibility to insert two times the same words with different cases. | |||
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-10-05 | Fixed a build breakage; QueryValue and PutValue now return bool. | Kohei Yoshida | |
2010-10-05 | Ported calc-distributed-cell-text-*.diff from ooo-build. | Kohei Yoshida | |
This feature enables horizontal 'distributed' alignment and vertical 'justified' and 'distributed' alignments for cell contents in Calc. Note that this feature relies on ODF 1.2 extended in order for the relevant cell attributes to be saved in ODS. |