office-gobmx/framework
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
..
dtd Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
inc callcatcher: unused methods 2011-08-05 10:02:57 +01:00
prj drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:37 +01:00
qa meged from outgoing [hg:e7087a952a92] 2011-06-17 15:23:55 +02:00
source complete and utter nonsense 2011-08-08 13:04:44 +01:00
uiconfig/startmodule Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
util update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:26 +01:00
AllLangResTarget_fwe.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
JunitTest_framework_complex.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
JunitTest_framework_unoapi.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Library_fwe.mk callcatcher: remove unused methods 2011-08-03 01:51:28 +02:00
Library_fwi.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Library_fwk.mk callcatcher: remove unused methods 2011-08-03 01:51:28 +02:00
Library_fwl.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Library_fwm.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Library_lomenubar.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Makefile reflect gmake flavor 2011-08-05 10:47:13 +09:00
Module_framework.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Package_dtd.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Package_inc.mk callcatcher: remove unused methods 2011-08-03 01:51:28 +02:00
Package_uiconfig.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00
Package_unotypes.mk Add consistent Emacs and vim mode lines 2011-07-30 23:02:30 +03:00