Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-07 | FASTBOOL to bool conversion | Norbert Thiebaud | 19 | -124/+124 | |
2010-10-07 | #i114425# fix a possible dangling reference | Caolán McNamara | 1 | -1/+2 | |
2010-10-07 | Webservice URLs now point to documentfoundation | Thorsten Behrens | 1 | -5/+7 | |
Changed places referencing OOo webservices to refer to *.documentfoundation.org instead. Also, append coutry string to URL. | |||||
2010-10-06 | fate#307731, fate#307730: Adds dotted and dashed border lines | Cédric Bosdonnat | 1 | -3/+24 | |
2010-10-06 | Use lzma which provides better compression | Fridrich Štrba | 1 | -2/+2 | |
2010-10-06 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/components | Jan Holesovsky | 1 | -3/+3 | |
2010-10-06 | Merge commit 'ooo/OOO330_m9' | Jan Holesovsky | 13 | -315/+325 | |
2010-10-06 | #i111733# fflush on stdin | Caolán McNamara | 1 | -3/+3 | |
2010-10-05 | Revert "This patch resolve the issue 2838 of OOo." | Kohei Yoshida | 2 | -3/+11 | |
This reverts commit 5abaf7746c6c960d090b55ffc311ed018ecaf470. The build breaks with this change. Reverting for the time being. | |||||
2010-10-05 | Ported dde-reconnect-on-load-*.diff from ooo-build. | Kohei Yoshida | 1 | -0/+2 | |
Improve reliability of DDE connections between documents opened in LO. With this change, LO tries to reconnect to a DDE server document upon opening if that server document is being listened to by one of the open documents. Also, the old implementation would load a DDE server document invisible, and would never close it when the user updates the link. This had the consequence that when the user tries to open this document while it's loaded hidden, it causes some weird focus issues, and closing it and opening it again would disconnect the DDE connection. The new implementation closes the server document immediately after the DDE link update is complete. This change also fixes a bug in Calc where DDE link updates to cells would fail when the formula syntax is set to something other than Calc A1. | |||||
2010-10-05 | This patch resolve the issue 2838 of OOo. | Arnaud Versini | 2 | -11/+3 | |
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 | Add back missing #endif into automation/source/testtool/objtest.cxx | Petr Mladek | 1 | -0/+1 | |
2010-10-05 | fixed cui includes after removing the guards | Petr Mladek | 1 | -18/+0 | |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | 141 | -424/+0 | |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | 153 | -414/+0 | |
2010-10-05 | Ported calc-distributed-cell-text-*.diff from ooo-build. | Kohei Yoshida | 4 | -6/+117 | |
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. | |||||
2010-10-05 | Ported always-save-option-svx.diff from ooo-build. | Kohei Yoshida | 4 | -9/+28 | |
Add new option in the Options dialog to allow document save even when the document has not been "modified". | |||||
2010-10-05 | add some configure options to control external libtextcat and libtextcat data | Caolán McNamara | 1 | -1/+1 | |
2010-10-05 | #i113654# these event handler ids need to be a ULONG | Caolán McNamara | 2 | -2/+2 | |
2010-10-04 | Remove redundant #include directives & comments | J. Graeme Lingard | 52 | -171/+15 | |
2010-10-04 | Ported calc-insert-current-time-svx.diff from ooo-build. | Kohei Yoshida | 1 | -0/+15 | |
To Make the semicolon and angular braces assignable of commands. | |||||
2010-10-04 | Comments cleanup | David Hobley | 5 | -71/+5 | |
2010-10-04 | dead comment removal | Jacopo Nespolo | 5 | -99/+29 | |
2010-10-04 | Code cleanup in cui | Jacopo Nespolo | 4 | -143/+36 | |
2010-10-02 | make CustomUnitText "Pixel" localisable, #i35956# | Andras Timar | 2 | -5/+5 | |
2010-10-02 | make CustomUnitText "%" consistent, #i35956# | Andras Timar | 2 | -3/+3 | |
Despite the state of issue #i35956# this patch was not integrated. | |||||
2010-10-02 | Fix name order for Hungarian on the UI, #i110287# | Andras Timar | 1 | -0/+1 | |
2010-10-01 | Cleanup commented-out code | jgraeme | 6 | -143/+11 | |
* multiple comments containing //CHINA001 * a large section of commented out code | |||||
2010-10-01 | xmlsecurity-build-with-nss-3.12.0.diff: Support older system nss | Petr Mladek | 2 | -8/+25 | |
2010-10-01 | Removing dead code and cleaning up some comments | Jacopo Nespolo | 3 | -20/+3 | |
2010-10-01 | Remove commented out code from cuigrfflt.cxx | J. Graeme Lingard | 1 | -274/+0 | |
This section was probably commented out when code was copied from libreoffice/libs-core/svx/source/dialog/grfflt.cxx during a code move. | |||||
2010-10-01 | #i112871# missing parentheses around || within && | Caolán McNamara | 1 | -2/+2 | |
2010-09-30 | libsane leaks and threading crashes | Caolán McNamara | 4 | -42/+79 | |
2010-09-30 | #i100686# Euro converter didn't work when searching for ods in a dir | Caolán McNamara | 1 | -13/+18 | |
2010-09-30 | #i108246# fix crash in Appearance config dialog | Caolán McNamara | 1 | -12/+26 | |
2010-09-29 | Ported autocorrect-accidental-caps-lock-svx.diff from ooo-build.linux-build-fridrich-20100930 | Kohei Yoshida | 4 | -1/+19 | |
2010-09-29 | fix for bugs.freedesktop.org/show_bug.cgi?id=30452 | Noel Power | 1 | -16/+7 | |
2010-09-28 | fontdialog: Convert switch with only 1 case to an if () | Sebastian Spaeth | 1 | -16/+4 | |
This is a switch statement that only ever checks 1 case and has no default action, so make it an if(). Remove some commented out code in the switch while taking the git blame anyway. Signed-off: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||||
2010-09-28 | Fixing some merge errors | Fridrich Štrba | 1 | -16/+0 | |
2010-09-28 | LibreOffice branding: fix1 | Fridrich Štrba | 1 | -0/+16 | |
2010-09-28 | Update Mac installer image and icon config | Thorsten Behrens | 3 | -0/+0 | |
2010-09-28 | Updated nsis installer icon from Chris | Thorsten Behrens | 1 | -0/+0 | |
2010-09-28 | Shrunk NSIS banner image by three pixel | Thorsten Behrens | 1 | -0/+0 | |
2010-09-28 | LibreOffice branding: some more win32 imagery tweaks | Fridrich Štrba | 4 | -0/+0 | |
2010-09-28 | Replace the "Help Support" menu item by the "License Information" one | Fridrich Štrba | 2 | -2/+2 | |
2010-09-28 | new libreoffice artwork | Thorsten Behrens | 2 | -0/+0 | |
2010-09-28 | LibreOffice branding: fix1 | Fridrich Štrba | 1 | -0/+16 | |
2010-09-28 | LibreOffice Branding: first cut | Fridrich Štrba | 11 | -121/+104 | |
2010-09-24 | CWS-TOOLING: integrate CWS native330ooo/OOO330_m9 | Kurt Zenker | 4 | -183/+130 | |
2010-09-18 | Workaround for default_images symlink problem on CygwinOOO_BUILD_3_2_99_0_PRE | Tor Lillqvist | 1 | -1/+1 | |