a1ce4fb4f0
callcatcher: various unused methods
2011-09-06 08:52:37 +01:00
4b60da5d1d
add more component prefixes
2011-08-17 23:51:45 +02:00
88ad01b3ed
catch by const reference
2011-08-11 14:02:02 +01: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
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
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
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
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
2cab78b1b4
Drop Win9x code
2011-06-18 17:02:52 +03: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
054c7e4a4c
use tunnel pattern here
2011-06-01 15:21:18 +01:00
8d1aeb01ea
overly static
2011-06-01 15:21:18 +01:00
5a9d7a54e9
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core
2011-05-27 20:49:48 +02:00
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
e048331526
add mode-lines here
2011-05-25 14:05:29 +01:00
3fc12f71b9
this can be const
2011-05-23 12:31:12 +01:00
87441058ea
convert to non-leaky singleton
2011-05-23 12:31:12 +01:00
11c71842f6
Drop OS2
2011-05-21 16:26:08 +03:00
c203806b92
replace res/commandimagelist with cmd in framework
2011-05-20 19:02:07 +02:00
b14fb67ed8
adapt for singleton api change
2011-05-20 15:23:09 +01:00
ed76182b20
valgrind: leak if dispose uncalled
2011-05-20 15:23:07 +01:00
4504798202
config leak: ensure release
2011-05-20 15:23:07 +01:00
4490dbc8ae
remove extra header guard
2011-05-20 15:23:07 +01:00
2ee4b71d6d
do not leak memory
2011-05-16 15:39:29 +02:00
c32ebe1bb3
Kill obsolete stuff
2011-05-15 00:39:43 +03:00
c751332218
fix for fdo#36684
...
fix layout problem with toolbars ( when enabling/disabling them from View/Toolbars )
2011-05-13 17:49:59 +01:00
fcbe10ce74
fix for fdo#37103
...
reset toolbar command handler when toolbarmanager is destroyed
2011-05-11 13:53:24 +01:00
b21661ce42
Some cppcheck cleaning
2011-05-08 14:31:03 +02:00
aa90dcca93
add lomenubar Jobs.xcu
2011-04-28 01:44:12 +02:00
2854b25d89
add lomenubar documentation
2011-04-28 01:44:12 +02:00
acb556a223
lp#754562: remove status listener upon exit
...
* use initialization lists
* more const goodness
2011-04-28 01:44:12 +02:00