Commit graph

292108 commits

Author SHA1 Message Date
Eike Rathke
ea4470cbac Number formatter sal_Bool -> bool clean-up and cosmetics 2011-08-10 01:32:41 +02:00
Matúš Kukan
5eb0b845a1 do not try to deliver .component file when it's not there 2011-08-10 00:53:11 +02:00
Markus Mohrhard
df59a409a7 change from sal_Bool to bool in ScRangeName/ScRangeData 2011-08-10 00:06:43 +02:00
Markus Mohrhard
96336b01a8 fix for fdo#37391: don't write invalid references to files 2011-08-10 00:06:43 +02:00
Matúš Kukan
8b0e9caca9 convert xmlsecurity to gbuild 2011-08-09 23:28:06 +02:00
Caolán McNamara
10c0e027b8 Resolves: fdo#32177 add a modification listener on new XDocumentProperties 2011-08-09 22:01:18 +01:00
Norbert Thiebaud
9b981cafaa Adjust the parallelism of tail_build to be max(max-process, num-cpus)
tail_build run mostly by itself and wrap a dozen of module,
using just MAXPROCESS for the parallelism force to limit NB_CPUS
in order to avoid a NB_CPUS x MAXPROCESS scenario.
This mitigate this problem, until we don;t need MAXPROCESS anymore
and NB_CPUS becomes the only driving force.
2011-08-09 15:52:50 -05:00
Kohei Yoshida
a81389fb84 Correctly import from Excel charts with multiple ranges.
This was "fixed" in i#107275, but the fix only worked in locales
where the range/argument separator was ';' (e.g. German locale).
This is the correct fix that works in all locales regardless of
the separator.
2011-08-09 15:52:34 -04:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Caolán McNamara
c6043980bb annoyingly MSWord2010 will apparently deem a doc using VT_DATE as invalid 2011-08-09 16:46:42 +01:00
Lionel Elie Mamane
46fb06b64d Trust "make fetch" to dowload mysqlc; do not require it at configure time 2011-08-09 16:36:46 +01:00
Christophe Strobbe
2eb2e571ab fix fdo#39561
make html & xhtml consistent in treatment of svg:title -> image:alt tag
2011-08-09 16:23:25 +01:00
Nigel Hawkins
2642cdbcab Replace SvUShorts with vector in xmloff/xmlnumfe.cxx
LGPLv3+/MPL1.1
2011-08-09 15:51:32 +01:00
Caolán McNamara
708f8c2373 Resolves: fdo#38981 implement saving/loading PROPVARIANT::DATE ole2 property 2011-08-09 15:48:12 +01:00
Nigel Hawkins
b3a2205527 Replace SvUShorts with vector in svl/zforlist.[ch]xx
LGPLv3+/MPL1.1
2011-08-09 15:29:47 +01:00
Nigel Hawkins
bb8ea3fc5f Replace SvUShorts with vector in aeitem.[ch]xx
LGPLv3+/MPL1.1
2011-08-09 15:23:32 +01:00
Nigel Hawkins
79f5abe3fd Replace SvUShorts with vector in editeng/impedit.hxx and cascade changes.
LGPLv3+/MPL
2011-08-09 15:04:47 +01:00
Miklos Vajna
f05ff87ece curl: disable libssh2 support
Otherwise internal curl may pick up system libssh2.
2011-08-09 14:38:43 +02:00
Gabor Jenei
8dd90858a2 patch for xmlfilter.cxx 2011-08-09 14:48:08 +01:00
Matúš Kukan
b12d20a3ba silence warnings 2011-08-09 15:45:40 +02:00
Peter Rabi
dbf832c5a5 fix for fdo#34768 - no update preview
Fixes dialogue "Load Slide Design" in Impress.
The preview now updates when selecting another template in the listbox.
Contributed under license LGPLv3+/MPL.
2011-08-09 14:29:18 +01:00
Matúš Kukan
dce040cb32 convert rsc to gbuild 2011-08-09 15:20:06 +02:00
Caolán McNamara
5dbd783731 update list 2011-08-09 13:57:43 +01:00
Jan Holesovsky
99cf6b877b Create dir for the dependencies. 2011-08-09 11:33:09 +02:00
Caolán McNamara
61185cbaa1 reduce unused list 2011-08-09 09:32:40 +01:00
Caolán McNamara
07c1881b18 ConvertFromUnicode can be made private
and default argument can be removed as its always the same
2011-08-09 09:32:40 +01:00
Caolán McNamara
0c88ebd66b build error 2011-08-09 09:32:40 +01:00
Caolán McNamara
d0fecfb842 remove ByteString::Convert 2011-08-09 09:32:39 +01:00
Caolán McNamara
bca5c1a4d0 The idl encoding table stuff appears to be a no-op, converts x to x
1.a) There is only one call to SvTokenStream::SetCharSet
2.b) That call is from SvTokenStream::InitCtor and the argument is
   gsl_getSystemTextEncoding()

2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable
   i.e.
   pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() );
2.b) so this is in practive only ever...
   pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(),
        gsl_getSystemTextEncoding() );

3) SvChar::GetTable returns a table for converting from one encoding to
   another.

4) so the whole thing is a no-op, i.e.
   pCharTab can be dropped
   SvChar::GetTable is then unused and can be dropped
   SetCharSet and GetCharSet are then also unused
2011-08-09 09:32:39 +01:00
Caolán McNamara
fa419956a1 Convert directly from RTL_TEXTENCODING_IBM_437 to unicode
When we draw this text we assume it's in RTL_TEXTENCODING_IBM_437 and convert
from RTL_TEXTENCODING_IBM_437 to unicode.

So why when we determine the width to use convert from RTL_TEXTENCODING_IBM_437
to the system encoding, which could be anything, and get the width of that ?
2011-08-09 09:32:39 +01:00
Tor Lillqvist
d7e16fdbab Fix compilation errors with dbglevel>1 2011-08-09 10:27:40 +03:00
Tor Lillqvist
97d7cb0854 Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOS 2011-08-09 01:42:21 +03:00
Julien Nabet
da41ba97d3 Some cppcheck cleaning 2011-08-09 00:17:54 +02:00
Julien Nabet
2a90263421 Add 2 lacking va_end. 2011-08-08 23:59:48 +02:00
Matúš Kukan
c39a2440ea convert dtrans to gbuilb 2011-08-08 23:48:43 +02:00
Tor Lillqvist
f6d8dfb5c4 Nah, we cannot build binaryurp_cppunittester_all (for iOS) here
It depends on CPPUHELPERLIB which for iOS depends on BOOTSTRAPUNOLIB
which hasn't been built yet.
2011-08-09 00:40:46 +03:00
Tor Lillqvist
b555c3353e Add newline at end 2011-08-09 00:19:34 +03:00
Nigel Hawkins
b090fcf34f Replace SvUShorts with vector in editeng.hxx and cascade changes.
LGPLv3+/MPL
2011-08-08 20:23:05 +01:00
Tor Lillqvist
7d2cea2bc9 More dependent libraries for iOS 2011-08-08 21:20:56 +03:00
Tor Lillqvist
caddae7ba0 Bypass this for non-desktop OSes 2011-08-08 21:20:55 +03:00
Tor Lillqvist
491dcf9bec Can't build the iOS static cppuhelper test here now
Since we now link to the (also static) bootstrap.uno component which
hasn't been built yet.
2011-08-08 21:20:54 +03:00
Tor Lillqvist
8cd859d9a6 For iOS just link directly to the bootstrap component 2011-08-08 21:20:53 +03:00
Tor Lillqvist
c8eefebef6 Use prefixed getFactory and no canUnload on iOS 2011-08-08 21:20:52 +03:00
Tor Lillqvist
9a48e75b07 Deliver also static component archives as built for iOS 2011-08-08 21:20:51 +03:00
Tor Lillqvist
af61542cb8 Deliver also static libstore 2011-08-08 21:20:50 +03:00
Tor Lillqvist
5568dfaacf Add dependencies for sal_qa_static 2011-08-08 21:20:49 +03:00
Caolán McNamara
71e4b9f37a oh dear, I never actually added this before 2011-08-08 17:54:47 +01:00
Caolán McNamara
74b3cdbe98 the option got turned into --with-system-sane so look for with_system_sane 2011-08-08 17:08:22 +01:00
Lionel Elie Mamane
b70ddaee68 configure --with-system-sane: correct help string 2011-08-08 16:58:41 +01:00
Tor Lillqvist
ef04510167 Don't bother trying to truncate parts debugging output
Murphy says it's the part that is dropped which will be interesting
one anyway.
2011-08-08 17:45:24 +03:00