Commit graph

295278 commits

Author SHA1 Message Date
Caolán McNamara
c57ba94721 drop confusing and unused single font setters 2011-10-21 11:27:38 +01:00
Noel Power
e3ef9bebf6 tweak compressession hack to fix vba module import
it seems that the heuristic to trigger the inflate hack from frob is both wrong in the code ( my fault ) and additionally doesn't always hold true ( found a document where the heuristic is triggered falsely ) So. removing that heuristic entirely for now
2011-10-21 11:07:38 +01:00
Thorsten Behrens
f3c43171f8 Fix fdo#41995 fallout - recognize .svg in odf container
Seems the graphic load code is stupid and not using the path name /
file extension to guess file type, but only "magic byte" detection.
Giving filter framework the path now, so that .svg actually loads.
2011-10-21 12:06:17 +02:00
Thorsten Behrens
1d9c6bc380 Fix svg document import
Merge of dev300 broke this - we *do* want import to call this
implImport() actually. Also, the service names were bogus
previously.
2011-10-21 12:06:07 +02:00
Thorsten Behrens
716c052a1c Fix fdo#41995 - true embedding of svg images.
Previously, svg images were always wrapped as .svm metafiles with
a preview graphic. Sucks for interop - so now, we save true svgs
at least for bleeding edge extended odf1.2
2011-10-21 12:05:07 +02:00
Bjoern Michaelsen
8ee4e99a78 some more work on the make countoutdated target 2011-10-21 11:54:15 +02:00
Bjoern Michaelsen
39f3d87152 remove checkdeliver -- we do not generate deliverlogs anyway 2011-10-21 11:54:14 +02:00
Bjoern Michaelsen
05a33692a0 experimental countoutdated target 2011-10-21 11:54:12 +02:00
Michael Meeks
e31496c938 misc trivial tweaks, and documentation addition 2011-10-21 10:08:58 +01:00
August Sodora
034350a509 String->OUString, with accompanying tests 2011-10-21 10:08:57 +01:00
Stephan Bergmann
1af9425e82 Work around a problem creating symlinks in ooinstall.
It can happen that the ure-link symlink shall be created while its
parent directory has not yet been created.  The logic in the Perl code
is so confusing and beyond fixing, that an easy hack out was to flag
the respective directory as always-CREATE, which kind of works around
the problem.
2011-10-21 09:54:09 +02:00
Takeshi Abe
fc8a310eef fixed typo 2011-10-21 11:11:09 +09:00
Rob Snelders
638804f7e2 Added a scanbutton to the scan-dialog 2011-10-20 23:04:13 +02:00
Stephan Bergmann
fecde94354 Undo basis/brand split: moved Python from basis to brand.
The Windows-only code in pyuno/zipcore/python.cxx may still need fixing.
2011-10-20 23:04:12 +02:00
Stephan Bergmann
cf33eb5fb4 Removed spurious "" around multi-word shell arg. 2011-10-20 23:04:12 +02:00
Stephan Bergmann
fc98a97135 Introduced --disable-linkoo. 2011-10-20 23:04:12 +02:00
Stephan Bergmann
daabd72e07 Report failing Unixlink processing. 2011-10-20 23:04:11 +02:00
Stephan Bergmann
10ce581cfc osl_getCommandArgCount can be called w/o prior osl_setCommandArgs.
...e.g., with "import uno" in a stand-alone pyhton process (where it
is hopefully harmless that UNO does not get access to any -env
command line args).
2011-10-20 23:04:11 +02:00
Stephan Bergmann
b1eae75f53 Undo basis/brand split: moved ini files from basis program/ to brand program/.
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged
version inis.
2011-10-20 23:04:11 +02:00
Markus Mohrhard
d9604fa1b4 add more debug output to see why windows has problems with sc's filters-test 2011-10-20 21:26:16 +02:00
Markus Mohrhard
cda653d7d9 extract helper methods for debuging calc tests 2011-10-20 21:26:15 +02:00
Ivan Timofeev
d72701bba6 bye-bye old range parser 2011-10-20 23:11:17 +04:00
Daniel Di Marco
593e4c36d2 SvUShorts -> std::vector 2011-10-20 22:20:09 +04:00
Luboš Luňák
a6347e0971 fix last commit 2011-10-20 19:57:30 +02:00
Markus Mohrhard
16cf673187 improve unit test for UpdateReference
check InsertTabs/InsertTab/DeleteTabs too
2011-10-20 19:19:07 +02:00
Markus Mohrhard
59b1f948f1 increment table position correctly if more than one table is inserted 2011-10-20 19:19:07 +02:00
Luboš Luňák
936d19e606 fix horizontal scrollbars with KDE oxygen style (bnc#722918)
Apparently there are two style flags for detecting the widget
is horizontal.
2011-10-20 19:08:13 +02:00
Tor Lillqvist
f3e1052913 Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1 2011-10-20 19:58:11 +03:00
Cédric Bosdonnat
21352f88ca Sw styles cleanup: removed now unused methods 2011-10-20 16:53:51 +02:00
Luboš Luňák
6163c62a52 let Qt call XInitThreads(), so that it knows it's been called (fdo#40298)
Otherwise QPixmap complains when used outside of the main Qt thread
and resets itself to null pixmap, eventually leading to crashes.
2011-10-20 16:52:38 +02:00
Andras Timar
bce48fb94b Revert "localize description.xml of presenter-screen extension"
This reverts commit 89f7e17692.
2011-10-20 15:07:50 +02:00
Caolán McNamara
ada3148079 add makeRepresentativeTextForLanguage to generate sample text
add initial code to generate language specific sample preview text samples for
use for font previewing in format->character
2011-10-20 12:54:56 +01:00
Fridrich Štrba
06fa2d5a4a Make the README.cross a bit more copy&paste proof 2011-10-20 13:27:08 +02:00
Tor Lillqvist
b69ab0ddf5 Reduce confusion between openSUSE and SLE a bit 2011-10-20 14:10:43 +03:00
Tor Lillqvist
15597b7bd7 Use -Wno-array-bounds only on gcc versions (4.3..4.4.3) 2011-10-20 13:03:16 +03:00
Caolán McNamara
625a032f82 Resolves: fdo#41556 restore original CTL font after forcing font 2011-10-20 10:32:28 +01:00
Andras Timar
ffb91342fc fix localization of NLPSolver 2011-10-20 11:10:54 +02:00
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