Commit graph

255 commits

Author SHA1 Message Date
Fridrich Štrba
d77b839868 Prefix the UNO components in writerperfect 2012-04-19 12:00:15 +02:00
Fridrich Štrba
415157afaf cdrfilter.component has now two filters inside 2012-04-19 11:30:11 +02:00
Fridrich Štrba
858c8620d9 Stub CMX importer 2012-04-19 11:03:18 +02:00
Fridrich Štrba
c227447b9a Write out the groupping 2012-04-09 23:53:10 +02:00
Fridrich Štrba
e79c9c4c5a Generate SVG preview of embedded WPG image 2012-04-08 22:11:52 +02:00
Fridrich Štrba
04950bf3c3 Allow conversion of embedded images to another binary image format 2012-04-08 22:07:07 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
8a01ee6243 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Takeshi Abe
643a582793 removed duplicate #includes
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-04-04 01:39:08 +09:00
Fridrich Štrba
5eee7de293 C&P error 2012-03-12 11:04:57 +01:00
Matúš Kukan
84b3f7b345 gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Fridrich Štrba
3daa764ee4 Use information about position and offsets of the bitmap fill 2012-03-09 13:20:11 +01:00
Fridrich Štrba
699b8a45d8 Make sure that the right libraries are there in all cases 2012-03-09 09:58:52 +01:00
Fridrich Štrba
50e02e19ef With the new libcdr, writerperfect will depend on lcms2 2012-03-09 09:54:19 +01:00
Fridrich Štrba
7ee86ca95f Cubic and quadratic bezier bounding boxes 2012-03-09 09:49:38 +01:00
Fridrich Štrba
6c2581db2d Initial support of bitmap fills in OdgGenerator 2012-03-02 18:52:31 +01:00
Tor Lillqvist
9fb0ad21f4 writerperfect depends on libwp[dgs], libcdr and libvisio
Don't try to build libraries that depend on libraries we don't have.
2012-02-28 00:38:49 +02:00
Tor Lillqvist
5febee41a7 Improve (?) explanation 2012-02-20 13:38:46 +02:00
Elton Chung
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
Mariusz Dykierek
b8f007d052 remove extraneous qualifiers that break some compilers 2012-02-17 15:22:46 +00:00
Josh Heidenreich
700b794126 Added and improved READMEs for modules which used to be in filter 2012-02-08 07:46:58 +01:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Fridrich Štrba
dc6953f932 Initial support for quadratic beziers 2012-01-30 11:34:50 +01:00
Fridrich Štrba
1f65dc9ef5 Use the right define 2012-01-26 14:31:16 +01:00
Fridrich Štrba
79299dcae5 Fix crashes due to inexisting attribute 2012-01-26 09:14:43 +01:00
Olivier Hallot
f94399ef80 Fix for fdo43460 Part XLV getLength() to isEmpty()
Part XLV
Modules
writerfilter, writerperfect
2012-01-23 19:17:18 -02:00
Marc-André Laverdière-Papineau
05a8ecca55 removed some dead code 2012-01-18 20:02:19 -05:00
Fridrich Štrba
b350765be4 Implementing text rotations 2012-01-17 12:44:34 +01:00
Julien Nabet
79eb7c0cab Some cppcheck cleaning 2012-01-14 11:29:45 +01:00
Fridrich Štrba
259669161b Implement flips and rotations of raster images in the OdgGenerator.cxx 2012-01-13 16:29:48 +01:00
Fridrich Štrba
b9d99ec0dd Adapt to the more intuitive libvisio/libwpg API 2012-01-13 16:29:48 +01:00
Fridrich Štrba
e198eea5a8 Logical error in writerperfect 2012-01-12 15:09:10 +01:00
Fridrich Štrba
b9e50a3071 Consider the style:mirror property 2012-01-12 12:19:33 +01:00
Caolán McNamara
1702bab54f add mode-lines to some new files 2012-01-05 09:18:16 +00:00
julien
372ea70b5b Some cppcheck cleaning 2011-12-25 13:58:55 +01:00
Tor Lillqvist
25e10370fe Link most libs and executables with gb_STDLIBS as presumably is intended 2011-12-20 01:12:23 +02:00
Fridrich Štrba
dd8b86ea55 CDR importer: fixing some build and esthetic issues 2011-12-08 14:28:04 +01:00
Fridrich Štrba
d701a0e9cc Stub Corel Draw importer 2011-12-08 14:28:04 +01:00
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Fridrich Štrba
fa22c33794 Allow inserting of ole objects into draw documents 2011-12-06 16:16:28 +01:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Caolán McNamara
625f1cd72e callcatcher: some unused methods 2011-11-29 10:35:13 +00:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01: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
Laurent Alonso
3e8dee1a48 Add possibilty to embed ole object and to pass paragraph borders 2011-11-03 15:01:20 +01:00
Fridrich Štrba
8a103fba46 Removing unused header 2011-10-28 16:20:28 +02:00
Fridrich Štrba
3bf2d83064 Modelines also for this file 2011-10-28 16:04:36 +02:00
Fridrich Štrba
68c6af8de5 Fix a memory leak with opacity gradients 2011-10-28 15:18:26 +02:00
Fridrich Štrba
0faf952770 Adapt the build bits 2011-10-28 15:18:25 +02:00