summaryrefslogtreecommitdiff
path: root/basebmp/README
blob: 7087cea8885d527935686e7f912a967ffe56f281 (plain)
1
2
3
4
5
6
7
8
9
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].
test?h=feature/table_rotated_text&id=f7a75a66fa46627aa6edc6439650c1e3c06836d7'>cleanup: remove unused Reference.h(xx) includesJochen Nitschke 2016-03-10Special case for ANDROID is supposed to no longer be neededStephan Bergmann 2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann 2016-01-10Fix typosAndrea Gelmini 2016-01-05RC4 encrypt some WMF and TIFF test filesMichael Stahl 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-11-04yyyyyNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-09-15Use CPPUNIT_ASSERT_EQUALStephan Bergmann 2015-08-24Clean up outputStephan Bergmann 2015-08-24Make test order deterministicStephan Bergmann 2015-08-06unotest.py: call the magic bootstrap init function once onlyMichael Stahl 2015-07-30loplugin:unusedmethodsNoel Grandin