summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2011-08-11catch by const referenceCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-08callcatcher: ditch some more methodsCaolán McNamara
2011-08-08complete and utter nonsenseCaolán McNamara
Taking the address of the pCheck argument in LoadEnvListener ctor gives the address of the temporary on the stack/register itself, not the address of LoadEnv's m_pCheck which is apparently what it thinks it's doing. All that can be said about m_ppCheck is deferencing it inside the ctor will give the value of pCheck for the duration of the ctor. What happens later on in subsequent method calls is pot luck, storing it and deferencing it later is meaningless. Presumably this worked because it's rare for the dereferenced m_ppCheck to end up containing 0 at the wrong time. Right now in a debugging build the mail merge dialog from print... when there are form fields in a document and "print form field" is selected triggers a 0 in there post construction at some stage or other, causing the dialog to never appear as the loading here never completes.
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-08-05reflect gmake flavorTakeshi Abe
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe
2011-08-04don't annoy usCaolán McNamara
2011-08-03callcatcher: remove unused methodsThomas Arnhold
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-30Removed duplicated svt::AcceleratorExecute implementation.Kohei Yoshida
There is already one implemented in svtools, which is the one that we use.
2011-07-30remove online registration related stringAndras Timar
2011-07-28callcatcher: ditch various unused methodsCaolán McNamara
2011-07-27ditch empty .cxx fileCaolán McNamara
2011-07-27callcatcher: various beautifully crafted, but unused methodsCaolán McNamara
2011-07-26use dbusmenugtk externalBjoern Michaelsen
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-20callcatcher: remove unused writeInfoThomas Arnhold
2011-07-19On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805Tor Lillqvist
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-07-07Remove online registration related codeMatus Kukan
2011-07-06Resolves: fdo#34450 long/int mix causes 32bit LONG_MAX to be 64bit -1Caolán McNamara
long/int mix causes 32bit LONG_MAX to be interpreted as 64bit -1 Lets just use awt::Point/awt::Size throughout, which simplifies a lot of this as well as fixing the above
2011-06-28Make titlebar string shorter in dbgutil modeCaolán McNamara
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan
2011-06-23remove dead test dirCaolán McNamara
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen
2011-06-20survive missing configurationCaolán McNamara
2011-06-20ByteString -> rtl::OStringBufferCaolán McNamara
2011-06-20catch by const referenceCaolán McNamara
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
Conflicts: connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/evoab/LCatalog.cxx connectivity/source/drivers/evoab/LColumnAlias.cxx connectivity/source/drivers/evoab/LColumnAlias.hxx connectivity/source/drivers/evoab/LColumns.cxx connectivity/source/drivers/evoab/LColumns.hxx connectivity/source/drivers/evoab/LConfigAccess.cxx connectivity/source/drivers/evoab/LConfigAccess.hxx connectivity/source/drivers/evoab/LConnection.cxx connectivity/source/drivers/evoab/LConnection.hxx connectivity/source/drivers/evoab/LDatabaseMetaData.cxx connectivity/source/drivers/evoab/LDatabaseMetaData.hxx connectivity/source/drivers/evoab/LDriver.cxx connectivity/source/drivers/evoab/LDriver.hxx connectivity/source/drivers/evoab/LFolderList.cxx connectivity/source/drivers/evoab/LFolderList.hxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LPreparedStatement.cxx connectivity/source/drivers/evoab/LPreparedStatement.hxx connectivity/source/drivers/evoab/LResultSet.cxx connectivity/source/drivers/evoab/LResultSet.hxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab/LStatement.cxx connectivity/source/drivers/evoab/LStatement.hxx connectivity/source/drivers/evoab/LTable.cxx connectivity/source/drivers/evoab/LTable.hxx connectivity/source/drivers/evoab/LTables.cxx connectivity/source/drivers/evoab/LTables.hxx connectivity/source/drivers/evoab/evoab.xml connectivity/source/drivers/evoab/makefile.mk editeng/Library_editeng.mk framework/Library_fwe.mk framework/test/test.cxx idl/prj/d.lst idl/util/idlpch.cxx linguistic/Makefile linguistic/Module_linguistic.mk linguistic/inc/linguistic/lngdllapi.h linguistic/inc/linguistic/lngprophelp.hxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/prj/d.lst linguistic/qa/unoapi/Test.java linguistic/source/grammarchecker.cxx linguistic/source/grammarchecker.hxx linguistic/source/hyphdta.cxx linguistic/source/lngprophelp.cxx linguistic/source/makefile.mk linguistic/source/spelldta.cxx sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/inc/sfx2/qswin32.h sfx2/prj/build.lst sfx2/qa/cppunit/makefile.mk xmlscript/inc/xmlscript/xcrdllapi.h xmlscript/prj/d.lst xmlscript/util/makefile.mk
2011-06-18Drop Win9x codeTor Lillqvist
2011-06-17remove all traces of offuh from makefilesDavid Tardon
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-17meged from outgoing [hg:e7087a952a92]Henning Brinkmann
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-17gnumake4: adapt makefiles [hg:ec87fcbfae8b]Michael Stahl
2011-06-17gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: ↵Michael Stahl
[hg:8801515221cf] add a T_ prefix, so we don't need to use override. also introduce gb_LinkTarget_add_{c,cxx,objcxx}flags.
2011-06-17gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]Michael Stahl
2011-06-17gnumake4: fix a typo (spotted by gang65) [hg:d60f717932a2]Michael Stahl
2011-06-10Update the toolbar's popup menu hidden items.Jan Holesovsky
2011-06-07Related: rhbz#652604 better survive exceptions thrown during autorecoverCaolán McNamara
2011-06-02catch by const referenceCaolán McNamara
2011-06-01remove uriabbrev registered as fwl from fwkCaolán McNamara
2011-06-01use tunnel pattern hereCaolán McNamara
2011-06-01overly staticCaolán McNamara
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-25add mode-lines hereCaolán McNamara