Commit graph

21796 commits

Author SHA1 Message Date
Caolán McNamara
d6d6b8eea1 0x486e is sprmCRgLid1_80 not sprmCRgLid1 2011-02-18 15:53:45 +00:00
Caolán McNamara
8e1704349a 0x486d is sprmCRgLid0_80 not sprmCRgLid0 2011-02-18 15:25:59 +00:00
Bálint Dózsa
f7244fdeae Remove unused methods 2011-02-17 10:57:26 -05:00
Caolán McNamara
d3fa11d5ae fix build error 2011-02-17 10:00:43 +00:00
Caolán McNamara
3e069eff8b silence some warnings 2011-02-17 09:40:59 +00:00
Thomas Arnhold
17a25a4282 Remove TCPP
Seems to be an old compiler
2011-02-17 10:22:00 +01:00
David Tardon
cdf0a8475f WaE: unused variable 2011-02-17 09:16:41 +01:00
Joseph Powers
595d6caab6 Fix a typo (replace missing =) 2011-02-16 22:09:28 -08:00
Thomas Arnhold
1f2d1c8a0c Remove BLC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746

"BLC - borland compiler (OS2, win16) - obsolete"
2011-02-16 23:05:26 +01:00
Thomas Arnhold
f42e369816 Remove WTC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746

"WTC - watcom compiler (OS2, WNT?) - obsolete"
2011-02-16 23:02:44 +01:00
Thomas Arnhold
b48b0ef943 Remove MTW support
http://www.openoffice.org/issues/show_bug.cgi?id=52746

"MTW - metrowerks compiler (mac OS9 ?) - obsolete"
2011-02-16 23:02:44 +01:00
Pierre-André Jacquod
3c60ce4316 cleaning in binfilter/bf_sw of sw_fltini.cxx
the filter initialization has been cleaned. A lot of filter where
initialized there, like Excel, lotus, word filter.
All these filters have been deleted from there, keeping only the
Star Writers filters
2011-02-16 22:16:39 +01:00
Pierre-André Jacquod
b9c93d24cc delete comments / cleaning of these files 2011-02-16 22:16:27 +01:00
Pierre-André Jacquod
0824a1ee4a delet all content of bf_sw/source/filter/writer/sw_writer.cxx
this file is now empty, will be removed soon
2011-02-16 22:16:21 +01:00
Pierre-André Jacquod
f0a006a63e delete struct Writer_Impl in binfilter/bf_sw 2011-02-16 22:16:15 +01:00
Pierre-André Jacquod
2896538b8e delete class Writer in binfilter/bf_sw
the class Writer is deleted in binfilter/bf_sw and all dependencies
of this class. This includes some other derivated classes.
Some classes or functions (in other classes ) are left behind, needing
now an analysis to see if they are orphean or used by some read classes
2011-02-16 22:16:09 +01:00
Thomas Arnhold
a48224f36d Remove SCO support 2011-02-16 20:16:22 +01:00
Thomas Arnhold
191ea24ddc Remove HPUX support 2011-02-16 20:16:21 +01:00
Noel Power
59a52b3bfb add copyright headers 2011-02-16 18:07:16 +00:00
Thomas Arnhold
53d2c41598 Remove SINIX and HP9000 2011-02-15 23:19:27 +01:00
Thomas Arnhold
a59126c9cd Remove unused files 2011-02-15 23:19:27 +01:00
Caolán McNamara
2f9cc379bd throw out some warnings 2011-02-15 21:41:51 +00:00
Francois Tigeot
868aa83949 dragonfly stuff 2011-02-15 15:41:41 +00:00
Muthu Subramanian K
7815b31f33 XLSX import of duplicate-conditional formatting. 2011-02-15 20:18:04 +05:30
Bálint Dózsa
c6958c75df Remove unused method 2011-02-15 11:41:08 +00:00
Bálint Dózsa
eb726f281d Remove dead codes 2011-02-15 11:34:08 +00:00
Caolán McNamara
ef0534f844 throw out some warnings 2011-02-15 09:51:09 +00:00
Bálint Dózsa
66f324d463 Remove unused method: GetListTable 2011-02-14 18:58:07 +01:00
Bálint Dózsa
e7c76f4aba Remove dead code 2011-02-14 17:49:00 +01:00
Luboš Luňák
d82d6e111f these variables are used, do not (void)var them 2011-02-14 17:11:50 +01:00
Caolán McNamara
c8686a3f5c throw out some warnings 2011-02-14 13:24:08 +00:00
Caolán McNamara
6f2edc72a1 add mode lines to new files 2011-02-14 13:24:08 +00:00
Caolán McNamara
aef4b3b9fb throw out some warnings 2011-02-14 13:24:08 +00:00
Caolán McNamara
5cf197fa1e throw out some warnings 2011-02-14 13:24:08 +00:00
Kurosawa Takeshi
ef244f5179 Export object's title and description as alternate content
Actually they are stored as "svg:title" and "svg:description" in ODF.

Fixed text such as "Drawing" and "Graphic" is information about class of a shape. Thus use them as class attribute.
2011-02-14 13:48:37 +01:00
Thorsten Behrens
ec4c926d33 Make svg import unit tests compile again. 2011-02-14 11:00:04 +01:00
Takeshi Kurosawa
d12e6085fc Ensure writing styles for text
When a text element doesn't have presentation attributes or styles,
style information is not written. As a result the text has zero width.
2011-02-14 10:47:45 +01:00
Takeshi Kurosawa
71473405d8 Relax paint url parsing (fix fdo#34205)
Allow ' and " around parens.
2011-02-14 10:46:57 +01:00
Takeshi Kurosawa
16760ad30b Fix color serialization
The are hex values.
2011-02-14 10:46:26 +01:00
Takeshi Kurosawa
4cc50ba81a Check opacity for == operator
Or opacity is ignored.
2011-02-14 10:46:00 +01:00
Kurosawa Takeshi
6e11c9ab2f Export transparencies as SVG <mask>s
With this patch, SVG export filter supports solid and gradient tranparencies in all fill styles.
2011-02-14 10:31:57 +01:00
Kurosawa Takeshi
1a94e7a992 Export linear and axial gradients as SVG <linearGraidents>s 2011-02-14 10:31:57 +01:00
Kurosawa Takeshi
fe19f78355 Export hatches and gradients as SVG <pattern>s
This patch tends not to improve a visual look, but improve semantic
structure of an exported file.
2011-02-14 10:31:57 +01:00
Tor Lillqvist
b7e2dd26bb Set PYTHONPATH when running own Python on pyAltFCFGMerge 2011-02-14 02:40:40 +02:00
Tor Lillqvist
197c659abf Correct inconsistent use of tabs and spaces 2011-02-14 02:40:38 +02:00
Caolán McNamara
52efb4b56e WaE: variable set but unused 2011-02-13 20:39:55 +00:00
Caolán McNamara
a3750c3b95 cppcheck: init member variable 2011-02-13 20:01:23 +00:00
Caolán McNamara
f4efd590af WaE: throw out some warnings 2011-02-13 20:01:23 +00:00
Guillaume Poussel
6b78fe8394 Remove bogus comments 2011-02-13 17:42:48 +01:00
Guillaume Poussel
7369b5e4f7 Remove bogus comments 2011-02-13 17:42:08 +01:00