Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-26 | cppcheck: these methods can be constfeature/bootstrap-build | Caolán McNamara | 1 | -6/+6 | |
2010-11-26 | cppcheck: this method can be const | Caolán McNamara | 1 | -1/+1 | |
2010-11-26 | Merge branch 'libreoffice-3-3' | Rene Engelhard | 11 | -10/+43 | |
2010-11-26 | Merge commit 'ooo/OOO330_m17' into libreoffice-3-3 | Rene Engelhard | 2 | -5/+21 | |
2010-11-26 | Fix n#653526: Some section was added after having written the SEPX | Cédric Bosdonnat | 2 | -5/+15 | |
The real problem is probably more on the docx import side, but it can't hurt to have some guards on the export as well. | |||||
2010-11-26 | tentative fix for fdo#30474# | Noel Power | 1 | -16/+44 | |
2010-11-26 | need ; vs : on windows | Caolán McNamara | 1 | -14/+2 | |
2010-11-26 | tools-urlobj-smb-scheme-patch.diff: migrated | Florian Reuter | 1 | -2/+11 | |
process relative SMB paths (in hyperlinks) correctly | |||||
2010-11-26 | Clean code at writer | Kayo Hamid | 20 | -183/+6 | |
2010-11-25 | Put show credits entry into all app ui configs | Thorsten Behrens | 7 | -0/+7 | |
2010-11-25 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/writer | Jan Holesovsky | 2 | -2/+9 | |
2010-11-25 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | 404 | -4302/+4144 | |
Conflicts: sw/inc/SwNumberTree.hxx sw/inc/calbck.hxx sw/inc/tox.hxx sw/inc/viscrs.hxx sw/source/core/doc/docnum.cxx sw/source/core/docnode/finalthreadmanager.cxx sw/source/core/docnode/ndnum.cxx sw/source/core/docnode/ndtbl.cxx sw/source/core/draw/dcontact.cxx sw/source/core/edit/edlingu.cxx sw/source/core/edit/ednumber.cxx sw/source/core/except/errhdl.cxx sw/source/core/fields/chpfld.cxx sw/source/core/fields/fldbas.cxx sw/source/core/frmedt/fetab.cxx sw/source/core/layout/flycnt.cxx sw/source/core/layout/makefile.mk sw/source/core/layout/pagechg.cxx sw/source/core/layout/tabfrm.cxx sw/source/core/ole/ndole.cxx sw/source/core/text/makefile.mk sw/source/core/txtnode/txtedt.cxx sw/source/filter/basflt/fltini.cxx sw/source/filter/html/swhtml.cxx sw/source/filter/ww1/fltshell.cxx sw/source/filter/ww1/w1sprm.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/wrtw8num.cxx sw/source/filter/ww8/ww8par3.cxx sw/source/filter/ww8/ww8par5.cxx sw/source/filter/ww8/ww8par6.cxx sw/source/filter/xml/xmltble.cxx sw/source/filter/xml/xmltbli.cxx sw/source/ui/dbui/dbinsdlg.cxx sw/source/ui/dbui/mmoutputpage.cxx sw/source/ui/dialog/swdlgfact.cxx sw/source/ui/docvw/edtwin.cxx sw/source/ui/docvw/srcedtw.cxx | |||||
2010-11-25 | fix incorrect double line spacing saving (bnc#654209) | Luboš Luňák | 2 | -2/+9 | |
2010-11-25 | Removed DBG_UTIL from sw | Cédric Bosdonnat | 400 | -4198/+4139 | |
* Fixed the different dbglevel builds * This needed to change all the sw local ASSERT to OSL_ENSURE... | |||||
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 1 | -1/+1 | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 1 | -1/+1 | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 1 | -1/+1 | |
2010-11-24 | replace DBG_UTIL -> OSL_DEBUG_LEVEL > 1 | David Tardon | 1 | -3/+3 | |
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 | 7 | -7/+7 | |
(cherry picked from commit 9771daa4e13ceef4917fb230cd72a2aa098f1400) | |||||
2010-11-24 | fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup | David Tardon | 2 | -2/+2 | |
(cherry picked from commit f19fb8630f6dbf4b525bdd4ba775f05bb9d7e1a0) | |||||
2010-11-24 | cppcheck: The scope of these variables can be reduced | Caolán McNamara | 1 | -7/+4 | |
2010-11-24 | cppcheck: Variable is assigned a value that is never used under some ifdefs | Caolán McNamara | 1 | -0/+2 | |
2010-11-24 | n#652204: Font color selection didn't effect new text | Cédric Bosdonnat | 1 | -18/+3 | |
Fixed the font color selection behavior: selecting a color when no text is selected doesn't turn the paintbrush mode anymore. | |||||
2010-11-24 | fix invalid XML | David Tardon | 1 | -1/+1 | |
2010-11-24 | Fix Greek characters, stacks and subs/sups for operators. | Luke Dixon | 1 | -10/+20 | |
2010-11-24 | Clear 2 things from the visual formula editor todo list. | Luke Dixon | 1 | -9/+7 | |
2010-11-24 | Fix matrices with blank elements. | Luke Dixon | 1 | -0/+2 | |
2010-11-24 | Add some tests for SmNodeToTextVisitor. | Luke Dixon | 2 | -0/+463 | |
2010-11-24 | cppcheck: Possible null pointer dereference | Caolán McNamara | 1 | -3/+8 | |
2010-11-24 | cppcheck: Possible null pointer dereference | Caolán McNamara | 1 | -1/+1 | |
2010-11-24 | cppcheck: silence bogus warning | Caolán McNamara | 1 | -3/+2 | |
2010-11-24 | cppcheck: silence bogus warning | Caolán McNamara | 1 | -2/+2 | |
2010-11-23 | remove dead comments | Kayo Hamid | 31 | -497/+14 | |
2010-11-23 | cppcheck: Member variable not initialized in the constructor | Caolán McNamara | 1 | -0/+3 | |
2010-11-23 | CWS-TOOLING: integrate CWS os145ooo/OOO330_m17 | Kurt Zenker | 2 | -5/+21 | |
2010-11-23 | n#652364: Fixed a ww8 column break import problem. | Cédric Bosdonnat | 1 | -5/+14 | |
When a column section break was inserted in word, it was transformed into a page break. | |||||
2010-11-22 | Fix .gitignore for mac | Joseph Powers | 2 | -23/+25 | |
also a trailing space cleanup. | |||||
2010-11-22 | Remove the last of HC icons | Joseph Powers | 10 | -94/+67 | |
2010-11-22 | clean code | Kayo Hamid | 11 | -309/+34 | |
2010-11-22 | #b7001883# exit if sprm array is invalid | os | 2 | -5/+21 | |
2010-11-22 | make it possible to build with c++0x | Caolán McNamara | 2 | -12/+12 | |
2010-11-22 | Add doxygen comment for DocxAttributeOutput | Miklos Vajna | 1 | -0/+1 | |
2010-11-22 | remove bogus comments | Kayo Hamid | 22 | -439/+17 | |
2010-11-22 | implement lvlJc also according to ISO, not just Ecma | Luboš Luňák | 1 | -2/+3 | |
2010-11-22 | Clean code and comments at writer | Kayo Hamid | 20 | -249/+13 | |
2010-11-21 | fix potential null pointer dereference | Norbert Thiebaud | 1 | -5/+4 | |
2010-11-21 | Removed unused define | Joseph Powers | 1 | -1/+0 | |
2010-11-19 | More clean code at writer | Kayo Hamid | 21 | -477/+25 | |
2010-11-19 | Enhanced fields navigation enhancements | Cédric Bosdonnat | 6 | -30/+17 | |
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 | Enhanced fields navigation enhancements | Cédric Bosdonnat | 6 | -28/+17 | |
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. |