Commit graph

23593 commits

Author SHA1 Message Date
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
Matus Kukan
ad85eb69ac Remove online registration related code 2011-07-08 00:48:47 +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
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
Miklos Vajna
990f7bcd3d get rid of m_pCurrentKeyword 2011-07-01 18:22:54 +02:00
Miklos Vajna
39756b2a78 implement RTF_LBRACE and RTF_RBRACE 2011-07-01 18:11:25 +02:00