Commit graph

32397 commits

Author SHA1 Message Date
Muthu Subramanian
c337830859 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:59:59 +05:30
Luboš Luňák
4e6e7d1d5b fix incorrect merge 2011-06-28 14:32:00 +02:00
Caolán McNamara
8035a5dc25 CreateFromDouble->valueOf 2011-06-28 09:15:27 +01:00
Markus Mohrhard
4be0cc3591 fix build breaker in debug build 2011-06-28 05:40:24 +02:00
Caolán McNamara
05262c5ec0 rename CloseIfOpen -> SetEndIfOpen which is what it does 2011-06-27 15:27:59 +01:00
Caolán McNamara
6382d67995 use public boost::noncopyable instead 2011-06-27 15:27:59 +01:00
Caolán McNamara
44df963968 rename bLocked to bOpen to be meaningful 2011-06-27 15:27:59 +01:00
Caolán McNamara
b3cee382f4 Related: #i76955# make this 4+ times faster 2011-06-27 15:27:58 +01:00
Caolán McNamara
3fb860ea50 git rid of bCopied remnent 2011-06-27 15:27:58 +01:00
Caolán McNamara
6ef90f9c47 std::deque -> boost::ptr_deque 2011-06-27 15:27:58 +01:00
Caolán McNamara
ba93d01a1f drop dubious copy ctor and use boost::noncopyable 2011-06-27 15:27:58 +01:00
Caolán McNamara
ff1950e9f4 refactor MakeRegion so we can avoid dubious copy ctor 2011-06-27 15:27:58 +01:00
Caolán McNamara
693bd2ebad refactor part of SwFltStackEntry into SwFltPosition 2011-06-27 15:27:58 +01:00
Caolán McNamara
360f17098f nHandle unused 2011-06-27 15:27:58 +01:00
Caolán McNamara
9be32c91d5 this can be const 2011-06-27 15:27:58 +01:00
Caolán McNamara
003071aecf make this more readable 2011-06-27 15:27:58 +01:00
Luboš Luňák
5c071cf792 make sure w:drawing is not written inside of w:rPr (fdo#38110) 2011-06-27 16:20:58 +02:00
Luboš Luňák
68628b81e1 avoid infinite loop when writting out docs with bookmarks (bnc#700370)
The next position is either next attribute or next bookmark, whichever
comes first.
ACK by Cedric.
2011-06-27 12:00:12 +02:00
Luboš Luňák
fcba89267c avoid infinite loop when writting out docs with bookmarks (bnc#700370)
The next position is either next attribute or next bookmark, whichever
comes first.
2011-06-27 11:59:06 +02:00
Caolán McNamara
ca60b24510 Resolves: fdo#38623 imported .doc crashes layout
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-06-24 16:01:03 +02:00
Caolán McNamara
aebcc99c99 Resolves: fdo#38623 imported .doc crashes layout 2011-06-24 14:22:22 +01:00
Caolán McNamara
ca7877fa0d fix this 2011-06-24 13:38:11 +01:00
Caolán McNamara
7ebcee4667 WaE: I hate that these are platform-specific typedefs 2011-06-24 13:22:16 +01:00
Caolán McNamara
2969ee5304 add timing information 2011-06-24 12:47:57 +01:00
Caolán McNamara
3524727db0 Related: #i58612# don't crash anyway 2011-06-23 15:14:00 +01:00
Caolán McNamara
767e473f0f Resolves: #i95550# handle wrong text len gracefully 2011-06-23 12:45:44 +01:00
Caolán McNamara
2bd815e45d confirm passes on windows 2011-06-22 13:09:38 +01:00
André Schnabel
f97015652f fix for fdo#32421: set indent for footnotes / endnotes to 0.6cm
with this footnotes with number >99 will look much better

Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-22 14:24:38 +03:00
Caolán McNamara
e05b316b39 add indeterminate dir for xml tests 2011-06-22 11:15:25 +01:00
Marc-André Laverdière
12230523f0 switch to using a vector for styles, and add many range checks
(cherry picked from commit 28a56883c2887c44d8892d80bf0ee90ebdc58b48)

Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-06-22 10:36:46 +01:00
Caolán McNamara
e5bb8c39d8 minor nit, duplicate test 2011-06-22 01:00:44 +01:00
Marc-André Laverdière
98df55bc04 switch to using a vector for styles, and add many range checks 2011-06-21 17:31:28 +01:00
Bjoern Michaelsen
531c1e2455 gnumake4: postmerge fixes in starmath 2011-06-21 13:21:30 +02:00
Caolán McNamara
2d33695e87 Resolves: #i105349# protect against missing insertion position 2011-06-20 23:43:32 +01:00
Caolán McNamara
d0643dd6e2 handle insertion point failure 2011-06-20 22:40:55 +01:00
Caolán McNamara
654a53ca23 adapt to new api 2011-06-20 22:05:55 +01:00
Caolán McNamara
ec9df99a22 add extra test dir for rtf 2011-06-20 16:27:16 +01:00
Robert Nagy
5b933526c3 add missing newline to the end of file to silence the compiler 2011-06-20 17:09:01 +02:00
Harri Pitkänen
9b3c44d568 Support CSS text-transform property in HTML import 2011-06-20 15:01:37 +03:00
Harri Pitkänen
c5efe3c015 Import and export character case transformations unconditionally to/from HTML
Import small caps and export small caps, lowecase, uppercase and titlecase
transformations unconditionally to/from HTML. Previously import and export
was limited by browser compatibility settings but all mainstream browsers
released within last 5 years or so should support the relevant CSS attributes.
2011-06-20 15:01:35 +03:00
Caolán McNamara
3bc950b8f0 add some more test prerequisites 2011-06-20 11:11:45 +01:00
Caolán McNamara
2b8113a31d survive missing storage 2011-06-20 11:11:45 +01:00
Caolán McNamara
55b8a3013a survive missing uiconfig 2011-06-20 11:11:45 +01:00
Caolán McNamara
69c0b92475 ByteString -> rtl::OStringBuffer 2011-06-20 11:11:45 +01:00
Caolán McNamara
543b0af085 add package as a test requirement 2011-06-20 11:11:45 +01:00
Caolán McNamara
82a49079c6 ignore dot files, and print info about indeterminate loads 2011-06-20 11:11:45 +01:00
Caolán McNamara
f25c912732 Resolves: #i118018# fExtChar affects only < 8 (if at all) 2011-06-20 11:11:45 +01:00
Caolán McNamara
95fc1fceb0 handle truncated stream 2011-06-20 11:11:44 +01:00
Caolán McNamara
6e51b27eb1 merge these sprm finders and do it right 2011-06-20 11:11:44 +01:00
Bjoern Michaelsen
4789e13661 formatting fixes 2011-06-20 09:50:02 +02:00