office-gobmx/basebmp
Michael Stahl a53586f4ef gbuild: do not copy boost headers around
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus

Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26 22:20:06 +01:00
..
inc/basebmp re-base on ALv2 code. Includes: 2012-07-18 15:00:25 +01:00
prj vigra: convert to gbuild 2012-08-25 12:45:37 +02:00
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: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Library_basebmp.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Makefile re-base on ALv2 code. Includes: 2012-07-18 15:00:25 +01:00
Module_basebmp.mk Build basebmp as a static library for Android 2012-08-23 22:26:01 +03:00
Package_inc.mk basebmp gbuildification 2012-06-16 04:36:43 -05:00
README Avoid too long lines 2012-06-11 09:26:50 +03:00
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].