Markus Mohrhard
97c06429b8
add missing forward declarations
2012-03-19 06:18:48 +01:00
Rafael Dominguez
4e43ad788b
Remove deprecated class DevChartConfigItem.
2012-03-18 19:17:04 +00:00
Matúš Kukan
46dbbe4bc1
emser belongs to OOOLIBS
2012-03-19 00:10:18 +01:00
Arnaud Versini
0184afc273
Check iterator end WW8TableCellGrid
2012-03-18 15:33:56 -05:00
David Tardon
d1cc4bb69e
mingw: allow forced use of system icu tools
2012-03-18 21:23:42 +01:00
David Tardon
11bf220b6a
mingw: test system icu version
2012-03-18 21:23:42 +01:00
David Tardon
c8aa3d7563
mingw: use system icu tools when requested
2012-03-18 21:23:41 +01:00
David Tardon
aa1435b3c5
clean up after copy & paste
2012-03-18 21:23:41 +01:00
David Tardon
1f09f96e95
mingw: allow use of system zlib
2012-03-18 21:23:41 +01:00
David Tardon
1118f57582
mingw: avoid hardcoded dll versions and deps
...
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available
(typically that would be the "main" library, e.g., libxml2 or libcurl)
and libo_MINGW_TRY_DLL for possible dependencies (that may not be the
same on different systems). All further references to the dlls are
exclusively through the configured variables or defines set from these
variables (e.g., instead of hardcoding libxml2-2.dll, use
$(MINGW_LIBXML2_DLL)).
The macros are documented in m4/mingw.m4 .
Files that must be changed when adding a new dll:
* configure.in
* config_host.mk.in
* external/mingw-dlls/makefile.mk
* scp2/source/ooo/makefile.mk
* scp2/source/ooo/mingw_dlls.scp
2012-03-18 21:23:40 +01:00
Cheng-Chia Tseng
c7b319d2f1
resolved fdo#46947 duplicated date format [zh-TW]
...
Use GG era abbreviation in one format instead of full GGG.
2012-03-18 19:54:44 +01:00
Markus Mohrhard
d58421c2cc
add test case for fdo#40426
2012-03-18 19:20:06 +01:00
Markus Mohrhard
521456068d
some sal_Bool to bool in transobj.cxx
2012-03-18 19:19:43 +01:00
Markus Mohrhard
0ee5188633
also shrink used area for HTML in some cases, fdo#46230, n#677811
...
Hopefully this will allow pasting to external applications with whole
column/row selected while not affecting calc itself.
2012-03-18 18:38:13 +01:00
Markus Mohrhard
90d84c6dcb
disable two slow java based subsequenttests, fdo#45337
...
These two tests are not well designed and need 5 and 10 minute just to
check that we really return every row. This is not a good trade-off
between test coverage and execution time.
Enable them again with a better concept.
2012-03-18 18:38:13 +01:00
Markus Mohrhard
ed88b144ce
add all imported properties to ScDBData, fdo#40426
2012-03-18 18:38:13 +01:00
Julien Nabet
c8ef98c5ad
Add parenthesis for avoid false report by cppcheck
2012-03-18 18:30:07 +01:00
Julien Nabet
91e3822077
Prefer prefix ++/-- operators for non-primitive types
2012-03-18 18:11:04 +01:00
Julien Nabet
b1b4f699fc
Prefer prefix ++/-- operators for non-primitive types
2012-03-18 17:58:35 +01:00
Julien Nabet
9032c7f63e
Some cppcheck cleaning
2012-03-18 17:55:24 +01:00
Julien Nabet
0fa12e0b11
Prefer prefix ++/-- operators for non-primitive types
2012-03-18 17:31:51 +01:00
Julien Nabet
49d7d4b325
Fix redundant assignment of "nAngle" in switch
2012-03-18 16:36:54 +01:00
Julien Nabet
2b24cfe22d
Fix Same expression on both sides of '=='
2012-03-18 15:39:31 +01:00
Robert Nagy
bae6e3f4fe
use /usr/bin/env bash instead of /bin/bash
2012-03-18 14:14:28 +01:00
Tomas Chvatal
86793aeed9
Add check for hamcrest even if it is not first in classpath.
2012-03-18 12:29:27 +01:00
Luboš Luňák
eb1ffc1a21
sal_osl_module depends on Module_DLL (uses the library)
2012-03-18 12:19:30 +01:00
Matúš Kukan
323a936e23
gbuildbridge: gb_MAKETARGET is empty, gb_PARTIALBUILD defined in partial_build
2012-03-18 12:04:55 +01:00
Andras Timar
f2d10ee388
update of license document
...
added Info-ZIP lincense
2012-03-18 11:47:27 +01:00
Julien Nabet
2255d1f25f
Simplify these 2 conditions
2012-03-18 10:56:17 +01:00
Julien Nabet
fa2cccb7cb
Reduce scope of nChar
2012-03-18 10:47:43 +01:00
Luboš Luňák
89d3de59ab
match if-else properly (warnings are actually sometimes useful, huh)
2012-03-18 08:04:07 +01:00
Luboš Luňák
66ff55f8c6
compile these with exceptions again
...
a13a88bd2c
changes them to build
without exceptions by mistake, causing a boost problem
2012-03-17 21:52:46 +01:00
Takeshi Abe
a295d1f05c
removed duplicate #includes in cosv
2012-03-18 01:14:51 +09:00
Luboš Luňák
d46e382034
use SAL_DLLPUBLIC_TEMPLATE for an exported template
2012-03-17 17:11:31 +01:00
Luboš Luňák
4c231e4b7a
fix wrong libpng check result text
2012-03-17 10:52:43 +01:00
Luboš Luňák
ff5a80024a
fix icu parallel build
2012-03-17 09:21:11 +01:00
Luboš Luňák
9865a0d430
workaround broken msvc template instantiation
2012-03-17 08:39:26 +01:00
Luboš Luňák
4975086217
workaround for msvc instantiating things it shouldn't
...
The cppu::ImplInheritanceHelper1 ctor should not get instantiated, but MSVC2008
does so and then it fails to compile.
2012-03-17 08:19:21 +01:00
Luboš Luňák
0c9a6bf5f7
do not initialize a field with itself
2012-03-17 08:19:21 +01:00
Kohei Yoshida
3ae3f098ed
Fixed potential memory leak & UniString removal.
2012-03-17 00:07:33 -04:00
Winfried Donkers
32502a98bc
correction of typo in comment
2012-03-16 23:53:30 -04:00
Kohei Yoshida
99b9c0bfcc
Added class description.
2012-03-16 23:34:31 -04:00
Kohei Yoshida
f81d15c3ba
Use shared string pool to share string instances among string item values.
...
This brings down the reload time from 22 seconds to 4.3 seconds with
my test document. This is what I've been looking for!
2012-03-16 23:24:46 -04:00
Michael Stahl
c94b4b7e0e
gb_JavaClassSet_add_package_dependency: order only is not enough
2012-03-16 22:50:02 +01:00
Michael Stahl
b183576c5f
unoil: add missing dependencies in custom makefile
2012-03-16 22:39:09 +01:00
David Bolen
742dca7366
fdo#46926: PyUNO_cmp: return acquired reference
2012-03-16 22:18:43 +01:00
Jonathan Adams
3c4cd1deaf
gbuild: switch solaris.mk to GCC
2012-03-16 22:18:43 +01:00
Jonathan Adams
9d79147fc7
unitools.mk: do not override $GNUMAKE from configure
2012-03-16 22:18:43 +01:00
Jonathan Adams
1ffb10015d
adapt unxsog{i,s}.mk to Solaris ld
2012-03-16 22:18:42 +01:00
Michael Stahl
3ecb3f8878
soltools: fix solaris/gcc build
2012-03-16 22:18:42 +01:00