Commit graph

295596 commits

Author SHA1 Message Date
Laurent Alonso
5039880855 Use shared_ptr to avoid leaks 2011-10-28 15:18:24 +02:00
Noel Power
2a91e5bf2b re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module) 2011-10-28 13:01:46 +01:00
August Sodora
f323d36f29 Add vba support for assigning names to cell ranges 2011-10-28 13:01:45 +01:00
Caolán McNamara
ea95d600de check for invalidated item with IsInvalidItem 2011-10-28 12:29:30 +01:00
Noel Power
d0fb0305c4 tweak debug messages from commit 9b58d93530 2011-10-28 10:38:53 +01:00
Caolán McNamara
2a98e45039 update list 2011-10-28 10:23:00 +01:00
Caolán McNamara
bfef1510c1 ditch some ByteStrings 2011-10-28 10:23:00 +01:00
Caolán McNamara
533ee0b970 remove dangling objmnctl.cxx 2011-10-28 10:22:59 +01:00
Caolán McNamara
576d7aaada drop some unused code 2011-10-28 10:22:59 +01:00
Lionel Elie Mamane
cbc0073221 documentation: --with-system-libs also active for libexttextcat and libvisio
documentation for commit 25c27aae73
2011-10-28 11:17:37 +02:00
Terrence Enger
9b58d93530 leaking connection handle
call SQLDisconnect;
check returns from SQLDisconnect and SQLFreeHandle
2011-10-28 10:19:04 +01:00
Lionel Elie Mamane
853b185220 typo/spelling/grammar in comment 2011-10-28 11:07:50 +02:00
Harri Pitkänen
89b3820c7b Export blinking text attribute to HTML in all HTML export modes
Previously blinking was not exported in IE mode. IE still does not
support blinking (neither does Chrome or Safari) but the extra tag
does not make things any worse and allows importing the HTML back
to LibreOffice without loss of formatting.

Code is also simplified by removing conditionals for options that
no longer need to be disabled.
2011-10-28 10:07:17 +01:00
Regina Henschel
7661f0943d Add UML line ends to palette standard.soe (AOOo #i10547#) 2011-10-28 10:24:01 +02:00
Philipp Weissenbacher
d1932bfb76 Translate German comments 2011-10-27 20:18:05 -05:00
Julien Nabet
9764427b69 Remove some parenthesis for readability 2011-10-28 00:16:28 +02:00
Markus Mohrhard
a9730ec265 we can now enable the range name test for xlsx too 2011-10-28 00:00:34 +02:00
Markus Mohrhard
67315dcfb0 use uno for local range name api, it crashs otherwise sometimes 2011-10-27 23:54:24 +02:00
Markus Mohrhard
35896a678b add xlsx local range name import 2011-10-27 23:54:24 +02:00
Caolán McNamara
3852a6f548 ByteString->rtl::OString 2011-10-27 22:02:58 +01:00
Caolán McNamara
5107c0afb1 include mnuitem.hxx to build with --enable-dbgutil 2011-10-27 22:02:58 +01:00
Caolán McNamara
6368d19094 update unused code list 2011-10-27 22:02:58 +01:00
Julien Nabet
ffe9d3613c Trace one catch, add a return false in another one 2011-10-27 22:47:45 +02:00
Julien Nabet
95ed6bc10c C-Style casting replaced by C++ style 2011-10-27 22:47:44 +02:00
Norbert Thiebaud
c28724df95 fix bad comment 2011-10-27 11:39:04 -05:00
Norbert Thiebaud
addbb37f7a remove unused SfxObjectVerbsControl class 2011-10-27 11:39:02 -05:00
Noel Power
ed6b0d6bb1 deliver test/user-template/user to solver, unittests will use new user dir
Please enter the commit message for your changes. Lines starting
2011-10-27 17:13:22 +01:00
Noel Power
d3c18a6436 attempt to disable macro_test tests for macosx 2011-10-27 16:47:19 +01:00
Caolán McNamara
c90728896a make FontManager work directly on FontSelectPattern
This disentangles another layer of intermediate substitution and assignment
which we can do now after Christina's work and aligns this a step closer to the
FcPattern concept and a few more percent more readable and maintainable I hope.
2011-10-27 16:39:33 +01:00
Caolán McNamara
bea5e37dd3 Rename ImplFontSelectData to FontSelectPattern so I know what it does
Rename ImplFontSelectData to FontSelectPattern because I can never remember the
name of the thing. This way I'll be able to remember that its basically the
equivalent of fontconfig's FcPattern
2011-10-27 16:39:32 +01:00
Julien Nabet
ac1eb33bfc C-Style casting replaced by C++ style 2011-10-27 17:29:41 +02:00
Petr Mladek
4b32624c18 lo-pack-sources: update for the current list of repositories 2011-10-27 17:10:32 +02:00
Petr Mladek
a608d06643 renderArea is implemented only with GTK-3
fixes build on SLED10 with gtk-2.8 and cairo-1.0.2
2011-10-27 17:10:31 +02:00
David Tardon
8ff1724924 these are files--no trailing / 2011-10-27 16:49:08 +02:00
Olivier Hallot
06e64daff1 Remove restriction for Liberation fonts in Windows build 2011-10-27 16:35:24 +02:00
Caolán McNamara
8619d58ecd there is no USE_XINERAMA define, but USE_XINERAMA_XSUN/USE_XINERAMA_XORG 2011-10-27 15:21:19 +01:00
Miklos Vajna
a32662e141 lo-pack-sources: remove unused functions 2011-10-27 16:16:08 +02:00
Tor Lillqvist
dc7afa23bc Don't build libxslt.dll against debugging runtime for --enable-debug
Same problem as a few commits earlier: libxslt's configure.js uses
debug=yes to mean using the debugging crt, which we don't want in just
a debug=t build. (And which will make libxslt.dll fail to load.) Look
at $(dbgutil), not $(debug). (And note that in general dbgutil builds
are disabled for Windows currently anyway.)
2011-10-27 15:54:03 +03:00
Caolán McNamara
c6e86f8b7a fSectionSpaceAfter is unused 2011-10-27 13:54:19 +01:00
Caolán McNamara
9c8d378946 remove ItalicMatrix into delivered header 2011-10-27 13:18:35 +01:00
Tor Lillqvist
3b74ade047 chmod -x 2011-10-27 15:06:24 +03:00
Tor Lillqvist
e42dfec9ea Don't build libxml2.dll against debugging runtime for --enable-debug
Passing the debug=yes option to libxml2's configure.js causes it to be
built against the debugging runtime, which is not what we want if we
just have used --enable-debug. It is with --enable-dbgutil that we
want to use the debugging runtime. So look at $(dbgutil), not
$(debug).
2011-10-27 15:00:42 +03:00
Michael Meeks
8418eeb79b 'g' tool: fix silly error in --set-last-working 2011-10-27 12:54:47 +01:00
Caolán McNamara
c17aeee2d9 probably better Japanese longer text preview 2011-10-27 12:49:15 +01:00
Caolán McNamara
5eac2ffaa0 update unused list 2011-10-27 12:49:15 +01:00
Caolán McNamara
58b48f188b Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italic
FreeSerif lacks glyphs in bold/italic variants that it has in the normal one. A
lot of our glyph fallback infrastructure, especially the caches don't expect
that a normal variant of a font with extra emboldening or extra font skew can
be a fallback for a bold/italic variant of itself which exists, but doesn't
have the missing glyphs that the normal one does.

We really need to improve our glyph/font caching, but we can get 90% of the
way there by excluding such cases from the caches.
2011-10-27 12:49:14 +01:00
Michael Meeks
d9d82ffc6b headless: cleanup degenerate clipping case to not render or warn. 2011-10-27 11:42:06 +01:00
Tor Lillqvist
4b83c02803 Make subdirectory names unique in the first five characters
Rename "shellnew" to "shlnew", and "2shellnew" then to "2shlnew" for
consistency.

See code in olenv/bin/modules/installer/windows/directory.pm:
create_unique_directorynames().

(Actually I think we don't even create any actual directory for
"shellnew" (and "2shellnew" even less), it is just a
placeholder... But oh well.)
2011-10-27 13:30:54 +03:00
Tor Lillqvist
2c87384e24 Avoid Perl warning: Use of uninitialized value 2011-10-27 13:30:52 +03:00
Michael Meeks
d9fb180641 WaE: hush an annoyance 2011-10-27 11:23:56 +01:00