summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2011-06-04Duplicate code: join ImportFrom and InsertFromChristina Rossmanith
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith
2011-06-01overly staticCaolán McNamara
2011-06-01use this tunnel patternCaolán McNamara
2011-06-01make these well-behaved singletonsCaolán McNamara
2011-05-31Merge 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-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-coreJan Holesovsky
2011-05-27Merge 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-25Don'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-25Change 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-24initialize resource manager to get verbose basic errors fdo#37370Noel 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-24don't need to set it to 0 twiceCaolán McNamara
2011-05-23fix leakCaolán McNamara
2011-05-23make this a non-leaky singletonCaolán McNamara
2011-05-23remove leakCaolán McNamara
2011-05-23fdo#35663: be more explicit on assertsBjoern Michaelsen
2011-05-22Replace List for std::vector<String>.Rafael Dominguez
2011-05-21Drop OS2Tor Lillqvist
2011-05-21fix brain fartDavid Tardon
2011-05-20make these a well-behaved non-leaky singletonCaolán McNamara
2011-05-20adapt for singleton api changeCaolán McNamara
2011-05-20remove debugging-mode leakCaolán McNamara
2011-05-20valgrind: remove leaksCaolán McNamara
2011-05-20use non-leaky singleton patternCaolán McNamara
2011-05-20valgrind: remove leaksCaolán McNamara
2011-05-20return by reference instead of pointerCaolán McNamara
2011-05-20valgrind: use non-leaky singleton hereCaolán McNamara
2011-05-20valgrind: use non-leaky singleton hereCaolán McNamara
2011-05-20remove leak and refactor to make less uglyCaolán McNamara
2011-05-20fix merge conflictsCaolán McNamara
2011-05-20fix memory/config leakCaolán McNamara
2011-05-20SfxHelp leaks, make sure it goes away at the right timeCaolán McNamara
2011-05-18Remove all the #include <tools/ownlist.hxx>Joseph Powers
I'm deleting the header since it's no longer used.
2011-05-18Convert SvCommandList from an OwnList to a vector<>Joseph Powers
2011-05-18remove unused (and wrong :) codeDavid Tardon
2011-05-18do not leak memoryDavid Tardon
2011-05-18do not leak memoryDavid Tardon
2011-05-18fix brain fartDavid Tardon
2011-05-18do not leak memoryDavid Tardon
2011-05-18simplifyDavid Tardon
2011-05-18avoid memory leakDavid Tardon
2011-05-18avoid possible memory leakDavid Tardon
2011-05-17wikihelp: Fix linking to pages, fdo#35671.Jan Holesovsky
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-17wikihelp: Fix linking to pages, fdo#35671.Jan Holesovsky
2011-05-16avoid array overrunDavid Tardon
2011-05-16fix password dialog layout problem - fdo#36951Andras Timar
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2011-05-12fix array overflowDavid Tardon
2011-05-12do not leak memoryDavid Tardon
2011-05-12do not leak memoryDavid Tardon
2011-05-10wikihelp: Pass the LibreOffice version to help.libreoffice.org.Jan Holesovsky