Commit graph

23472 commits

Author SHA1 Message Date
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
Miklos Vajna
3ee782f1a0 use the destination buffer for levelnumbers 2011-07-01 18:04:07 +02:00
Miklos Vajna
5ae58540fe accents in bookmarks 2011-07-01 17:54:38 +02:00
Miklos Vajna
bc7bad9a8c accents in shape properties 2011-07-01 17:39:44 +02:00
Miklos Vajna
a357b70e85 unify strip of table entries 2011-07-01 17:28:09 +02:00
Miklos Vajna
2fa6086450 Revert "dmapper: spelling fix in DomainMapper_Impl::handleToc"
This reverts commit 2ffbb1dda9234690233f48b2bc521c97d1335237.
2011-07-01 17:20:01 +02:00
Miklos Vajna
1e126219f2 accents in style names 2011-07-01 17:15:13 +02:00
Miklos Vajna
62e2e3f491 accents in font names 2011-07-01 17:10:40 +02:00
Miklos Vajna
289267a43a handle accents in revision entries 2011-07-01 17:02:08 +02:00
Miklos Vajna
4f17810e9b resolveChars: make calling text() the default
Ideally we should always call that, since that handles unicode
characters.
2011-07-01 16:56:23 +02:00
Miklos Vajna
de429ef373 add license headers 2011-07-01 16:39:26 +02:00
Caolán McNamara
0e334c2bfa gb_Library_PLAINEXT->gb_Library_DLLEXT 2011-07-01 15:18:34 +01:00
Miklos Vajna
77a23c681b implement RTF_REVAUTH, RTF_REVDTTM and RTF_DELETED 2011-07-01 15:48:48 +02:00
Miklos Vajna
47e1270aa4 implement RTF_REVDTTMDEL 2011-07-01 15:44:14 +02:00
Miklos Vajna
b5109a0b1a implement RTF_DELETED 2011-07-01 15:18:19 +02:00
Miklos Vajna
61d4b05622 parse revtbl 2011-07-01 14:52:22 +02:00
Miklos Vajna
0fe9aeb4ac No need to cache field instructions
dmapper can receive them incrementally without problems.
2011-07-01 13:13:27 +02:00
Miklos Vajna
6d383611ec RTF_LINEX: ignore zero parameter
It appears where line numbering is not enabled.
2011-07-01 12:54:48 +02:00
Miklos Vajna
abfed1ce77 handle groups inside fldrslt 2011-07-01 12:47:18 +02:00
Muthu Subramanian
063ea6bd27 XLSX formula import improvement. Recommit. 2011-07-01 15:43:03 +05:30
Miklos Vajna
05c74d41f1 ignore RTF_LISTTEMPLATEID for now 2011-07-01 12:09:50 +02:00
Miklos Vajna
052a353d06 leveltext can be an empty string 2011-07-01 11:19:08 +02:00
Caolán McNamara
34f6f96ecb add modified unoexceptionprotector for better error msgs from exceptions 2011-06-30 22:57:49 +01:00
Caolán McNamara
e631d1bc08 add modified unoexceptionprotector for better error msgs from exceptions 2011-06-30 22:57:49 +01:00
Miklos Vajna
4536f47a4c make sure we are in a paragraph when handling bookmark starts 2011-06-30 16:52:33 +02:00
Miklos Vajna
30b95cafd4 asHex: method -> local 2011-06-30 13:10:52 +02:00
Miklos Vajna
7b642490e9 NS_rtf::LN_BOOKMARKNAME should be before NS_rtf::LN_IBKL 2011-06-30 13:00:33 +02:00
Andras Timar
fcd0718527 do not build "localized" binfilter resources 2011-06-30 12:55:40 +02:00
Miklos Vajna
b35152b6cb RTFReferenceProperties: make second ctor argument optional
Like we have with RTFValue already.
2011-06-30 12:49:37 +02:00
Miklos Vajna
478d0aee72 implement bookmarks 2011-06-30 12:43:33 +02:00
Miklos Vajna
7befe15b02 implement RTF_LINEPPAGE and RTF_LINESTARTS 2011-06-30 10:36:22 +02:00