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

Change-Id: I8840f13b44aa1060dab9383583bdb1db4db70aaa
Reviewed-on: https://gerrit.libreoffice.org/12038
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2014-10-22 11:01:05 +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-22 11:01:05 +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
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.