Julien Nabet
4bc4420854
Strip include guards in idl files part 3 (end)
2011-03-26 00:03:00 +01:00
Julien Nabet
891c75f59b
Strip include guards in idl files part2
2011-03-25 23:50:53 +01:00
Julien Nabet
7b0f305881
Strip include guards in idl files
2011-03-25 23:22:11 +01:00
Xisco Fauli
f1302fb394
Remove commented code in libs-core/desktop
2011-03-25 20:48:58 +01:00
Fridrich Štrba
5ad6132729
Wholesale prewin.h/postwin.h removal
2011-03-25 18:57:59 +01:00
Luboš Luňák
0527adbab1
more sensible SdrObject::Clone() and SdrObject::operator=()
...
Virtual operator=() is IMO pointless, and especially in a class hierarchy
like SdrObject it's pretty unlikely one could reasonably assign any
SdrObject-based object to any other one. Moreover, it was actually
only used in Clone(), which was almost never reimplemented, so the
more sensible choice is to have non-virtual operator= and virtual
Clone() always being reimplemented and using that.
This commit also fixes various smaller or bigger, er, interesting
details in the various operator= implementations.
2011-03-25 17:33:24 +01:00
Noel Power
e71901089a
fix for fdo#35596 - prevent name clashes with rtl functions in vba mode
...
replaces the existing hack for blacklisting some function names that exist in libreoffice basic that don't exist in vba ( and potentially clash with user defined procedures ).
2011-03-25 15:51:33 +00:00
Bjoern Michaelsen
02c4c5b35a
fd#35663: disable complex.sfx2.UndoManager because it fails
2011-03-25 15:49:05 +01:00
Petr Mladek
ffc70ce4f0
set build depencencies against the new "translations" module
2011-03-25 12:15:21 +01:00
Fridrich Štrba
9d88c67c4c
include the right file
2011-03-25 12:13:47 +01:00
Caolán McNamara
f63084c83d
WaE: set but unused
2011-03-25 10:34:39 +00:00
Luboš Luňák
687e5229db
fix incorrect override of TakeTextRect()
...
bool and sal_Bool is not the same
2011-03-24 18:20:59 +01:00
Luboš Luňák
6f2874653e
if it's not implemented then just don't implement it
2011-03-24 18:20:59 +01:00
Luboš Luňák
73af7a2105
remove virtual from operator=
...
pointless, there's nothing overriding it
2011-03-24 18:20:59 +01:00
Luboš Luňák
a147568a40
remove executable bit from files that are not executables
2011-03-24 18:20:59 +01:00
Caolán McNamara
bb607d6aa3
these can be const
2011-03-24 15:44:19 +00:00
Christina Rossmanith
49b62e4d12
Removed never defined _ENABLE_CUR_DIR
2011-03-24 15:04:52 +01:00
Fridrich Štrba
b6f069aaee
Don't flag inline function __declspec(dllexport/import)
2011-03-24 13:22:00 +01:00
Caolán McNamara
772193b87a
there might not be one set of course
2011-03-24 11:06:56 +00:00
Caolán McNamara
8b69554284
WaE: variable set but unused
2011-03-24 08:46:05 +00:00
Caolán McNamara
dbd2b60370
fix circular depend
2011-03-24 08:46:05 +00:00
Pierre-André Jacquod
ba55b41764
remove commented code in connectivity
2011-03-24 07:01:26 +01:00
Rob Snelders
f9079cc224
translated comments
2011-03-24 06:55:10 +01:00
Caolán McNamara
787b865493
fix leak
2011-03-23 17:07:25 +00:00
Caolán McNamara
dd8fa7c25a
fix more lifecycle problems
2011-03-23 17:07:25 +00:00
Jan Holesovsky
ba26ed19d8
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core
2011-03-23 17:13:39 +01:00
Jan Holesovsky
3b7ab82aee
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
basic/source/runtime/makefile.mk
basic/source/runtime/step2.cxx
desktop/prj/build.lst
desktop/source/app/app.cxx
desktop/source/deployment/registry/dp_backend.cxx
drawinglayer/source/attribute/fontattribute.cxx
editeng/inc/editeng/fontitem.hxx
editeng/source/editeng/edtspell.cxx
editeng/source/misc/svxacorr.cxx
framework/inc/services/substitutepathvars.hxx
framework/source/services/substitutepathvars.cxx
sfx2/qa/cppunit/makefile.mk
sfx2/source/doc/SfxDocumentMetaData.cxx
sfx2/source/doc/objxtor.cxx
svx/source/dialog/svxruler.cxx
sysui/desktop/icons/so9_base_app.ico
sysui/desktop/icons/so9_calc_app.ico
sysui/desktop/icons/so9_draw_app.ico
sysui/desktop/icons/so9_impress_app.ico
sysui/desktop/icons/so9_main_app.ico
sysui/desktop/icons/so9_math_app.ico
sysui/desktop/icons/so9_writer_app.ico
xmlhelp/source/cxxhelp/provider/databases.cxx
xmlhelp/source/cxxhelp/provider/db.cxx
xmlhelp/source/cxxhelp/provider/db.hxx
2011-03-23 16:59:26 +01:00
Thorsten Behrens
049e760f40
Really disable use of pagein on Mac
...
- there was a 2nd dir re-using that pagein object file
2011-03-23 16:55:57 +01:00
Katarina Machalkova
8df89e17db
Fixed build with --enable-kde4
...
(ULONG no longer exists)
2011-03-23 16:30:49 +01:00
Caolán McNamara
f5de249e22
add --trace-children=yes
2011-03-23 12:58:37 +00:00
Caolán McNamara
ea61d58db5
fix various leaks
2011-03-23 12:45:55 +00:00
Caolán McNamara
9a406c5a6b
valgrind: don't close invalid fd
2011-03-23 11:27:35 +00:00
Caolán McNamara
3aeea4b985
global uno::Sequences are very problematic at shutdown time
...
because the underlying uno infrastructure has been shutdown already,
we need to ensure their lifecycle more carefully.
2011-03-23 10:43:43 +00:00
Michael Meeks
2479aec5d3
fixup paths to pagein files
2011-03-23 08:49:03 +00:00
Thomas Arnhold
f3c5d4c0ee
Remove ChangeLog file
2011-03-22 19:03:01 +01:00
Caolán McNamara
e1ce6403c3
output the paths that fail
2011-03-22 17:07:49 +00:00
Caolán McNamara
18cf2ccd24
Revert "Replace String with rtl::OUString"
...
You can't hope to change *some* virtual methods of a hierarchy and
leave others untouched, they all have to be changed together.
This reverts commit 9f46bee92be38f2d59295cabd9f1fdb149708153.
2011-03-22 17:05:42 +00:00
Caolán McNamara
5bac810140
You want to fill all arg slots, not overwrite the initial ones
2011-03-22 14:28:22 +00:00
Petr Mladek
c9df84ff25
fix desktop integration build with BrOffice brand enabled
...
do not hardcode libreoffice wrapper name; the compat libreoffice
symlink is created if BrOffice brand is being built
2011-03-22 14:58:41 +01:00
Michael Meeks
5f2f0d3ad3
cope with no resource file better
2011-03-22 12:57:59 +00:00
Christina Rossmanith
b67fe5cc05
Removed comments /commented code
2011-03-22 12:23:57 +01:00
Christina Rossmanith
4b9842da83
Removed never defined _OLD_FILE_IMPL
2011-03-22 12:23:57 +01:00
Michael Meeks
57d3e290cc
fix misc. Mac build problems anyway
2011-03-22 10:14:38 +00:00
Michael Meeks
014efb9efc
disable pagein and oosplash.bin compile/install for Mac
2011-03-22 10:07:30 +00:00
Caolán McNamara
8e230401d9
WaE: unused variables
2011-03-22 09:14:47 +00:00
Caolán McNamara
d8f1ce1e9c
WaE: this isn't helpful
2011-03-22 09:02:06 +00:00
npcdoom
486dd9082e
Remove DECLARE_LIST( FmCtrlModelList, XInterface* ).
2011-03-22 08:47:02 +01:00
Michael Lefevre
e3e4d1c531
Delete last SVX_LIGHT usage
...
Xavier SVX_LIGHT deletion forgot just on occurence.
This patch delete the last one.
2011-03-22 08:45:00 +01:00
Xisco Fauli
1a0760384e
Replace String with rtl::OUString
2011-03-22 08:03:25 +01:00
Michael Meeks
3117cd0057
add missing .component file
2011-03-21 21:23:57 +00:00