diff options
author | Release Engineers <releng@openoffice.org> | 2008-12-01 13:29:22 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2008-12-01 13:29:22 +0000 |
commit | 447637c131cb73a8dc9171479f6bee2a65ade4e2 (patch) | |
tree | db51090562dad621fa8f545bd8c35a09d7a688c6 /vcl/aqua/inc/salgdi.h | |
parent | 3e33ac2ea6f2c78e86faab4acbf6c47e87a695ee (diff) |
CWS-TOOLING: integrate CWS vcl96
2008-11-27 15:56:56 +0100 pl r264499 : #i95488# fix a snafu
2008-11-17 12:05:23 +0100 pl r263713 : #158795# catch bad_alloc
2008-11-14 17:26:25 +0100 pl r263687 : #i93018# new msgbox images
2008-11-14 17:00:28 +0100 pl r263686 : #i95488# treat chinese font heights like korean
2008-11-14 14:59:17 +0100 pl r263677 : #i92102# RTL fixes: toolbox selection, popup menus
2008-11-14 11:40:22 +0100 pl r263669 : #i75035# move tear off panels correctly also in RTL case (thanks ayaniger)
2008-11-13 18:15:51 +0100 pl r263658 : #i93018# message box images, add hc version
2008-11-13 15:49:41 +0100 pl r263647 : #b6726794# add: UNC paths (windows specific)
2008-11-13 12:51:37 +0100 pl r263632 : #i95803# do not dereference empty interface
2008-11-12 18:13:55 +0100 pl r263609 : #b6727144# fix and speed up xor mode for special case invert on MacOSX
2008-11-12 15:07:47 +0100 pl r263599 : #i95392# add csv to calc mimetypes (thanks cmc)
2008-11-12 14:52:13 +0100 pl r263598 : #i87633# paste strings larger than 64k in the hope that each contained line is shorter
2008-11-12 13:37:29 +0100 pl r263594 : #i96141# fix if statement (thanks cmc)
2008-11-12 13:06:22 +0100 pl r263588 : #i93831# remove windows from static set again
2008-11-11 18:15:06 +0100 pl r263571 : #i96089# fix some wrong parentheses (thanks cmc)
2008-11-04 20:50:40 +0100 pl r263336 : #i95388# do not confuse imageable area and margin
2008-11-03 18:39:25 +0100 pl r263304 : CWS-TOOLING: rebase CWS vcl96 to trunk@263288 (milestone: DEV300:m35)
2008-11-03 16:18:48 +0100 pl r263290 : #i92701# truncation warning only on paste
2008-11-03 15:53:42 +0100 pl r263289 : #i95296# use gtk plugin in more cases
2008-10-31 11:15:34 +0100 pl r262858 : #i94258# fix some PDF/A compatibility issues (thanks beppec56)
2008-10-30 14:24:24 +0100 pl r262825 : #i62033# do not read imcomplete resources (again)
2008-10-29 17:21:29 +0100 pl r262821 : #i95536# do not use deprecated gtk_draw_expander function
2008-10-21 18:00:29 +0200 pl r262574 : #i95220# use large icons for nicer display on KDE as well as Gnome taskbar
2008-10-17 16:01:43 +0200 pl r262290 : #i92822# build warning free on MacOSX 10.5
Diffstat (limited to 'vcl/aqua/inc/salgdi.h')
-rw-r--r-- | vcl/aqua/inc/salgdi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/aqua/inc/salgdi.h b/vcl/aqua/inc/salgdi.h index d32ef0789f93..ab603141cc60 100644 --- a/vcl/aqua/inc/salgdi.h +++ b/vcl/aqua/inc/salgdi.h @@ -102,6 +102,7 @@ protected: CGLayerRef mxLayer; // Quartz graphics layer CGContextRef mrContext; // Quartz drawing context class XorEmulation* mpXorEmulation; + int mnXorMode; // 0: off 1: on 2: invert only int mnWidth; int mnHeight; int mnBitmapDepth; // zero unless bitmap @@ -264,7 +265,7 @@ public: // filled accordingly virtual void SetFillColor( SalColor nSalColor ); // enable/disable XOR drawing - virtual void SetXORMode( BOOL bSet ); + virtual void SetXORMode( bool bSet, bool bInvertOnly ); // set line color for raster operations virtual void SetROPLineColor( SalROPColor nROPColor ); // set fill color for raster operations |