office-gobmx/basebmp
Stephan Bergmann 6e67c03dc0 Enable -Wnon-virtual-dtor for GCC 4.6
...which has the necessary features to support it.

Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.

cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.

Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
..
inc/basebmp Enable -Wnon-virtual-dtor for GCC 4.6 2012-03-14 13:32:02 +01:00
prj
source
test
CppunitTest_basebmp.mk
Library_basebmp.mk
Makefile
Module_basebmp.mk
Package_inc.mk
README

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].