office-gobmx/basebmp
Tor Lillqvist a1fe0a772f Use the same simple lo_main() on iOS as on Android
Let's do the iOS specific stuff in separate main() source
file(s). Don't attempt to build complete iOS programs using normal
LibreOffice mechanisms, it will work for only the very lowest level
unit tests anyway, because of static linking and the circularish
UNO/URE/bootstrap/whatnot (run-time) dependencies between different
parts of the code.

We thus can't build the various iOS-specific *_cppunittester_all unit
test executables any more. Corresponding unit tests (and more complex
ones) for iOS will have to be done in a different way.
2012-02-16 15:25:37 +02:00
..
inc/basebmp WaE: type name first seen using 'class' now seen using 'struct' 2012-02-13 11:14:32 +02:00
prj
source
test
CppunitTest_basebmp.mk
Library_basebmp.mk
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_basebmp.mk Use the same simple lo_main() on iOS as on Android 2012-02-16 15:25:37 +02:00
Package_inc.mk
README Added (and improved) READMEs for modules which used to be in libs-gui 2012-02-08 07:46:57 +01: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].