office-gobmx/writerperfect
Takeshi Abe bddd965764 fdo#84168 change writerperfect filters to use a new base class template
in writerperfect/source/draw.

Change-Id: I8ec2861da2af1e203157faa1319b837fe236b507
Reviewed-on: https://gerrit.libreoffice.org/12072
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2014-10-24 08:12:29 +00:00
..
inc/writerperfect
qa/unit add test file for MWAW presentation import 2014-10-20 14:47:57 +02:00
source fdo#84168 change writerperfect filters to use a new base class template 2014-10-24 08:12:29 +00:00
astyle.options
CppunitTest_writerperfect_calc.mk
CppunitTest_writerperfect_draw.mk
CppunitTest_writerperfect_impress.mk
CppunitTest_writerperfect_stream.mk
CppunitTest_writerperfect_writer.mk
Library_wpftcalc.mk
Library_wpftdraw.mk fdo#84168 change writerperfect filters to use a new base class template 2014-10-24 08:12:29 +00:00
Library_wpftimpress.mk Add a filter for AppleWork's presentation file... 2014-10-20 14:47:57 +02:00
Library_wpftwriter.mk fdo#84168 change writerperfect filters to use a new base class template 2014-10-22 11:01:05 +00:00
Library_writerperfect.mk
Makefile
Module_writerperfect.mk
README
StaticLibrary_writerperfect_importtestbase.mk

WordPerfect and other filters, wrappers for a set of similar libraries

This collection of filters is here in this folder in addition to the
WordPerfect filter that gave the module its (humorous) name "writerperfect"
because the libraries they use all have the same "style" of API and are
developed, at least partially, by the same person or group of persons.

This module uses astyle to keep consistent coding style. Please run

astyle --options=astyle.options \*.?xx

before committing.