summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-29cppunit: shrink these test-cases a bitCaolán McNamara
2010-11-29implement tmEditAllClipboard equivalent cppunit testCaolán McNamara
2010-11-29equivalent tmEditMarker cppunit testCaolán McNamara
2010-11-29implement wp:anchor properlyLuboš Luňák
added missing attributes and children elements, although some are still not fully functional (positioning mostly) , bnc#513579
2010-11-29wp:simplePos actually applies only to wp:anchor, not to wp:inlineLuboš Luňák
2010-11-29implement wp:simplePos for wp:anchor (empty, but it's required)Luboš Luňák
2010-11-28cppcheck: method can be constCaolán McNamara
2010-11-27cppcheck: prefix instead of postfixJoseph Powers
2010-11-27avoid null ptr. deref. when iterating through empty itemsetDavid Tardon
2010-11-27Add license header to test_nodetotextvisitors.cxxLuke Dixon
2010-11-27Fix a leak & remove leftover cout that I missedLuke Dixon
2010-11-27Clean code at writerKayo Hamid
2010-11-27compiler warning: add parentheses around operands of ==David Tardon
2010-11-27fix debug buildDavid Tardon
2010-11-27fix debug buildDavid Tardon
2010-11-27fix non-product buildDavid Tardon
2010-11-26cppcheck: these methods can be constCaolán McNamara
2010-11-26cppcheck: this method can be constCaolán McNamara
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard
2010-11-26Fix n#653526: Some section was added after having written the SEPXCé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-26tentative fix for fdo#30474#Noel Power
2010-11-26need ; vs : on windowsCaolán McNamara
2010-11-26tools-urlobj-smb-scheme-patch.diff: migratedFlorian Reuter
process relative SMB paths (in hyperlinks) correctly
2010-11-26Clean code at writerKayo Hamid
2010-11-25Put show credits entry into all app ui configsThorsten Behrens
2010-11-25Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/writerJan Holesovsky
2010-11-25Merge 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-25fix incorrect double line spacing saving (bnc#654209)Luboš Luňák
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat
* Fixed the different dbglevel builds * This needed to change all the sw local ASSERT to OSL_ENSURE...
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-24replace DBG_UTIL -> OSL_DEBUG_LEVEL > 1David Tardon
Breaks build when configured with both --enable-debug and --enable-dbgutil and built with dbglevel=1 . (cherry picked from commit c3d0c4ec39417cdb1f6d7e4e23d6cd79e16d8299)
2010-11-24Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup.Giuseppe Castagno
(cherry picked from commit 9771daa4e13ceef4917fb230cd72a2aa098f1400)
2010-11-24fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixupDavid Tardon
(cherry picked from commit f19fb8630f6dbf4b525bdd4ba775f05bb9d7e1a0)
2010-11-24cppcheck: The scope of these variables can be reducedCaolán McNamara
2010-11-24cppcheck: Variable is assigned a value that is never used under some ifdefsCaolán McNamara
2010-11-24n#652204: Font color selection didn't effect new textCé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-24fix invalid XMLDavid Tardon
2010-11-24Fix Greek characters, stacks and subs/sups for operators.Luke Dixon
2010-11-24Clear 2 things from the visual formula editor todo list.Luke Dixon
2010-11-24Fix matrices with blank elements.Luke Dixon
2010-11-24Add some tests for SmNodeToTextVisitor.Luke Dixon
2010-11-24cppcheck: Possible null pointer dereferenceCaolán McNamara
2010-11-24cppcheck: Possible null pointer dereferenceCaolán McNamara
2010-11-24cppcheck: silence bogus warningCaolán McNamara
2010-11-24cppcheck: silence bogus warningCaolán McNamara
2010-11-23remove dead commentsKayo Hamid
2010-11-23cppcheck: Member variable not initialized in the constructorCaolán McNamara