summaryrefslogtreecommitdiffstats
path: root/writerperfect/source
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix a C&P errorFridrich Štrba2012-04-261-1/+1
|
* Monkey sberg's work for the other writerperfect libraryFridrich Štrba2012-04-205-98/+64
|
* Cleaned up wpftdraw_component_getFactoryStephan Bergmann2012-04-199-107/+62
| | | | | | ...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-1917-222/+50
| | | | | | 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-195-5/+5
|
* Stub CMX importerFridrich Štrba2012-04-1913-32/+406
|
* 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
|
* 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
|
* Use information about position and offsets of the bitmap fillFridrich Štrba2012-03-091-0/+6
|
* Cubic and quadratic bezier bounding boxesFridrich Štrba2012-03-091-34/+145
|
* Initial support of bitmap fills in OdgGeneratorFridrich Štrba2012-03-021-0/+48
|
* Get rid of size() == 0Elton Chung2012-02-191-1/+1
|
* remove extraneous qualifiers that break some compilersMariusz Dykierek2012-02-172-3/+3
|
* 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
|
* add mode-lines to some new filesCaolán McNamara2012-01-051-0/+2
|
* Some cppcheck cleaningjulien2011-12-251-2/+2
|
* CDR importer: fixing some build and esthetic issuesFridrich Štrba2011-12-081-1/+1
|
* Stub Corel Draw importerFridrich Štrba2011-12-083-0/+465
|
* Allow inserting of ole objects into draw documentsFridrich Štrba2011-12-062-7/+16
|
* callcatcher: some unused methodsCaolán McNamara2011-11-291-6/+0
|
* Add possibilty to embed ole object and to pass paragraph bordersLaurent Alonso2011-11-032-22/+34
|
* Removing unused headerFridrich Štrba2011-10-281-38/+0
|
* Modelines also for this fileFridrich Štrba2011-10-281-1/+4
|
* Fix a memory leak with opacity gradientsFridrich Štrba2011-10-281-8/+6
|
* Use shared_ptr to avoid leaksLaurent Alonso2011-10-2813-160/+155
|
* fSectionSpaceAfter is unusedCaolán McNamara2011-10-271-6/+0
|