Commit graph

2707 commits

Author SHA1 Message Date
Thomas Arnhold
1afef0e98a Remove RCS header 2011-09-20 09:25:41 +02:00
Fridrich Štrba
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4f.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
Stephan Bergmann
63fd3f18ac Improved "unsupported URL" exception message. 2011-09-12 22:47:46 +02:00
Michael Meeks
59b36fc62e Don't let the PathSubstitution service null relative paths 2011-09-11 09:27:09 +02:00
Stephan Bergmann
335f7fa8c2 sb140: #i116786# use auto_ptr to track member lifetime
improves over similar 787b865493 "fix leak"
2011-09-09 17:46:35 +02:00
Stephan Bergmann
bb157a4286 sb140: #i116785# avoid ring-ref that keeps ref counted objects alive forever
improves over similar dbd2b60370 "fix circular depend"
2011-09-09 17:46:35 +02:00
Caolán McNamara
3a53904ae6 callcatcher: update list 2011-09-08 09:29:31 +01:00
Caolán McNamara
a1ce4fb4f0 callcatcher: various unused methods 2011-09-06 08:52:37 +01:00
Matúš Kukan
4b60da5d1d add more component prefixes 2011-08-17 23:51:45 +02:00
Caolán McNamara
88ad01b3ed catch by const reference 2011-08-11 14:02:02 +01:00
Caolán McNamara
5298b1b32d callcatcher: ditch some more methods 2011-08-08 13:04:46 +01:00
Caolán McNamara
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
Caolán McNamara
db1b7178dd callcatcher: unused methods 2011-08-05 10:02:57 +01:00
Caolán McNamara
9d363b2dda don't annoy us 2011-08-04 13:58:38 +01:00
Thomas Arnhold
5fd54f2f3d callcatcher: remove unused methods 2011-08-03 01:51:28 +02:00
Julien Nabet
a751a0c74d Some cppcheck cleaning 2011-07-31 18:41:58 +02:00
Julien Nabet
470b293417 Some cppcheck cleaning 2011-07-31 18:11:19 +02:00
Kohei Yoshida
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
Andras Timar
406f61ae74 remove online registration related string 2011-07-30 12:42:27 +02:00
Caolán McNamara
625ddeb486 callcatcher: ditch various unused methods 2011-07-28 09:02:49 +01:00
Caolán McNamara
c634d8081c ditch empty .cxx file 2011-07-27 09:21:49 +01:00
Caolán McNamara
89438e1956 callcatcher: various beautifully crafted, but unused methods 2011-07-27 09:21:49 +01:00
Thomas Arnhold
a5feef92e0 callcatcher: remove unused writeInfo 2011-07-20 16:37:52 +02:00
Tor Lillqvist
c7f9c1f567 On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805 2011-07-19 17:31:57 +03:00
Matúš Kukan
a90983bd65 Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00
Matus Kukan
ccfdbe97d8 Remove online registration related code 2011-07-07 09:47:32 +02:00
Caolán McNamara
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
Caolán McNamara
8aa6bc4ddb Make titlebar string shorter in dbgutil mode 2011-06-28 13:16:58 +01:00
Matus Kukan
25aeecfdc8 update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:26 +01:00
Caolán McNamara
9aa1b2d058 survive missing configuration 2011-06-20 11:01:54 +01:00
Caolán McNamara
1287034119 ByteString -> rtl::OStringBuffer 2011-06-20 11:01:54 +01:00
Caolán McNamara
347738eade catch by const reference 2011-06-20 11:01:54 +01:00
Tor Lillqvist
2cab78b1b4 Drop Win9x code 2011-06-18 17:02:52 +03:00
Jan Holesovsky
bd8585dcd5 Update the toolbar's popup menu hidden items. 2011-06-10 18:22:53 +02:00
Caolán McNamara
fc7dfd1a25 Related: rhbz#652604 better survive exceptions thrown during autorecover 2011-06-07 17:09:33 +01:00
Caolán McNamara
ab8ab831eb catch by const reference 2011-06-02 10:10:59 +01:00
Caolán McNamara
054c7e4a4c use tunnel pattern here 2011-06-01 15:21:18 +01:00
Caolán McNamara
8d1aeb01ea overly static 2011-06-01 15:21:18 +01:00
Jan Holesovsky
5a9d7a54e9 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core 2011-05-27 20:49:48 +02:00
Jan Holesovsky
9df8682ced Merge remote-tracking branch 'origin/integration/dev300_m106'
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-27 20:46:20 +02:00
Caolán McNamara
e048331526 add mode-lines here 2011-05-25 14:05:29 +01:00
Caolán McNamara
3fc12f71b9 this can be const 2011-05-23 12:31:12 +01:00
Caolán McNamara
87441058ea convert to non-leaky singleton 2011-05-23 12:31:12 +01:00
Tor Lillqvist
11c71842f6 Drop OS2 2011-05-21 16:26:08 +03:00
Matus Kukan
c203806b92 replace res/commandimagelist with cmd in framework 2011-05-20 19:02:07 +02:00
Caolán McNamara
b14fb67ed8 adapt for singleton api change 2011-05-20 15:23:09 +01:00
Caolán McNamara
ed76182b20 valgrind: leak if dispose uncalled 2011-05-20 15:23:07 +01:00
Caolán McNamara
4504798202 config leak: ensure release 2011-05-20 15:23:07 +01:00
Caolán McNamara
4490dbc8ae remove extra header guard 2011-05-20 15:23:07 +01:00