Commit Graph

4528 Commits

Author SHA1 Message Date
a1ce4fb4f0 callcatcher: various unused methods 2011-09-06 08:52:37 +01:00
04d567d429 get rid of interim OUStrings 2011-08-22 14:39:45 +01:00
86340f0a47 WaE: keep simple minded compiler happy 2011-08-22 14:39:44 +01:00
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
4b60da5d1d add more component prefixes 2011-08-17 23:51:45 +02:00
28f5e1b27c Some PMD cleaning 2011-08-15 02:49:39 +02:00
88ad01b3ed catch by const reference 2011-08-11 14:02:02 +01:00
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
5298b1b32d callcatcher: ditch some more methods 2011-08-08 13:04:46 +01:00
8cd21316ba complete and utter nonsense
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-08 13:04:44 +01:00
db1b7178dd callcatcher: unused methods 2011-08-05 10:02:57 +01:00
88825599e8 reflect gmake flavor 2011-08-05 10:47:13 +09:00
9e2800793a Emacs mode line compatible with vi's one 2011-08-05 01:14:05 +09:00
9d363b2dda don't annoy us 2011-08-04 13:58:38 +01:00
5fd54f2f3d callcatcher: remove unused methods 2011-08-03 01:51:28 +02:00
a751a0c74d Some cppcheck cleaning 2011-07-31 18:41:58 +02:00
470b293417 Some cppcheck cleaning 2011-07-31 18:11:19 +02:00
4122c3b9d5 Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
90404a7dba Removed duplicated svt::AcceleratorExecute implementation.
There is already one implemented in svtools, which is the one that
we use.
2011-07-30 10:57:17 -04:00
406f61ae74 remove online registration related string 2011-07-30 12:42:27 +02:00
625ddeb486 callcatcher: ditch various unused methods 2011-07-28 09:02:49 +01:00
c634d8081c ditch empty .cxx file 2011-07-27 09:21:49 +01:00
89438e1956 callcatcher: various beautifully crafted, but unused methods 2011-07-27 09:21:49 +01:00
a0bb6db9c5 use dbusmenugtk external 2011-07-26 16:05:12 +02:00
200bc6c582 resyncing to master 2011-07-21 18:51:11 +02:00
a5feef92e0 callcatcher: remove unused writeInfo 2011-07-20 16:37:52 +02:00
c7f9c1f567 On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805 2011-07-19 17:31:57 +03:00
a90983bd65 Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00
ccfdbe97d8 Remove online registration related code 2011-07-07 09:47:32 +02:00
2c0693606b Resolves: fdo#34450 long/int mix causes 32bit LONG_MAX to be 64bit -1
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-07-06 12:49:15 +01:00
8aa6bc4ddb Make titlebar string shorter in dbgutil mode 2011-06-28 13:16:58 +01:00
25aeecfdc8 update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:26 +01:00
772558d87f remove dead test dir 2011-06-23 10:43:02 +01:00
5cba588ff2 gnumake4: fix buildbreakers from merge 2011-06-20 13:24:12 +02:00
9aa1b2d058 survive missing configuration 2011-06-20 11:01:54 +01:00
1287034119 ByteString -> rtl::OStringBuffer 2011-06-20 11:01:54 +01:00
347738eade catch by const reference 2011-06-20 11:01:54 +01:00
92667c8edb Merge branch 'master' into feature/gnumake4
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-19 12:24:29 +02:00
2cab78b1b4 Drop Win9x code 2011-06-18 17:02:52 +03:00
68e8a84043 remove all traces of offuh from makefiles 2011-06-17 16:41:13 +02:00
246efa0d48 ause130: #i117218# change .idl handling to gnu make 2011-06-17 16:41:08 +02:00
68a1370037 meged from outgoing [hg:e7087a952a92] 2011-06-17 15:23:55 +02:00
f79e31be8c gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] 2011-06-17 14:24:10 +02:00
0b83137921 gnumake4: adapt makefiles [hg:ec87fcbfae8b] 2011-06-17 14:03:31 +02:00
6cd2151d46 gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: [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-17 10:27:41 +02:00
be5380ca70 gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca] 2011-06-17 09:47:33 +02:00
88ab3554a7 gnumake4: fix a typo (spotted by gang65) [hg:d60f717932a2] 2011-06-17 09:32:06 +02:00
bd8585dcd5 Update the toolbar's popup menu hidden items. 2011-06-10 18:22:53 +02:00
fc7dfd1a25 Related: rhbz#652604 better survive exceptions thrown during autorecover 2011-06-07 17:09:33 +01:00
ab8ab831eb catch by const reference 2011-06-02 10:10:59 +01:00