summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)AuthorFilesLines
2012-06-01targeted string re-workNorbert Thiebaud3-22/+22
Change-Id: I2c166c63e9d2ab7d60bb404f643045678ef239a2
2012-05-30Handle opacity in gradientsBrennan Vincent1-4/+15
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-05-25Trying to wrap the tools references inside a structFridrich Štrba2-11/+25
Change-Id: Ie4d9a1d2c131f14928d7cc47f1b6314cf7e7f41d
2012-05-25Revert "Blind Hail Mary trying to solve tinderbox breakages"Fridrich Štrba1-3/+3
This reverts commit 70d473c07d79dc59a69f6cc725c026eacdc12c2a.
2012-05-25Blind Hail Mary trying to solve tinderbox breakagesFridrich Štrba1-3/+3
Change-Id: Ic69195e2ae991cf837c3dcfb086d9834f99b2d40
2012-05-25Don't get out of bondsFridrich Štrba1-0/+6
Change-Id: Ifd743fe59d468b3d89c95f4963a038068cf34629
2012-05-25Allow WPXSvStream to read stream in a hierarchy of substoragesFridrich Štrba2-10/+40
Change-Id: I8f9726e3e93a16d59f0e3c24783a98f4b9edd692
2012-05-07Add possibility of generating foot/endnotes with text labelsLaurent Alonso1-4/+22
2012-05-07Check for frame borders and frame backgroundLaurent Alonso1-0/+8
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-04-26Fix a C&P errorFridrich Štrba1-1/+1
2012-04-20Monkey sberg's work for the other writerperfect libraryFridrich Štrba6-98/+65
2012-04-19Cleaned up wpftdraw_component_getFactoryStephan Bergmann10-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).
2012-04-19Diminish the number of writerperfect librariesFridrich Štrba28-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.
2012-04-19Prefix the UNO components in writerperfectFridrich Štrba10-10/+10
2012-04-19cdrfilter.component has now two filters insideFridrich Štrba1-0/+4
2012-04-19Stub CMX importerFridrich Štrba14-32/+407
2012-04-09Write out the grouppingFridrich Štrba1-0/+2
2012-04-08Generate SVG preview of embedded WPG imageFridrich Štrba1-2/+19
2012-04-08Allow conversion of embedded images to another binary image formatFridrich Štrba2-10/+50
2012-04-08gbuild: "use" vs. "add":Michael Stahl6-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)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-38/+33
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-04removed duplicate #includesTakeshi Abe3-6/+0
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-03-12C&P errorFridrich Štrba1-2/+2
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan6-6/+6
2012-03-09Use information about position and offsets of the bitmap fillFridrich Štrba1-0/+6
2012-03-09Make sure that the right libraries are there in all casesFridrich Štrba1-1/+1
2012-03-09With the new libcdr, writerperfect will depend on lcms2Fridrich Štrba1-0/+1
2012-03-09Cubic and quadratic bezier bounding boxesFridrich Štrba1-34/+145
2012-03-02Initial support of bitmap fills in OdgGeneratorFridrich Štrba1-0/+48
2012-02-28writerperfect depends on libwp[dgs], libcdr and libvisioTor Lillqvist1-0/+29
Don't try to build libraries that depend on libraries we don't have.
2012-02-20Improve (?) explanationTor Lillqvist1-1/+6
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-17remove extraneous qualifiers that break some compilersMariusz Dykierek2-3/+3
2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-30Initial support for quadratic beziersFridrich Štrba1-0/+14
2012-01-26Use the right defineFridrich Štrba1-2/+2
2012-01-26Fix crashes due to inexisting attributeFridrich Štrba1-2/+2
2012-01-23Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot4-5/+5
Part XLV Modules writerfilter, writerperfect
2012-01-18removed some dead codeMarc-André Laverdière-Papineau2-18/+0
2012-01-17Implementing text rotationsFridrich Štrba1-2/+41
2012-01-14Some cppcheck cleaningJulien Nabet1-1/+1
2012-01-13Implement flips and rotations of raster images in the OdgGenerator.cxxFridrich Štrba1-21/+43
2012-01-13Adapt to the more intuitive libvisio/libwpg APIFridrich Štrba1-12/+36
2012-01-12Logical error in writerperfectFridrich Štrba1-1/+1
2012-01-12Consider the style:mirror propertyFridrich Štrba1-0/+8
2012-01-05add mode-lines to some new filesCaolán McNamara1-0/+2
2011-12-25Some cppcheck cleaningjulien1-2/+2