Commit graph

23625 commits

Author SHA1 Message Date
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
Miklos Vajna
4c1cba2845 implement line numbering 2011-06-30 10:29:38 +02:00
Marco Cecchetti
d275bc903d svg export filter: added support for browsing slides
Cleaner svg, convert javascript to working state
2011-06-30 01:05:12 +02:00
Muthu Subramanian
969af6fdbb Revert patch to change .idl 2011-06-29 23:03:46 +05:30
Miklos Vajna
8adfe7f13c add support for endnotes 2011-06-29 17:38:12 +02:00
Miklos Vajna
fbdc984899 RTF_FOOTNOTE: support custom marks 2011-06-29 17:01:21 +02:00
Miklos Vajna
d68c6b5414 implement RTF_FOOTNOTE 2011-06-29 10:22:35 +02:00
Caolán McNamara
839aa0f06f remove deprecated ByteString::CreateFromInt64 2011-06-29 09:03:47 +01:00
Miklos Vajna
ba082513c9 implement RTF_SUPER / RTF_SUB 2011-06-29 10:00:38 +02:00
Muthu Subramanian
5e30bfb921 Improved xlsx formula import.
Now uses the values present in the import document
rather than calculating the formula. This speeds up
document loading.
TODO: Extend this to string results as well.
2011-06-29 12:56:51 +05:30
Caolán McNamara
26cdd787f6 CreateFromDouble->valueOf 2011-06-27 23:55:09 +01:00
Miklos Vajna
77354635bf colums can use the border accessor as well 2011-06-28 00:13:17 +02:00
Miklos Vajna
e1c8813213 introduce lcl_getBordersAttributes to avoid code duplication 2011-06-28 00:08:00 +02:00
Miklos Vajna
486e5c0c81 implement section borders 2011-06-28 00:04:07 +02:00
Miklos Vajna
c2026fa9a8 introduce RTFBorderState 2011-06-27 23:40:14 +02:00
Miklos Vajna
2cad2a5fa0 implement RTF_DEFTAB 2011-06-27 23:20:49 +02:00
Miklos Vajna
1de245a2cb implement RTF_TITLEPG 2011-06-27 22:13:23 +02:00
Miklos Vajna
85289e8a63 RTF_PGNDEC stub 2011-06-27 22:07:53 +02:00
Miklos Vajna
30805d7e0b implement other header / footer keywords 2011-06-27 21:21:15 +02:00
Miklos Vajna
e8bb4a301e mark local functions as static 2011-06-27 18:35:29 +02:00
Miklos Vajna
b41267fb0a multiple tabs per paragraph: clean up and fix 2011-06-27 18:31:15 +02:00
Miklos Vajna
3777088037 Handle empty fldrslt groups
We used to end the field in a text group, but this won't work for empty
contents.
2011-06-27 18:00:14 +02:00
Miklos Vajna
d16338cdaf substreams can live without section properties 2011-06-27 17:28:14 +02:00
Miklos Vajna
a59b6aba72 output headers/footers at the end of the section 2011-06-27 17:21:28 +02:00
Miklos Vajna
826203a2de explicitly end last section 2011-06-27 17:17:26 +02:00
Miklos Vajna
5d8fc66e8d introduce lcl_TableBreak 2011-06-27 17:06:52 +02:00
Miklos Vajna
371cc95968 convert section break to a method 2011-06-27 17:04:32 +02:00
Miklos Vajna
a9c29d5211 these are attributes 2011-06-27 15:25:22 +02:00
Miklos Vajna
59c0c19ea5 add RTFSprm::erase 2011-06-27 14:04:41 +02:00
Tor Lillqvist
12330bfe5b Fix Windows build 2011-06-27 14:06:18 +03:00
Miklos Vajna
27c5340ae1 send section properties to the substream 2011-06-27 12:47:27 +02:00
Miklos Vajna
200cb887aa RTFDocumentImpl::resolveSubstream to avoid code duplication 2011-06-27 11:58:11 +02:00
Miklos Vajna
70c20482f0 avoid duplicated margin attributes 2011-06-27 11:38:11 +02:00
Miklos Vajna
8c1951cf6b lcl_putNested*: support overwrite 2011-06-27 11:32:36 +02:00
Miklos Vajna
0e856ae2c5 these are attributes 2011-06-27 11:25:12 +02:00
Miklos Vajna
27f477c834 implement RTF_HEADERY and RTF_FOOTERY 2011-06-27 11:20:33 +02:00
Miklos Vajna
8268ca0b75 Enable rtftok on experimental mode only 2011-06-27 11:06:04 +02:00
Miklos Vajna
65f918d8c9 Merge remote-tracking branch 'origin/master' 2011-06-26 00:39:17 +02:00
Matus Kukan
1ef868489e update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:55:37 +01:00