summaryrefslogtreecommitdiffstats
path: root/writerperfect
Commit message (Collapse)AuthorAgeFilesLines
* removed unnecessary forward declarations of classTakeshi Abe2012-06-263-5/+0
| | | | Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
* Adding Microsoft Publisher Import filterFridrich Štrba2012-06-057-1/+400
| | | | Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
* targeted string re-workNorbert Thiebaud2012-06-013-22/+22
| | | | Change-Id: I2c166c63e9d2ab7d60bb404f643045678ef239a2
* Handle opacity in gradientsBrennan Vincent2012-05-301-4/+15
| | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* Trying to wrap the tools references inside a structFridrich Štrba2012-05-252-11/+25
| | | | Change-Id: Ie4d9a1d2c131f14928d7cc47f1b6314cf7e7f41d
* Revert "Blind Hail Mary trying to solve tinderbox breakages"Fridrich Štrba2012-05-251-3/+3
| | | | This reverts commit 70d473c07d79dc59a69f6cc725c026eacdc12c2a.
* Blind Hail Mary trying to solve tinderbox breakagesFridrich Štrba2012-05-251-3/+3
| | | | Change-Id: Ic69195e2ae991cf837c3dcfb086d9834f99b2d40
* Don't get out of bondsFridrich Štrba2012-05-251-0/+6
| | | | Change-Id: Ifd743fe59d468b3d89c95f4963a038068cf34629
* Allow WPXSvStream to read stream in a hierarchy of substoragesFridrich Štrba2012-05-252-10/+40
| | | | Change-Id: I8f9726e3e93a16d59f0e3c24783a98f4b9edd692
* Add possibility of generating foot/endnotes with text labelsLaurent Alonso2012-05-071-4/+22
|
* Check for frame borders and frame backgroundLaurent Alonso2012-05-071-0/+8
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Fix a C&P errorFridrich Štrba2012-04-261-1/+1
|
* Monkey sberg's work for the other writerperfect libraryFridrich Štrba2012-04-206-98/+65
|
* Cleaned up wpftdraw_component_getFactoryStephan Bergmann2012-04-1910-107/+63
| | | | | | ...which required switching service implementations from XMultiServiceManager- based to XComponentContext-based (using comphelper::ComponentContext convenience helper for the occasional service instantiation via the XComponentContext).
* Diminish the number of writerperfect librariesFridrich Štrba2012-04-1928-493/+98
| | | | | | Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.
* Prefix the UNO components in writerperfectFridrich Štrba2012-04-1910-10/+10
|
* cdrfilter.component has now two filters insideFridrich Štrba2012-04-191-0/+4
|
* Stub CMX importerFridrich Štrba2012-04-1914-32/+407
|
* Write out the grouppingFridrich Štrba2012-04-091-0/+2
|
* Generate SVG preview of embedded WPG imageFridrich Štrba2012-04-081-2/+19
|
* Allow conversion of embedded images to another binary image formatFridrich Štrba2012-04-082-10/+50
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-086-16/+16
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-38/+33
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* removed duplicate #includesTakeshi Abe2012-04-043-6/+0
| | | | in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
* C&P errorFridrich Štrba2012-03-121-2/+2
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-106-6/+6
|
* Use information about position and offsets of the bitmap fillFridrich Štrba2012-03-091-0/+6
|
* Make sure that the right libraries are there in all casesFridrich Štrba2012-03-091-1/+1
|
* With the new libcdr, writerperfect will depend on lcms2Fridrich Štrba2012-03-091-0/+1
|
* Cubic and quadratic bezier bounding boxesFridrich Štrba2012-03-091-34/+145
|
* Initial support of bitmap fills in OdgGeneratorFridrich Štrba2012-03-021-0/+48
|
* writerperfect depends on libwp[dgs], libcdr and libvisioTor Lillqvist2012-02-281-0/+29
| | | | Don't try to build libraries that depend on libraries we don't have.
* Improve (?) explanationTor Lillqvist2012-02-201-1/+6
|
* Get rid of size() == 0Elton Chung2012-02-191-1/+1
|
* remove extraneous qualifiers that break some compilersMariusz Dykierek2012-02-172-3/+3
|
* Added and improved READMEs for modules which used to be in filterJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Initial support for quadratic beziersFridrich Štrba2012-01-301-0/+14
|
* Use the right defineFridrich Štrba2012-01-261-2/+2
|
* Fix crashes due to inexisting attributeFridrich Štrba2012-01-261-2/+2
|
* Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot2012-01-234-5/+5
| | | | | | Part XLV Modules writerfilter, writerperfect
* removed some dead codeMarc-André Laverdière-Papineau2012-01-182-18/+0
|
* Implementing text rotationsFridrich Štrba2012-01-171-2/+41
|
* Some cppcheck cleaningJulien Nabet2012-01-141-1/+1
|
* Implement flips and rotations of raster images in the OdgGenerator.cxxFridrich Štrba2012-01-131-21/+43
|
* Adapt to the more intuitive libvisio/libwpg APIFridrich Štrba2012-01-131-12/+36
|
* Logical error in writerperfectFridrich Štrba2012-01-121-1/+1
|
* Consider the style:mirror propertyFridrich Štrba2012-01-121-0/+8
|