Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-29 | cppunit: shrink these test-cases a bit | Caolán McNamara | |
2010-11-29 | implement tmEditAllClipboard equivalent cppunit test | Caolán McNamara | |
2010-11-29 | equivalent tmEditMarker cppunit test | Caolán McNamara | |
2010-11-29 | implement wp:anchor properly | Luboš Luňák | |
added missing attributes and children elements, although some are still not fully functional (positioning mostly) , bnc#513579 | |||
2010-11-29 | wp:simplePos actually applies only to wp:anchor, not to wp:inline | Luboš Luňák | |
2010-11-29 | implement wp:simplePos for wp:anchor (empty, but it's required) | Luboš Luňák | |
2010-11-28 | cppcheck: method can be const | Caolán McNamara | |
2010-11-27 | cppcheck: prefix instead of postfix | Joseph Powers | |
2010-11-27 | avoid null ptr. deref. when iterating through empty itemset | David Tardon | |
2010-11-27 | Add license header to test_nodetotextvisitors.cxx | Luke Dixon | |
2010-11-27 | Fix a leak & remove leftover cout that I missed | Luke Dixon | |
2010-11-27 | Clean code at writer | Kayo Hamid | |
2010-11-27 | compiler warning: add parentheses around operands of == | David Tardon | |
2010-11-27 | fix debug build | David Tardon | |
2010-11-27 | fix debug build | David Tardon | |
2010-11-27 | fix non-product build | David Tardon | |
2010-11-26 | cppcheck: these methods can be const | Caolán McNamara | |
2010-11-26 | cppcheck: this method can be const | Caolán McNamara | |
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-26 | Fix n#653526: Some section was added after having written the SEPX | Cédric Bosdonnat | |
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 | |
2010-11-26 | need ; vs : on windows | Caolán McNamara | |
2010-11-26 | tools-urlobj-smb-scheme-patch.diff: migrated | Florian Reuter | |
process relative SMB paths (in hyperlinks) correctly | |||
2010-11-26 | Clean code at writer | Kayo Hamid | |
2010-11-25 | Put show credits entry into all app ui configs | Thorsten Behrens | |
2010-11-25 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/writer | Jan Holesovsky | |
2010-11-25 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | |
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 | |
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-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
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 | cppcheck: The scope of these variables can be reduced | Caolán McNamara | |
2010-11-24 | cppcheck: Variable is assigned a value that is never used under some ifdefs | Caolán McNamara | |
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-24 | fix invalid XML | David Tardon | |
2010-11-24 | Fix Greek characters, stacks and subs/sups for operators. | Luke Dixon | |
2010-11-24 | Clear 2 things from the visual formula editor todo list. | Luke Dixon | |
2010-11-24 | Fix matrices with blank elements. | Luke Dixon | |
2010-11-24 | Add some tests for SmNodeToTextVisitor. | Luke Dixon | |
2010-11-24 | cppcheck: Possible null pointer dereference | Caolán McNamara | |
2010-11-24 | cppcheck: Possible null pointer dereference | Caolán McNamara | |
2010-11-24 | cppcheck: silence bogus warning | Caolán McNamara | |
2010-11-24 | cppcheck: silence bogus warning | Caolán McNamara | |
2010-11-23 | remove dead comments | Kayo Hamid | |
2010-11-23 | cppcheck: Member variable not initialized in the constructor | Caolán McNamara | |