Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-04 | Duplicate code: join ImportFrom and InsertFrom | Christina Rossmanith | |
2011-06-04 | __cdecl -> SAL_CALL | Christina Rossmanith | |
2011-06-01 | overly static | Caolán McNamara | |
2011-06-01 | use this tunnel pattern | Caolán McNamara | |
2011-06-01 | make these well-behaved singletons | Caolán McNamara | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | |
Conflicts: basic/source/app/app.cxx basic/source/runtime/iosys.cxx desktop/unx/source/start.c sfx2/source/appl/appdata.cxx sfx2/source/appl/appinit.cxx sfx2/source/inc/appdata.hxx svx/AllLangResTarget_svx.mk sysui/desktop/productversion.mk sysui/desktop/share/makefile.mk | |||
2011-05-27 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core | Jan Holesovsky | |
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx | |||
2011-05-25 | Don't delete pCache too early; we need it alive to get the slot server. | Kohei Yoshida | |
Let's use boost::scopted_ptr to avoid memory leak instead. The previous code caused data input in Calc to fail for the first two times in new document. | |||
2011-05-25 | Change the signature of DataChanged in the base class. | Kohei Yoshida | |
This change allows the caller to see if DataChanged operation was successful or not. | |||
2011-05-24 | initialize resource manager to get verbose basic errors fdo#37370 | Noel Power | |
Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Tor Lillqvist <tlillqvist@novell.com> | |||
2011-05-24 | don't need to set it to 0 twice | Caolán McNamara | |
2011-05-23 | fix leak | Caolán McNamara | |
2011-05-23 | make this a non-leaky singleton | Caolán McNamara | |
2011-05-23 | remove leak | Caolán McNamara | |
2011-05-23 | fdo#35663: be more explicit on asserts | Bjoern Michaelsen | |
2011-05-22 | Replace List for std::vector<String>. | Rafael Dominguez | |
2011-05-21 | Drop OS2 | Tor Lillqvist | |
2011-05-21 | fix brain fart | David Tardon | |
2011-05-20 | make these a well-behaved non-leaky singleton | Caolán McNamara | |
2011-05-20 | adapt for singleton api change | Caolán McNamara | |
2011-05-20 | remove debugging-mode leak | Caolán McNamara | |
2011-05-20 | valgrind: remove leaks | Caolán McNamara | |
2011-05-20 | use non-leaky singleton pattern | Caolán McNamara | |
2011-05-20 | valgrind: remove leaks | Caolán McNamara | |
2011-05-20 | return by reference instead of pointer | Caolán McNamara | |
2011-05-20 | valgrind: use non-leaky singleton here | Caolán McNamara | |
2011-05-20 | valgrind: use non-leaky singleton here | Caolán McNamara | |
2011-05-20 | remove leak and refactor to make less ugly | Caolán McNamara | |
2011-05-20 | fix merge conflicts | Caolán McNamara | |
2011-05-20 | fix memory/config leak | Caolán McNamara | |
2011-05-20 | SfxHelp leaks, make sure it goes away at the right time | Caolán McNamara | |
2011-05-18 | Remove all the #include <tools/ownlist.hxx> | Joseph Powers | |
I'm deleting the header since it's no longer used. | |||
2011-05-18 | Convert SvCommandList from an OwnList to a vector<> | Joseph Powers | |
2011-05-18 | remove unused (and wrong :) code | David Tardon | |
2011-05-18 | do not leak memory | David Tardon | |
2011-05-18 | do not leak memory | David Tardon | |
2011-05-18 | fix brain fart | David Tardon | |
2011-05-18 | do not leak memory | David Tardon | |
2011-05-18 | simplify | David Tardon | |
2011-05-18 | avoid memory leak | David Tardon | |
2011-05-18 | avoid possible memory leak | David Tardon | |
2011-05-17 | wikihelp: Fix linking to pages, fdo#35671. | Jan Holesovsky | |
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> | |||
2011-05-17 | wikihelp: Fix linking to pages, fdo#35671. | Jan Holesovsky | |
2011-05-16 | avoid array overrun | David Tardon | |
2011-05-16 | fix password dialog layout problem - fdo#36951 | Andras Timar | |
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | |||
2011-05-12 | fix array overflow | David Tardon | |
2011-05-12 | do not leak memory | David Tardon | |
2011-05-12 | do not leak memory | David Tardon | |
2011-05-10 | wikihelp: Pass the LibreOffice version to help.libreoffice.org. | Jan Holesovsky | |