Commit Graph

298584 Commits

Author SHA1 Message Date
Caolán McNamara
6708977331 needs more work first
This reverts commit 92f396733e.
2011-12-21 10:30:10 +00:00
Caolán McNamara
fffae28952 bah, need to tweak for pre c++0x
This reverts commit d00fc0e293.
2011-12-21 10:29:33 +00:00
Caolán McNamara
6fd747bf0e make this Makefile the same as all the others
so that make inside an source ./Env.Host.sh environment
works the same as make outside that env
2011-12-21 10:22:14 +00:00
Caolán McNamara
2d9aac80a1 msvc2008 hunspell linked to icuuc 2011-12-21 10:20:10 +00:00
Caolán McNamara
d00fc0e293 disentangle Read/WriteByteString OUString variants
The ones which use a definite 8-bit encoding read/write pascal-style
strings with a 16bit length prefix.

The ones which use a definite 16-bit encoding read/write pascal-style
UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all

The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending
on the charset. Rename to ReadUniOrByteString like the other
similar horrors to flag this misery
2011-12-21 10:10:58 +00:00
Caolán McNamara
92f396733e convert ReadByteString/WriteByteString from ByteString to OString
Nobody ever used the return values anyway, so for reading just
return the string and for writing the number of bytes written

Doesn't need to be members, make standalone functions

Rename  to
read_lenPrefixed_uInt8s_ToO[U]String and
write_lenPrefixed_uInt8s_FromO[U]String, lengthy,
but much less unambiguous, seeing as a lot of users of it don't
seem to be aware that they read/write pascal-style length
prefixed strings, which isn't surprising given the
apparent simplicity of their original name.

added a unit test
2011-12-21 10:10:58 +00:00
Caolán McNamara
b57eceb231 callcatcher: remove unused Find1RefWindow variant 2011-12-21 10:10:56 +00:00
Caolán McNamara
4eb4514ee1 This just can't be right, WriteByteString writes a pascal-style string
WriteLine just writes a line of text, WriteByteString writes
a 16bit length of following content. It can't make sense to
suddenly stick a pascal-style string in at the end of a file
that's otherwise plain text.

original git id that introduced the use of WriteByteString here
was ea76474a back in 2002

Perhaps this worked because partial strings never ended up
as trailing content, so only ever had an empty string as
the final partial string, so a 0x0000 got appended, as
opposed to a newline, so it appeared to do the right thing.
2011-12-21 10:10:56 +00:00
Caolán McNamara
c1c3ef64bc callcatcher: remove some unused code 2011-12-21 09:30:20 +00:00
Caolán McNamara
725f7d0171 autocorrection migration never actually used 2011-12-21 09:30:20 +00:00
Caolán McNamara
1bac5427d6 SpellError doesn't need to be a [IMPL|DECL]Link
and as a side effect we can simplify, because argument is never NULL
and return is never used
2011-12-21 09:30:19 +00:00
Caolán McNamara
60bfcc0a4a callcatcher: SfxRequest::IsRecording unused for a long time 2011-12-21 09:30:19 +00:00
Caolán McNamara
80c7dd48a0 AutocorrectionMigration is not constructable 2011-12-21 09:30:19 +00:00
Caolán McNamara
650ed10bd0 can't see why there's an appendChar here 2011-12-21 09:30:19 +00:00
Caolán McNamara
b0df6d86e4 SfxObjectShell may not have a medium 2011-12-21 09:30:18 +00:00
Olivier Hallot
545921f914 Fix for fdo43460 Part XII getLength() to isEmpty()
Part XII
Module
dbaccess
2011-12-21 09:52:48 +01:00
Olivier Hallot
1835d0599e Fix for fdo43460 Part XIII getLength() to isEmpty()
Part XIII
Module
desktop
2011-12-21 09:52:48 +01:00
Markus Mohrhard
1623b021cf set focus to Name Edit Line in Define Names dialog 2011-12-21 01:50:17 +01:00
Markus Mohrhard
16af1bd209 full absolute refs in range names should be treated like normal abs refs 2011-12-21 01:50:17 +01:00
Markus Mohrhard
64e416d42a fix small problem with range names in copy/paste 2011-12-21 01:50:17 +01:00
Tor Lillqvist
5e3059834e Need visibility markup for ANativeActivity_onCreate() too 2011-12-21 00:46:02 +02:00
Tor Lillqvist
73b54eb92e Need visibility markup for lo_main() too 2011-12-21 00:46:00 +02:00
Tor Lillqvist
eae42329c2 Add a couple of missing files 2011-12-21 00:45:59 +02:00
Tor Lillqvist
527cca44ba Bin leftover unused files 2011-12-21 00:45:58 +02:00
Matúš Kukan
9148757cc8 callcather: remove sdr::Comment 2011-12-20 22:26:12 +01:00
Tor Lillqvist
2a1d6d0330 Do hardcode alignments for PowerPC Mac OS X 2011-12-20 22:54:56 +02:00
Tor Lillqvist
faa91fe347 Require ac_cv_alignof_* env vars if we don't have AC_CHECK_ALIGNOF 2011-12-20 22:27:59 +02:00
August Sodora
bbe9cf453c callcatcher: Remove unused code 2011-12-20 15:23:34 -05:00
August Sodora
0696c0aa74 callcatcher: Remove unused code 2011-12-20 15:23:34 -05:00
August Sodora
e8f980d10c Remove unused code 2011-12-20 15:23:33 -05:00
Mateusz Zasuwik
28b1abe11c genitive case month names for [pl-PL] 2011-12-20 20:50:40 +01:00
August Sodora
b0aac3f446 String->OUString 2011-12-20 14:12:33 -05:00
Petr Mladek
6703e91a74 avoid the hardcoded 3.4 version 2011-12-20 19:47:58 +01:00
Petr Mladek
9d94cd46ed set correct icon names in desktop files
also use icon names *3.5* instead of *35*; this version is used on another
locations as well; it allows to reuse the UNIXBASISROOTNAME variable that
is substituted by the installer
2011-12-20 19:47:48 +01:00
Petr Mladek
ec9230598e allow to call ooinstall twice with $DESTDIR 2011-12-20 19:47:34 +01:00
Noel Grandin
c5ed0b8f95 svx: translation by Mike Whiteley and Noel Grandin
(with very few tweaks by the committer)
2011-12-20 19:03:31 +01:00
Michael Meeks
9ae50a6d41 Revert "minor idl fixes" - no explicit license statement yet.
This reverts commit 5260bf5ea7.
2011-12-20 17:46:59 +00:00
Michael Stahl
cb1ad8c8df unordf: tweak SPARQL unit test:
rasqal 0.9.27 returns no variables for a SPARQL SELECT query with no
results; it is unclear whether that is allowed but it is a corner case
and probably we should not be testing for that.
2011-12-20 18:31:57 +01:00
Peter Foley
4862b48b4d ignore concat-deps on cygwin 2011-12-20 12:15:32 -05:00
Peter Foley
2dfdf47b59 ignore merge modules 2011-12-20 12:06:32 -05:00
Cédric Bosdonnat
e040d29316 RTF/DOCX import: fixed the import of consecutive frames (n#703032)
When we have two consecutive paragraphs with different frame properties,
the second frame wasn't created. Now store the current paragraph
properties in order to create the frame later.
2011-12-20 17:33:41 +01:00
Tor Lillqvist
7d3c674a04 Abandon attempt to use the debug CRT in a dbgutil build 2011-12-20 18:08:08 +02:00
Michael Meeks
29b6eda7e5 remove un-used code, and make a start at rampant vspace wasting 2011-12-20 15:51:21 +00:00
Luboš Luňák
0e44efd374 missed this in b55dbc1e - show extension for .c files as well 2011-12-20 16:36:10 +01:00
Olivier Hallot
1375183d46 Fix for fdo43460 Part XI getLength() to isEmpty()
Part XI
Module
cui
2011-12-20 19:28:37 +04:00
Luboš Luňák
170d75c3f5 remove obsolete comment 2011-12-20 16:12:45 +01:00
Eike Rathke
b34b0ff236 another "ScToken::GetDoubleRef: virtual dummy called"
When checking for svSingleRef or svDoubleRef, also check for
svExternalSingleRef or svExternalDoubleRef. Otherwise the dummy reference is
treated.
2011-12-20 16:01:46 +01:00
Michael Meeks
6f0af3c2e3 catch rather unlikely vcl case and don't crash 2011-12-20 14:41:27 +00:00
Matúš Kukan
cdd2792816 sal: disable subsequentcheck which has circular dependency
make 3.82 continues without error but apparently older version not
2011-12-20 14:50:47 +01:00
Caolán McNamara
217cde3790 callcatcher: update list 2011-12-20 13:15:45 +00:00