summaryrefslogtreecommitdiffstats
path: root/writerperfect
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add mode-lines to some new filesCaolán McNamara2012-01-051-0/+2
|
* Some cppcheck cleaningjulien2011-12-251-2/+2
|
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-205-0/+5
|
* CDR importer: fixing some build and esthetic issuesFridrich Štrba2011-12-082-1/+2
|
* Stub Corel Draw importerFridrich Štrba2011-12-087-1/+543
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* Allow inserting of ole objects into draw documentsFridrich Štrba2011-12-062-7/+16
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* callcatcher: some unused methodsCaolán McNamara2011-11-291-6/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+3
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* 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
|
* Adapt the build bitsFridrich Štrba2011-10-281-1/+1
|
* Use shared_ptr to avoid leaksLaurent Alonso2011-10-2813-160/+155
|
* fSectionSpaceAfter is unusedCaolán McNamara2011-10-271-6/+0
|
* Syncing with out-of-tree writerperfectFridrich Štrba2011-10-277-11/+26
|
* No struct lconv::decimal_point in Android's libcTor Lillqvist2011-10-261-0/+4
|
* Realy not need to make this one depend on boostFridrich Štrba2011-10-254-19/+12
|
* Added line marker supportTibby Lickle2011-10-251-13/+72
| | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>