office-gobmx/basebmp
Michael Stahl 5032dc0fc3 gbuild: invert handling of standard system libraries:
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.

Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28 16:49:08 +02:00
..
inc/basebmp
prj vigra: convert to gbuild 2012-08-25 12:45:37 +02:00
source
test Improvement on previous commit, UCB clean up 2012-09-14 18:24: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].