Commit graph

23611 commits

Author SHA1 Message Date
Fridrich Štrba
27b9aaee29 Work around a bug in libwpd's WPXPropertyList::operator= 2011-07-22 23:52:18 +02:00
Bjoern Michaelsen
e0b4860fb1 postmerge fixes for gnumake4 2011-07-22 21:22:43 +02:00
Kohei Yoshida
2384b0e257 Pick the first PREFERRED IMPORT filter.
And prefer the calc_HTML_WebQuery filter over the old and unreliable
'HTML (StarCalc)' filter to import HTML files into Calc.  The web query
filter arranges the incoming data in a more tabular fashion, which
actually works better for Calc's sheet format.  Also, the current
filter matching algorithm actually relies on unpredictable random
selection since it iterates through the filters stored in *unordered*
map container and picking the first match.  Making use of the
PREFERRED flag in case of multiple qualifying filters for the given
type is much more tractable than the current scheme.
2011-07-22 10:43:59 -04:00
Fridrich Štrba
88e2bf5341 Add shadow support 2011-07-22 13:35:41 +02:00
Fridrich Štrba
c8ffa55464 Don't output opacity gradients if the stops are completely opaque 2011-07-22 12:26:16 +02:00
Fridrich Štrba
faa27e0e6c Try to handle correctly transparency gradients and different stroke properties 2011-07-22 11:49:21 +02:00
Marc-Andre Laverdiere
e7e4552e63 Removed dead code 2011-07-22 14:54:34 +05:30
Bjoern Michaelsen
112be98c92 resyncing to master 2011-07-21 18:38:50 +02:00
Tor Lillqvist
d90e0b5999 Generate correctly named import library for WNTGCC 2011-07-21 17:41:49 +03:00
Tor Lillqvist
e556a28fec Just use REDLAND_CFLAGS, LIBXSLT_CFLAGS and LIBXML_CFLAGS always
They are empty anyway when not needed, I think.
2011-07-21 14:05:40 +03:00
Marc-Andre Laverdiere
dc3578dc76 Removed dead code listed in unusedcode.easy 2011-07-21 15:56:03 +05:30
Caolán McNamara
4c285ea4b0 unused methods 2011-07-21 09:25:23 +01:00
Kohei Yoshida
c061e2785b Correctly detect documents with xlk extension as Excel binary.
XLK is an extension for Excel backup file automatically created by
Excel upon opening of a document. The content is still a normal Excel
file so why not detect it correctly.
2011-07-20 12:41:08 -04:00
Caolán McNamara
569f9330ec ByteString::CreateFromInt32->rtl::OString::valueOf 2011-07-19 22:05:27 +01:00
Caolán McNamara
1746744196 callcatcher: remove some unused methods 2011-07-19 09:31:34 +01:00
Marc-Andre Laverdiere
1fbbd61345 Fix for valgrind error in msdffimp.cxx
Error: Conditional jump or move depends on uninitialised value(s)
Fix: Ensure that nGroupShapeFlags is initialized in the constructor
Also cleaned up some duplicate variables
2011-07-19 10:00:49 +05:30
Caolán McNamara
65f4678f52 ByteString::CreateFromInt32->rtl::OString::valueOf and simplify 2011-07-18 01:14:54 +01:00
Caolán McNamara
619126f520 not going to get re-enabled, is it 2011-07-17 23:35:09 +01:00
Caolán McNamara
13635f0afd overlong lines 2011-07-17 21:49:51 +01:00
Caolán McNamara
d68e0a4eaf these can be sal_uInt32, and pre-sanity-check massive allocs 2011-07-16 22:17:27 +01:00
Caolán McNamara
2d40de2572 callcatcher: unused methods 2011-07-15 22:25:31 +01:00
Caolán McNamara
bbcc81ebd3 callcatcher: remove unused methods 2011-07-15 22:25:30 +01:00
Fridrich Štrba
d5446cabf8 Fix a bug in bounding box computing 2011-07-15 17:04:20 +02:00
Fridrich Štrba
4ada761d67 Bounding box algorithm needs angle in radians 2011-07-15 14:41:15 +02:00
Caolán McNamara
6b9260e9cd callcatcher: remove unused methods 2011-07-14 15:24:56 +01:00
Fridrich Štrba
5844fa8dc2 Trying to use the svg:fill-rule in ODG 2011-07-14 15:42:24 +02:00
Takeshi Abe
9daf5608e4 initialize Length to suppress a compiler warning 2011-07-13 21:24:32 +09:00
Caolán McNamara
139f4852e9 add sylk extension and text/spreadsheet mimetype 2011-07-13 10:24:02 +01:00
Muthu Subramanian
b198bc73dd [Temp] Disable getCellBlock, until proper fix.
This temp-fixes formula imports and other problems
caused because of getCellBlock.
2011-07-13 14:12:06 +05:30
Markus Mohrhard
c92ec84f70 fix for fdo#39023: shared formulas are not imported correctly from xlsx 2011-07-13 10:02:32 +02:00
Matúš Kukan
a9137707c4 Remove component_getImplementationEnvironment 2011-07-12 17:58:59 +02:00
Noel Power
92eafe7218 use oox filter for *all* control import 2011-07-12 10:07:52 +01:00
Caolán McNamara
fad50e6a8c check if seek succeeded 2011-07-12 08:51:45 +01:00
Caolán McNamara
6c4edabf3e avoid optimization turning into pessimisation for stupid strings 2011-07-11 22:00:13 +01:00
Caolán McNamara
8352019162 callcatcher: remove various unused save, etc. methods 2011-07-11 16:12:59 +01:00
Caolán McNamara
205f453efe check if seek succeeds 2011-07-11 15:54:50 +01:00
Caolán McNamara
e888d7b692 check seeks for success against short reads 2011-07-11 11:41:50 +01:00
Caolán McNamara
6913e0ca71 unused inlines 2011-07-11 09:03:55 +01:00
Caolán McNamara
172e6a69bc various unused methods 2011-07-11 09:03:55 +01:00
Caolán McNamara
e150c164e7 callcatcher: remove unused CreateCache_Impl 2011-07-11 09:03:54 +01:00
Caolán McNamara
194328afa5 callcatcher: remove unused ColorToOUString 2011-07-11 09:03:54 +01:00
Caolán McNamara
0de8f96511 callcatcher: unused lcl_hasChartType 2011-07-11 09:03:54 +01:00
Marco Cecchetti
5e68d551d5 Implemented a new way for exporting and handling placeholder text elements 2011-07-11 09:57:18 +02:00
Marco Cecchetti
2cabcc1f62 Split the script in smaller pieces 2011-07-11 08:32:33 +02:00
Fridrich Strba
2fab6d4b48 Fix windows build
Use const reference in copy constructor if we are going to give it const objects.
2011-07-11 08:32:18 +02:00
Muthu Subramanian
42b8a53dc8 [Temp] Import all formulas post tokenization. 2011-07-08 16:35:21 +05:30
Takeshi Abe
5bfac537f1 fixed typos in comments 2011-07-08 18:48:42 +09:00
Caolán McNamara
c139307b88 MSOffice 2003 xml format often uses class extensions 2011-07-08 10:43:38 +01:00
Joseph Powers
2b9617fcd0 Fix some ambiguous method errors.
My compiler couldn't determine which version of valueOf() to use.
GCC 4.0 on Mac OS 10.6.8
2011-07-07 22:43:03 -07:00
Marco Cecchetti
99f33e30dd Enhancing svg export
* Add support for exporting any subset of slides from an Impress
   presentation to a svg document
 * Adding support for exporting meta information (for each slide) on
   the master slide placeholders (slide number, date/time, footer).
 * Implemented a slide index. Supported browser Firefox 4.x, Chrome
   12.x.
 * Removed some dead source code; metadata info is generated before
   (shape, GDIMetaFile) map
 * Implemented a glyph workaround for Webkit based browsers.
 * Fixed the following bug: exporting a single slide is broken.
 * Updated to the latest version of the JavaScript based presentation
   engine.
 * GSoC midterm result
2011-07-08 05:43:23 +02:00