Commit graph

295241 commits

Author SHA1 Message Date
Andras Timar
89f7e17692 localize description.xml of presenter-screen extension 2011-10-20 11:10:53 +02:00
Tomofumi Yagi
8c2902ecbf fdo#37129: Fix the drawing of dotted and dashed borders in Calc. 2011-10-20 11:05:17 +02:00
Caolán McNamara
8eb50d3b4b WaE: unused e 2011-10-20 09:34:31 +01:00
Felix Zhang
9f562a82c6 remove unused methods from formula::FormulaModalDialog 2011-10-20 10:24:18 +02:00
Caolán McNamara
093e7a56ff callcatcher: remove unused Content::createDynamicCursor variant 2011-10-20 08:55:03 +01:00
Caolán McNamara
6016eb1ec1 rework sample text generator for different scripts
split out code that creates sample text for different scripts
add extra scripts and sample text
add extra space between sample text preview and font name
add guess-script from opentype unicode coverage bits
split out code that knows the names of symbol fonts which don't
have symbol encoding set
2011-10-20 08:55:02 +01:00
Tor Lillqvist
b2250f4d98 WaE: NULL used in arithmetic 2011-10-20 08:41:37 +03:00
Tor Lillqvist
62f4128d74 char can be unsigned, use sal_Int8 2011-10-20 08:41:36 +03:00
Tor Lillqvist
3f3c2a7bd3 WaE: Work around bogus array subscript is above array bounds
Bites at least with the Android cross-gcc 4.4.3.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41847
2011-10-20 08:41:36 +03:00
Ivan Timofeev
5ad4d151da migrate to StringRangeEnumerator in pdfexport 2011-10-19 23:13:05 +04:00
Ivan Timofeev
f9f4c631b1 migrate to StringRangeEnumerator in Calc 2011-10-19 23:13:04 +04:00
Petr Mladek
3f845c2980 define bash completion also for 'loffice' wrapper (bnc#719656) 2011-10-19 20:16:01 +02:00
Petr Mladek
369f22ceb8 do not show "LibreOffice Math" in the desktop menu (fdo#41681)
It is just a helper application. The desktop file still makes sense to
keep the MIME type association.
2011-10-19 19:58:15 +02:00
Petr Mladek
4255c2663d losmoketest.py: allow to use the long --headless option; not only -s 2011-10-19 17:54:09 +02:00
Radek Doulik
87268f254f make the 3D transitions work again 2011-10-19 17:10:56 +02:00
Caolán McNamara
3f9a28f1f7 Resolves: fdo#41556 font sub cache of nameA => nameB is too simplistic 2011-10-19 16:04:01 +01:00
Maxim Iorsh
4ea86b4676 Resolves: fdo#41556 When fontconfig matches italic font, italicity is ignored 2011-10-19 16:04:00 +01:00
Caolán McNamara
5e8c0dd410 don't annoy me in the en-US fallback case 2011-10-19 16:04:00 +01:00
Stephan Bergmann
7b000922d0 Disable warnings when compiling external boost lib. 2011-10-19 17:03:02 +02:00
Stephan Bergmann
1206a75575 Undo basis/brand split: adapted linkoo.
Linking .rdb files has been disabled as it appears completely broken
(erroneously picking up a testtools/*/lib/services.rdb instead of one
from solver).
2011-10-19 16:39:26 +02:00
Stephan Bergmann
a015cda8f2 Undo basis/brand split: moved .rdb files from basis program/ to brand program/ (merging the two services.rdb files). 2011-10-19 16:39:26 +02:00
Markus Mohrhard
9132e6ffa7 separate normal calc filter tests and macro tests
this should make it easier to deal with the increased complexity in the
unit tests for vba and star basic
we should not mess with the normal calc tests while working on advanced
vba and basic tests
2011-10-19 15:23:18 +02:00
Tor Lillqvist
a47ef216cc Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API 2011-10-19 14:50:18 +03:00
Tor Lillqvist
545f22568a Propagate verbosity to the BUILD_ACTION make 2011-10-19 14:50:17 +03:00
Stephan Bergmann
ebd8637de4 Fold spurious vcl/prj/d.lst entries (merge conflict?) into vcl/Package_inc.mk. 2011-10-19 13:43:39 +02:00
Fridrich Strba
6ca04869e4 Link manifest to the executables 2011-10-19 13:08:32 +02:00
Tor Lillqvist
349e80f02b WaE: two functions defined but not used 2011-10-19 13:57:23 +03:00
Tor Lillqvist
43a33ef693 WaE: passing argument discards qualifiers from pointer target type
expected 'void *' but argument is of type 'volatile int *'

errno is volatile on Android, and apparently it is not OK to pass the
address of a volatile valye to a function expecting void * in their
gcc version.
2011-10-19 13:57:23 +03:00
Tor Lillqvist
3cbd8c24a8 WaE: unused parameter 'f' 2011-10-19 13:57:22 +03:00
Felix Zhang
fcea2c9acb remove an unused method 2011-10-19 12:41:50 +02:00
Jan Holesovsky
f4496d4478 Fix the SYSTEM_MOZILLA case. 2011-10-19 12:35:24 +02:00
Stephan Bergmann
0a158b7800 Undo basis/brand split: merge basis program/resource/ into brand program/resource/. 2011-10-19 12:23:01 +02:00
Tor Lillqvist
ad9c1ffdd0 WaE: comparison is always true due to limited range of data type 2011-10-19 13:14:52 +03:00
Stephan Bergmann
322d455f9f Simplified comphelper::OSequenceIterator and its uses. 2011-10-19 11:17:47 +02:00
Rene Engelhard
5e80f012e7 make libxmlsec be built again with SYSTEM_MOZILLA=YES 2011-10-19 11:01:00 +02:00
Petr Mladek
d6b626c6a9 fix configure with autoconf-2.59
it was enough to lower the version check; 2.59 is still used on SLED10
2011-10-19 10:54:34 +02:00
Takeshi Abe
0cb79e7486 removed unused macro 2011-10-19 12:02:56 +09:00
Markus Mohrhard
9706288e95 add output for language settings to log file
some windows builds crash in this test, maybe they get a false language
setting from somewhere
2011-10-19 02:10:36 +02:00
Eike Rathke
9796ac726e Revert "callcatcher: replace Clone() by NULL"
That doesn't make sense, not even with a callcatcher excuse.

This reverts commit d54c3ad151.
2011-10-19 01:38:19 +02:00
Markus Mohrhard
c35fb339f5 add unit test for fdo#41868
test should be extended as soon as possible
tests a central point of our formula compiler/reference handling
2011-10-19 01:25:49 +02:00
Markus Mohrhard
308b7a287d by one error in ScFormulaCell::UpdateDeleteTab (fdo#41868) 2011-10-19 00:34:46 +02:00
Stephan Bergmann
9550bed8aa Adapted numbering of reordered asm parameters. 2011-10-19 00:22:34 +02:00
Stephan Bergmann
bbb5da1578 Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-variable".
See <https://bugs.kde.org/show_bug.cgi?id=284384> "clang 3.1 -Wunused-value
warnings in valgrind.h, memcheck.h" for a way to silence these warnings when
building with clang.
2011-10-18 23:10:56 +02:00
Stephan Bergmann
bf1f0183d5 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). 2011-10-18 23:10:56 +02:00
Peter Jentsch
0eee1cf957 fixed reorder warning in copy-constructor of filter_info_impl 2011-10-18 22:52:50 +02:00
Peter Jentsch
11fbde8fed support editing, importing, exporting the xslt transformer service setting
starting with LO 3.4 we default to using libxslt for xslt transformations
in filters. the saxon/j based services is still available and can be
explicitly requested by filters using the 2nd userdata entry in the filter
configuration. There wasn't any place to edit this 2nd userdata entry,
and it wasn't exported or imported with the custom filter packages.
2011-10-18 22:14:10 +02:00
Peter Jentsch
960f4bdd71 initial support for user defined xslt service impl in filter jar
Supports importing the 2nd userdata parameter for xslt filter
definitions from manually edited custom XML filter settings.

UI currently not available.
2011-10-18 22:14:09 +02:00
Rene Engelhard
aaf48368c8 remove accidential Debian-only commit 2011-10-18 21:26:40 +02:00
Stephan Bergmann
d0a0513a9c Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand.
And let $(prog), $(progpath), $(progurl) point to brand program/
instead of basis program/.
2011-10-18 18:49:34 +02:00
Michael Stahl
d34a819233 fdo#41935: deadlock in ViewObjectContactOfUnoControl
Remove the mutex member of ViewObjectContactOfUnoControl_Impl and use
the SolarMutex instead, because the current usage of 2 mutexes is just
too prone to deadlock.
2011-10-18 17:39:10 +02:00