Commit graph

21771 commits

Author SHA1 Message Date
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
Caolán McNamara
c879cedd66 WaE: mark this module as warnings free 2011-02-10 09:18:51 +00:00
Caolán McNamara
3c8ec4da2e WaE: mark this module as warnings free 2011-02-10 09:03:57 +00:00
Caolán McNamara
1e8bdb4d7e WaE: throw out a few warnings 2011-02-10 08:57:10 +00:00
Fridrich Štrba
49a99abfb6 Trying to remove the stlport mention from the code 2011-02-09 20:00:41 +01:00
Thomas Arnhold
4c77bf98b5 Remove some dead code 2011-02-09 19:56:49 +01:00
Thomas Arnhold
ad3ccbb219 Remove DBG_EXTRACTOLEOBJECTS, JOEDEBUG and JOEENV 2011-02-09 19:09:22 +01:00
Luboš Luňák
8aee85264b variable-size arrays is a gccism 2011-02-09 18:14:26 +01:00
Thomas Arnhold
afd8d789a4 make test -> make check 2011-02-09 14:21:41 +01:00
Caolán McNamara
8e1fa1adbd throw out some warnings 2011-02-09 10:32:14 +00:00
Tor Lillqvist
0192ac37e3 prewin.h already includes <windows.h> 2011-02-09 01:02:36 +02:00
Thomas Arnhold
28731569f5 Remove double line spacing and some dead code 2011-02-08 22:25:12 +01:00
Caolán McNamara
3e8bc43f7d unused variable 2011-02-08 20:59:30 +00:00
Caolán McNamara
ab3476c5db fix build breakage 2011-02-08 20:59:30 +00:00
Christina Rossmanith
692b46ed21 Fixed double line spacing / Translated comments German->English 2011-02-08 21:45:26 +01:00