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
Tor Lillqvist
b16ab7a751
Add invokeStaticComponentFactory() for statically linked components
...
Will be used for iOS at least.
Factor out the part of loadSharedLibComponentFactory() that handle the
symbol that has been successfully looked up.
2011-08-08 17:39:38 +03:00
Caolán McNamara
cf3eac39e1
catch by const reference
2011-08-08 13:54:40 +01:00
Caolán McNamara
5567bb0200
missing ',' makes a completely different string than it appears.
2011-08-08 13:54:39 +01:00
Luboš Luňák
c981b302dc
add SwPostItField::GetDateTime()
...
it's rather weird to have only access to either date or time, but
not the whole object
2011-08-08 14:36:40 +02:00
Luboš Luňák
f71f962af7
fix crash and fix rtl logic
2011-08-08 14:36:40 +02:00
Caolán McNamara
6773616a23
revert this and rely on changed SAL_ALLOW_LINKOO_SYMLINKS behaviour
2011-08-08 13:04:50 +01:00
Lionel Elie Mamane
ada4759219
osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treated
2011-08-08 13:04:50 +01:00
Caolán McNamara
2ee5618ba5
add test files
2011-08-08 13:04:50 +01:00
Caolán McNamara
a840652371
runtime ConvertToUnicode->compile time unicode constants
2011-08-08 13:04:50 +01:00
Caolán McNamara
ce906b8096
skip tricky allocators on G_SLICE=always-malloc
2011-08-08 13:04:49 +01:00
Caolán McNamara
c2e61f08ae
dig out some sgv files for a regression test on that format
2011-08-08 13:04:49 +01:00
Caolán McNamara
5a1123ac07
reduce API bReplace is always true
2011-08-08 13:04:49 +01:00
Caolán McNamara
cb64bcb4ae
callcatcher: ditch some more methods
2011-08-08 13:04:49 +01:00
Caolán McNamara
8a3cdcdc5d
callcatcher: remove unused methods
2011-08-08 13:04:48 +01:00
Caolán McNamara
87025228f4
callcatcher: remove unused methods
2011-08-08 13:04:48 +01:00