office-gobmx/basebmp
Tor Lillqvist a4c9ef33c7 Revert "WaE: unused parameter 'argc' and 'argv'"
Nah, just don't bother using --enable-werror with an old system
cppunit that has the unused argc and argv in
CPPUNIT_PLUGIN_IMPLEMENT().

This reverts commit 7e6689e3ed.
This reverts commit 07b6dc8610.
2012-11-16 08:23:49 +02:00
..
inc/basebmp
prj
source Replace usage of rtl_*Memory with equivalent from string.h 2012-10-01 18:48:05 +00:00
test Revert "WaE: unused parameter 'argc' and 'argv'" 2012-11-16 08:23:49 +02:00
CppunitTest_basebmp.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_basebmp.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Makefile
Module_basebmp.mk
Package_inc.mk
README
StaticLibrary_basebmp.mk gbuild: replace direct gb_STDLIBS use with ... 2012-09-28 16:49:06 +02:00

Provides a BitmapDevice: the vcl software renderer

Provides algorithms and data types for bitmap graphics e.g. line and fill
polygon scan conversion, bitmap format iterators, and a SalGraphics-compatible
software renderer

Used for example for wmf / svm files. E.g. used when you do -headless, and
have no DISPLAY set - it's an all-software backend for the LibO graphic
backend. also see [git:vcl/headless].