Commit graph

23745 commits

Author SHA1 Message Date
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
Petr Mladek
e0f8c48ae7 Branch libreoffice-3-4-2
This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.
2011-07-12 16:41:09 +02:00
Petr Mladek
ef0ff0d23a Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1) 2011-07-12 15:49:40 +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
Markus Mohrhard
9ff1db9ac0 fix for fdo#39023: shared formulas are not imported correctly
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-07-12 00:42:37 -04: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
Muthu Subramanian
8dbc5e5e88 n#694356: Using formatcode while displaying labels.
Used when the lables don't have their own formatcode
and depend on the data's format code for formatting.

Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-11 12:08:45 +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
Caolán McNamara
1f9298feba Resolves: fdo#34023 apparent negative string length
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08 11:38:07 +01:00
Radek Doulik
4ecf5881c2 do not set solid line border and fill as default for chartarea
- fixes n#694392

Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-07-08 13:12:39 +03:00
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
Matus Kukan
ad85eb69ac Remove online registration related code 2011-07-08 00:48:47 +02:00
Joseph Powers
e5493aa2ec gcc 4.0 doesn't support the C++0x usage of enum::value
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-07-07 15:07:11 +02:00
Joseph Powers
6cc4bc8e38 The enum type name should be included when accessing the enum values.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-07-07 15:07:11 +02:00
Noel Power
9b77e57cf0 fix for bnc#693386
properly handle relative Uri(s) in Target

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-07-07 15:07:11 +02:00
Thorsten Behrens
389ac03986 Fix label position for ooxml charts
Fixes bnc#694340 somewhat hackish - chart2 cannot individually place
chart data labels, so if the original ooxml document does, attempt
one of the canned position as an approximation.

Signed-off-by: Andras Timar <atimar@suse.com>
2011-07-07 09:44:39 +02:00
Muthu Subramanian
bb1a16323e n#694356: Using formatcode while displaying labels.
Used when the lables don't have their own formatcode
and depend on the data's format code for formatting.
2011-07-07 12:22:49 +05:30
Fridrich Štrba
c65d19b8d0 Some more ODG style mappings that LO understands and displays properly 2011-07-06 18:29:38 +02:00
Fridrich Štrba
0749b0fd12 Trying to work around some inperfections of odf 2011-07-06 14:37:08 +02:00
marc-andre@atc.tcs.com
f5fc5b86f3 Added pointer validations to avoid some edge-case documents crashing
(cherry picked from commit e3d3d88ccc959fc30d1d93bf1b6273f8d4f5b25a)
2011-07-06 09:30:04 +01:00
marc-andre@atc.tcs.com
4e3f2d9c80 Added pointer validations to avoid some edge-case documents crashing 2011-07-06 09:21:46 +01:00
Fridrich Štrba
1125182775 Handle svg and odf expressions of gradients 2011-07-05 23:25:25 +02:00
Thorsten Behrens
bde6f4be55 Fix label position for ooxml charts
Fixes bnc#694340 somewhat hackish - chart2 cannot individually place
chart data labels, so if the original ooxml document does, attempt
one of the canned position as an approximation.
2011-07-05 14:06:22 +02:00
Muthu Subramanian
bfed955619 Pointers for importing legacyDiagramText. 2011-07-05 16:47:26 +05:30
Muthu Subramanian
fc0a2d2d95 Moving the pptx classes to use FragmentHandler2/ContextHandler2.
This is to make it use the better and newer parent handlers.
And to support MCE.
[PB] Probable candidate for typo breakages.
2011-07-05 16:32:50 +05:30
Tor Lillqvist
1b2ebc239d Interestingly, struct lconv is empty in Android's C library 2011-07-04 21:18:14 +03:00
Caolán McNamara
0f5e33a7ab callcatcher: unused write methods 2011-07-03 01:48:43 +01:00
Caolán McNamara
fedd0a8acd callcatcher: unused ScAfVersions::Write 2011-07-03 01:24:53 +01:00
Caolán McNamara
8bd9711ed9 callcatcher: unused OutW4W_SwFmtPageDesc1 2011-07-03 00:54:33 +01:00
Caolán McNamara
a353132241 Resolves: fdo#34023 apparent negative string length 2011-07-02 22:01:31 +01:00
Miklos Vajna
d2f3e45d5c rtftok: '>>' should be '> >' within a nested template argument list 2011-07-02 13:54:42 +02:00
Miklos Vajna
b7ebd7bbd3 Merge remote-tracking branch 'feature/gsoc2011_rtfimport' 2011-07-02 00:33:02 +02:00