Bjoern Michaelsen
|
b1d20f6847
|
set gb_PARTIALBUILD in CustomTargets
|
2011-11-29 18:11:51 +01:00 |
|
Bjoern Michaelsen
|
d73e574d8a
|
move reconfigure into gbuild
|
2011-11-29 17:25:14 +01:00 |
|
Luboš Luňák
|
9bccb2c69a
|
I hate sal_Int*. Fix ambiguous overload on windows.
|
2011-11-29 16:05:39 +01:00 |
|
Luboš Luňák
|
eca8fc7069
|
EMBEDDED_OBJECT UNO property now works, remove hack
|
2011-11-29 13:27:44 +01:00 |
|
Luboš Luňák
|
34a98b79da
|
set properly initial size of starmath component when importing docx
|
2011-11-29 13:27:43 +01:00 |
|
Luboš Luňák
|
93be239c95
|
the bit hackish addFormula() shortcut is no longer necessary
|
2011-11-29 13:27:43 +01:00 |
|
Luboš Luňák
|
86eccc72c5
|
clean up and format code
|
2011-11-29 13:27:43 +01:00 |
|
Miklos Vajna
|
61edefc8c8
|
remove debug printf
|
2011-11-29 00:54:28 +01:00 |
|
Miklos Vajna
|
4f6d80fbb8
|
RTF: Avoid importing unicode characters one by one
This imprives speed of importing unicode text further. Results of a
sample of chinese text of 5 pages:
- before: 6.692s
- after: 1.388s
|
2011-11-29 00:52:11 +01:00 |
|
Miklos Vajna
|
9ef6890543
|
mark these as const
|
2011-11-29 00:52:11 +01:00 |
|
August Sodora
|
13673b71bc
|
Remove uses of OUString::setCharAt
|
2011-11-28 14:56:40 +01:00 |
|
Miklos Vajna
|
75112a0544
|
RTFDocumentImpl::resolveChars: don't send empty text tokens to dmapper
This speeds up importing unicode text a lot. Results of a sample of
chinese text of 5 pages:
- before: 18.351s
- after: 6.692s
|
2011-11-28 00:59:57 +01:00 |
|
Miklos Vajna
|
53170743c4
|
RTFSprm: remove unneeded includes
|
2011-11-27 23:12:16 +01:00 |
|
Miklos Vajna
|
34eea8f1f1
|
RTFReferenceProperties: remove unneeded includes
|
2011-11-27 23:12:16 +01:00 |
|
Miklos Vajna
|
10e0c7d1c4
|
RTFValue: remove unneeded includes
|
2011-11-27 23:12:16 +01:00 |
|
Bjoern Michaelsen
|
f2f0dbd273
|
make gbuild makefiles run independant of pwd again
|
2011-11-25 12:04:40 +01:00 |
|
Cédric Bosdonnat
|
52e6bfeb32
|
RTF import: fixed the missing paragraph breaks from fdo#43206.
"\\\n" is used as an equivalent to \par even though I couldn't find it
in the specs.
|
2011-11-25 10:04:41 +01:00 |
|
Luboš Luňák
|
a685e8fb72
|
remove debug output
|
2011-11-24 18:44:00 +01:00 |
|
Luboš Luňák
|
f8f1ccbaf9
|
rename and move mathml oox support classes in oox to better places
|
2011-11-24 18:43:58 +01:00 |
|
Luboš Luňák
|
e443c83aa3
|
remove debug output
|
2011-11-24 18:43:57 +01:00 |
|
Luboš Luňák
|
e9462ed2d9
|
ooxml mathml import - first very basic implementation
still needs a number of cleanups (and handling more of course)
|
2011-11-24 18:43:57 +01:00 |
|
Luboš Luňák
|
1acdbe4dfe
|
initial (very hacky) work on mathml ooxml import
This commit needs to be generally reworked for upstream, but it
more or less works.
|
2011-11-24 18:43:56 +01:00 |
|
Cédric Bosdonnat
|
f4f4a899f0
|
RTF import: partly fixed the WMF images scaling.
|
2011-11-24 16:08:46 +01:00 |
|
Cédric Bosdonnat
|
e846db6448
|
RTF: OLE object import with graphic result fixed, the file can now be opened
|
2011-11-23 11:24:06 +01:00 |
|
Cédric Bosdonnat
|
a45c82f930
|
Show some exception message when getting one in RtfFilter
|
2011-11-23 11:24:06 +01:00 |
|
Miklos Vajna
|
543d3bf035
|
writerfilter: add a README explaining subdirs
|
2011-11-22 20:54:00 +01:00 |
|
Cédric Bosdonnat
|
98f32b2b8e
|
RTF import: better implement \trrh to import fixed height rows
|
2011-11-22 15:17:05 +01:00 |
|
Cédric Bosdonnat
|
b03fbe13f3
|
writerfilter: Fixed crasher when importing docx files with dbglevel>1
|
2011-11-22 15:17:05 +01:00 |
|
Cédric Bosdonnat
|
07b5fe3b8c
|
n#417818: empty paragraphs in tables weren't considered in the table.
The paragraph properties weren't propagated to the empty paragraphs in
the tables. Called checkNeedPap() to do that job when finding \par.
|
2011-11-22 15:17:04 +01:00 |
|
Miklos Vajna
|
fcae5e4103
|
Related: i#86517 avoid crash on invalid LEVELTEXT
|
2011-11-21 01:24:23 +01:00 |
|
Miklos Vajna
|
8731f25549
|
Related: i#83069 fix crash in DomainMapper_Impl::FindOrCreateFieldMaster
The next line would deference a NULL pointer otherwise, so use UNO_QUERY_THROW.
|
2011-11-21 00:16:42 +01:00 |
|
Miklos Vajna
|
9b78fe9621
|
Related: i#60831 fix RTF import of DOCPROPERTY fields
|
2011-11-21 00:16:41 +01:00 |
|
Miklos Vajna
|
3ece03f3d4
|
Related: i#93039 fix RTF import of MACROBUTTON fields
|
2011-11-21 00:16:41 +01:00 |
|
Miklos Vajna
|
51a4292c99
|
RTFSdrImport: unneeded include
|
2011-11-19 12:55:31 +01:00 |
|
Miklos Vajna
|
59a0064c2a
|
RTFDocumentImpl: remove 15 unused includes
|
2011-11-18 23:44:24 +01:00 |
|
Miklos Vajna
|
cde0485eae
|
Related: i#2593 fix RTF import of REF fields
|
2011-11-18 11:17:43 +01:00 |
|
Miklos Vajna
|
a8cae44d7c
|
Related: i#56948 fix crash during RTF import of FILLIN field
|
2011-11-18 10:59:59 +01:00 |
|
Miklos Vajna
|
3aec127f4d
|
Related i#44806: Fix crash in dmapper when importing FILENAME fields
|
2011-11-17 17:19:57 +01:00 |
|
Caolán McNamara
|
94a5174e59
|
get this to build on ppc64 linux
|
2011-11-16 15:35:58 +00:00 |
|
Norbert Thiebaud
|
0ea8c014ef
|
tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
|
2011-11-16 06:18:54 -06:00 |
|
Miklos Vajna
|
c2439ecdd4
|
Related: i#113308 null pointer check for the unit test
|
2011-11-16 12:00:01 +01:00 |
|
Miklos Vajna
|
bec1bff6af
|
Related i#113308: fix import of RTF table rows having no cells
|
2011-11-16 11:09:00 +01:00 |
|
Caolán McNamara
|
1987a5c777
|
callcatcher: remove unused code
|
2011-11-14 07:35:58 +00:00 |
|
Caolán McNamara
|
f535855d7b
|
tagLogger dtor never called
|
2011-11-14 07:35:56 +00:00 |
|
Miklos Vajna
|
3f170f2232
|
Related: i#110745 fix crash on invalid RTF tables
|
2011-11-13 04:14:19 +01:00 |
|
Miklos Vajna
|
3510a6f639
|
RTFDocumentImpl: cleanup
checkFirstRun() should not do what checkNeedPap() already does
|
2011-11-13 04:14:19 +01:00 |
|
Miklos Vajna
|
2cbb64ca30
|
Related: i#108154 null pointer check for the unit test
|
2011-11-12 15:36:03 +01:00 |
|
Cédric Bosdonnat
|
8a232f0074
|
RTF import: Fixed unicode characters import, fdo#42109
Actually implemented the \uc to skip the ANSI representation after the
unicode value.
|
2011-11-12 14:25:11 +01:00 |
|
Cédric Bosdonnat
|
74b6759ee8
|
n#707157: Word doesn't break the numberings and prefers hiding them
Added a compatibility option to reproduce Word's behavior when importing
Doc, docx and RTF files. The default behavior isn't changed.
|
2011-11-12 14:25:11 +01:00 |
|
Miklos Vajna
|
843494285d
|
Related: fdo#38966 null pointer check for the unit test
|
2011-11-12 00:09:31 +01:00 |
|