Caolán McNamara
97831f005c
add these for the disable-mozilla-build case using the prebuilt zips
2011-08-25 12:03:32 +01:00
Markus Mohrhard
32d1f978dd
add local range names for local range names
2011-08-25 12:29:28 +02:00
Markus Mohrhard
7dbc196e1d
sal_Bool -> bool in ScTable
2011-08-25 12:29:28 +02:00
Markus Mohrhard
bb00e57044
add unit test for copy/paste + ScUndoPaste
2011-08-25 12:29:27 +02:00
Noel Power
e85d160127
fix ole control export ( bad string lenght check )
2011-08-25 11:01:03 +01:00
Matúš Kukan
a352018c76
unusedcode: svx::, svxform::
2011-08-25 11:31:14 +02:00
Caolán McNamara
24b0d0a0a2
ByteString->rtl::OString
2011-08-25 09:42:07 +01:00
Caolán McNamara
005f5d443e
remove freshly unused methods
2011-08-25 09:42:07 +01:00
Caolán McNamara
01f5362e79
String::CreateFromInt64->rtl::OUString::valueOf
2011-08-25 09:42:07 +01:00
Caolán McNamara
2d1c4141ba
UnoStorageHolder is never ctored, follow logical consequences of that
2011-08-25 09:42:06 +01:00
Caolán McNamara
ac1530a37e
callcatcher: yet more unused code
2011-08-25 09:42:06 +01:00
Caolán McNamara
798496c5be
regenerate list
2011-08-25 09:42:05 +01:00
Caolán McNamara
50db59bbac
no longer need GetDLL
2011-08-25 09:42:05 +01:00
Tor Lillqvist
c88b1843b1
Fix dbgutil build, do link also EXEs with the necessary libs
2011-08-25 09:01:01 +03:00
Tor Lillqvist
8b88940da2
Fix _DEBUG build: Use atlsd.lib
2011-08-25 08:50:57 +03:00
Eike Rathke
61674465b7
use boost::intrusive_ptr::get() instead of operator->()
...
Old intrusive pointer in operator->() simply returned a NULL pointer if
so, boost::intrusive_ptr asserts on that. If explicitly used to obtain
the pointer use get() instead.
2011-08-25 04:10:27 +02:00
Kohei Yoshida
8f931c8540
Fixed a crasher in cppunittest in sw, sd and sc on Windows.
...
Be careful there... when bRemoved is true, the iterator would get
incremented twice which may cause it to go past the end position.
2011-08-24 21:18:33 -04:00
Eike Rathke
792dee46f2
crash when modifying a defined name (and other places as well)
...
In ScRangeName::insert() the underlying
::boost::ptr_set_adapter::insert(p) takes ownerwhip of p and in the case
it can't insert it deletes the object. So, if ScRangeName::insert()
returns false the object where p pointed to is gone.
Adapted various places.
2011-08-25 02:03:53 +02:00
Joseph Powers
47994ad7f4
unusedcode.easy: I removed XBitmapTable from binfilter
2011-08-24 14:17:46 -07:00
Joseph Powers
9b77483aab
Remove class XBitmapTable
2011-08-24 13:57:03 -07:00
Eike Rathke
4e30b9699e
WaE unused parameter
2011-08-24 22:31:31 +02:00
Eike Rathke
23b0d975f9
msvbasic.hxx was removed with commit cecb746a3d
2011-08-24 22:22:02 +02:00
Eike Rathke
22a821239e
fdo#39192 correctly calculate jump matrix; end of path if NULL
2011-08-24 21:43:18 +02:00
Noel Power
cecb746a3d
kill old vba and ole control filter(s) for import at least
2011-08-24 19:47:13 +01:00
Muthu Subramanian
67b79b6ada
Code review: Removed unnecessary header.
2011-08-24 21:32:38 +05:30
Muthu Subramanian
f1a2b0cb3c
n#592912: When text is vertical, horiz & vert aligns are swapped.
...
- vert270 doesn't seem to be supported by LO.
- vert270 would be WritingMode_TB_LR ? otherwise we need to support it
by doing other operations like rotation or flip. Is that necessary ?
2011-08-24 21:32:38 +05:30
Tor Lillqvist
a02a4272e0
Don't do the undef-redef dance for "MINIMAL_PROFILEDISCOVER"
2011-08-24 18:01:51 +03:00
Tor Lillqvist
f25034d539
Disable Mozilla stuff in an --enable-dbgutil build on Windows
...
The mozab code plays games with _DEBUG (undefining and re-defining it
around Mozilla headers), which causes linking error when part of the
code has been compiled with _DEBUG and part hasn't. See
connectivity/source/drivers/mozab/pre_include_mozilla.h. Just disable
Mozilla stuff for now when using --enable-dbgutil.
2011-08-24 18:01:49 +03:00
Tor Lillqvist
e058530153
Allow comments in the autogen.lastrun file
2011-08-24 18:01:46 +03:00
Tor Lillqvist
785d8c762c
Again, avoid debugging MSVC std::equal_range issue
2011-08-24 18:01:44 +03:00
Matúš Kukan
48b7723016
this is supposed to be gb_CORE_LIBS
2011-08-24 16:07:20 +02:00
Takeshi Abe
acdff77b03
fdo#40341: hide 'math baseline alignment' unless available
2011-08-24 15:05:03 +01:00
Gabor
5b868092b6
dev-install build fix
2011-08-24 15:04:32 +01:00
Michael Meeks
070ff659ca
add missing file I omitted to add
2011-08-24 14:45:09 +01:00
Caolán McNamara
b5040d946e
Resolves: fdo#40345 don't crash loading temp document to get frame styles
2011-08-24 14:46:31 +01:00
Michael Meeks
87610049f8
misc cleanups of mergelibs functionality
2011-08-24 14:23:43 +01:00
Matúš Kukan
75fac98397
Add support for creating merged library.
...
This commit allows to set which libraries to merge
and creates merged library in tail_build if enabled.
This should save time when loading libraries in application
and also makes more sense for link-time optimization.
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-08-24 14:23:43 +01:00
Tor Lillqvist
9ba447cec1
No DLL stuff needed here as these go into static libs
2011-08-24 16:05:25 +03:00
Tor Lillqvist
ef262d7074
Don't define BASIC_DLLIMPLEMENTATION when building static libs
2011-08-24 16:05:23 +03:00
Tor Lillqvist
350b0e46bd
Don't use flags that make sense only for EXEs/DLLs when building static LIBs
2011-08-24 16:05:21 +03:00
Caolán McNamara
cbe995205c
avoid crash on shutdown with unprocessed events pending post SalDisplay dtor
2011-08-24 13:53:55 +01:00
Caolán McNamara
2c87725f12
potential WaE
2011-08-24 13:53:55 +01:00
Radek Doulik
9c2ae3f245
fix regression of 2155c4c0af
...
- do not drop the master shapes anymore, but rather hide them
- it is possible to have shapes with 0x0 geometry in slides,
these inherit proper geometry from master slide shapes - so
when we dropped the shapes, the geometry info was lost
2011-08-24 14:28:01 +02:00
Jan Holesovsky
4482fb3180
Avoid ICU version confusion betwen build and host platform.
2011-08-24 14:04:58 +02:00
Caolán McNamara
43fe89ab34
hmm, rebuilt the first time ok for me, remove additional unused inlines
2011-08-24 11:27:13 +01:00
Caolán McNamara
a47d863ddc
hide this class
2011-08-24 11:21:43 +01:00
Caolán McNamara
8d2d9ce5f4
rearrange this to not leak search configitem
2011-08-24 11:21:43 +01:00
Caolán McNamara
1b5ee6c7f4
SW_DLL isn't used
2011-08-24 11:21:42 +01:00
Caolán McNamara
cb97526259
callcatcher: remove various unused methods
2011-08-24 11:21:42 +01:00
Caolán McNamara
7e4ed3e5b8
add a macros test, and a calc placeholder example
2011-08-24 11:21:42 +01:00