Miklos Vajna
56e79808f8
initial rectangle support (properties are not yet parsed)
2011-07-29 17:32:35 +02:00
Miklos Vajna
473dea9279
parse all properties before resolving pib
2011-07-29 17:32:35 +02:00
Miklos Vajna
fef435dbbd
no need to delay the resolution of shape properties
2011-07-29 17:32:34 +02:00
Miklos Vajna
0a34e36558
resolvePict should know nothing about special rtf chars
2011-07-29 17:32:34 +02:00
Miklos Vajna
14814a9bb5
send initial paragraph before trying to close it
2011-07-29 17:32:34 +02:00
Miklos Vajna
821fade8f9
implement RTF_ANNOTATION
2011-07-29 17:32:34 +02:00
Caolán McNamara
da1bc73d5f
callcatcher: ditch various unused methods
2011-07-28 09:03:03 +01:00
Luboš Luňák
a1f516893b
remove duplicate definitions for w:sdt and w:sdtContent (bnc#705949)
...
The duplicates are merged somehow (and thus it doesn't work).
2011-07-27 17:42:08 +02:00
Luboš Luňák
48b12f56b0
proper #ifdef for dumpXml()
2011-07-27 17:42:01 +02:00
Luboš Luňák
ee81d8d813
export needed symbols from a lib
2011-07-27 17:41:53 +02:00
Luboš Luňák
6910b10a8b
#if -> #ifdef for conditional compilation
2011-07-27 17:41:43 +02:00
Luboš Luňák
b8b044af4d
avoid iterator retreating before the start of an empty list
2011-07-27 17:41:31 +02:00
Thomas Arnhold
7c09daf4ef
Kill EDITDEBUG
2011-07-27 00:52:27 +02:00
Thomas Arnhold
ee0bbef103
callcatcher: remove unused methods
2011-07-26 23:38:20 +02:00
Takeshi Abe
12701f37b7
fixed typo
2011-07-26 23:52:56 +09:00
Caolán McNamara
7a55d9f1f5
enforce checking the return value of these
2011-07-26 10:05:17 +01:00
Caolán McNamara
0e74ec80c0
callcatcher: ditch various unused write methods
2011-07-26 10:05:17 +01:00
Caolán McNamara
2694f1da56
callcatcher: remove SwLayoutCache::Write
2011-07-26 10:05:17 +01:00
Caolán McNamara
b1a8b71be4
callcatcher: remove unused Write methods
2011-07-26 10:05:17 +01:00
Caolán McNamara
62ef715139
ByteString::CreateFromInt32->rtl::OStringBuffer::append
2011-07-26 10:05:17 +01:00
Caolán McNamara
b6ed25dd5d
fix STRING->USTRING bug hidden behind ifdef
2011-07-26 10:05:16 +01:00
David Tardon
caf81916e0
icu libs are external
2011-07-26 10:10:15 +02:00
Caolán McNamara
8e17a413dc
ByteString->rtl::OStringBuffer
2011-07-25 09:41:30 +01:00
Caolán McNamara
47f3f8c7e9
use good() instead of GetError()
2011-07-25 09:41:30 +01:00
Norbert Thiebaud
f0119ed6a8
typo doctoc for doctok whichprevented the proper inclusion of libxml2
2011-07-24 19:29:08 -05:00
Norbert Thiebaud
a5f9713922
Oops Bjoern's link to .gitattributes got committed by mistake
2011-07-24 15:13:23 -05:00
Bjoern Michaelsen
7fde1f54e9
Merge branch 'master' into feature/gnumake4
2011-07-24 19:22:59 +02:00
Bjoern Michaelsen
2d02fa31d1
remove superfluous include paths
2011-07-23 15:53:00 +02:00
Bjoern Michaelsen
6f38368f3b
keep gbuild calls consistent at now, even if it is a bit longer
2011-07-23 15:23:21 +02:00
Bjoern Michaelsen
969003ef69
use gb_Library_use_external in writerfilter
2011-07-23 14:11:23 +02:00
Bjoern Michaelsen
4608deb5d9
merge junittests from feature/gnumake4_writerfilter_head (e0ac3ddd8a3602490854829107908abefc3eaf2f)
2011-07-23 13:58:45 +02:00
Bjoern Michaelsen
2c7baf6f2c
merge cppunittest from feature/gnumake4_writerfilter_head (e0ac3ddd8a3602490854829107908abefc3eaf2f)
2011-07-23 13:55:28 +02:00
Michael Stahl
0efb060f68
add unittests from gnumake4
2011-07-23 13:36:46 +02:00
Bjoern Michaelsen
a531694236
switch to CostumTarget-based code generation from gnumake4
2011-07-23 13:29:59 +02:00
Michael Stahl
17a7059012
reintroduce CustomTarget from gnumake4
...
Authors: Michael Stahl <mst@openoffice.org>, Henning Brinkmann <hbrinkm@openoffice.org>
2011-07-23 11:03:35 +02:00
Bjoern Michaelsen
88efc04329
revert to old writerfilter gbuilization
...
* gnumake4's writerfilter gbuildization got pushed in a seperate branch
* it might or might not be merged to master later
2011-07-23 03:12:47 +02:00
Fridrich Štrba
27b9aaee29
Work around a bug in libwpd's WPXPropertyList::operator=
2011-07-22 23:52:18 +02:00
Bjoern Michaelsen
e0b4860fb1
postmerge fixes for gnumake4
2011-07-22 21:22:43 +02:00
Kohei Yoshida
2384b0e257
Pick the first PREFERRED IMPORT filter.
...
And prefer the calc_HTML_WebQuery filter over the old and unreliable
'HTML (StarCalc)' filter to import HTML files into Calc. The web query
filter arranges the incoming data in a more tabular fashion, which
actually works better for Calc's sheet format. Also, the current
filter matching algorithm actually relies on unpredictable random
selection since it iterates through the filters stored in *unordered*
map container and picking the first match. Making use of the
PREFERRED flag in case of multiple qualifying filters for the given
type is much more tractable than the current scheme.
2011-07-22 10:43:59 -04:00
Fridrich Štrba
88e2bf5341
Add shadow support
2011-07-22 13:35:41 +02:00
Fridrich Štrba
c8ffa55464
Don't output opacity gradients if the stops are completely opaque
2011-07-22 12:26:16 +02:00
Fridrich Štrba
faa27e0e6c
Try to handle correctly transparency gradients and different stroke properties
2011-07-22 11:49:21 +02:00
Marc-Andre Laverdiere
e7e4552e63
Removed dead code
2011-07-22 14:54:34 +05:30
Bjoern Michaelsen
112be98c92
resyncing to master
2011-07-21 18:38:50 +02:00
Tor Lillqvist
d90e0b5999
Generate correctly named import library for WNTGCC
2011-07-21 17:41:49 +03:00
Tor Lillqvist
e556a28fec
Just use REDLAND_CFLAGS, LIBXSLT_CFLAGS and LIBXML_CFLAGS always
...
They are empty anyway when not needed, I think.
2011-07-21 14:05:40 +03:00
Marc-Andre Laverdiere
dc3578dc76
Removed dead code listed in unusedcode.easy
2011-07-21 15:56:03 +05:30
Caolán McNamara
4c285ea4b0
unused methods
2011-07-21 09:25:23 +01:00
Kohei Yoshida
c061e2785b
Correctly detect documents with xlk extension as Excel binary.
...
XLK is an extension for Excel backup file automatically created by
Excel upon opening of a document. The content is still a normal Excel
file so why not detect it correctly.
2011-07-20 12:41:08 -04:00
Caolán McNamara
569f9330ec
ByteString::CreateFromInt32->rtl::OString::valueOf
2011-07-19 22:05:27 +01:00