Commit graph

21785 commits

Author SHA1 Message Date
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
Luke Petrolekas
8ce1f48e7a Easy hack: Remove more commented out code 2011-02-12 18:55:32 +01:00
Luke Petrolekas
c0b7906947 Remove dead Java code 2011-02-12 18:50:11 +01:00
Kevin Hunter
27386be30d cppcheck: post- to pre- *crement change 2011-02-11 20:52:46 +00:00
Alfonso Eusebio
89e59bdc85 Remove obsolete Hyperlink Bar form filters
Removed all hyperlink bar related code from filters.
2011-02-11 19:05:24 +01:00
Noel Power
2de38f8b65 fix compile error related to floor and move #TODO closer to related item 2011-02-11 16:42:21 +00:00
Caolán McNamara
b96434c98e WaE: unused variables 2011-02-11 15:52:05 +00:00
Caolán McNamara
476f9f9a0c (std|boost)::hash on a const char* hashes the pointer not the contents 2011-02-11 12:51:58 +00:00
Caolán McNamara
9b5a0fd922 (std|boost)::hash on a const char* hashes the pointer not the contents 2011-02-11 12:41:24 +00:00
Caolán McNamara
a6748fa1bd throw out some warnings 2011-02-10 20:26:07 +00:00
Luboš Luňák
5bf8e3ef16 handle wp:simplePos properly 2011-02-10 17:42:23 +01:00
Noel Power
0a078aa069 some form field import/export improvements 2011-02-10 16:18:38 +00:00