summaryrefslogtreecommitdiff
path: root/canvas/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 09:44:04 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 09:44:04 +0000
commitadc8db87008406a42dabceb53d13e21aaa77e274 (patch)
tree9382ab546bab2de745fad20a73e280f20adfeb83 /canvas/source
parent8a34c69d3b7b12e5063c190b771459f0151ff87e (diff)
INTEGRATION: CWS canvas05 (1.2.112); FILE MERGED
2008/04/21 07:27:31 thb 1.2.112.3: RESYNC: (1.2-1.3); FILE MERGED 2007/12/20 22:18:58 thb 1.2.112.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering 2007/10/01 13:02:02 thb 1.2.112.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
Diffstat (limited to 'canvas/source')
-rw-r--r--canvas/source/null/null_devicehelper.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/canvas/source/null/null_devicehelper.hxx b/canvas/source/null/null_devicehelper.hxx
index 761f84d0b1e4..d289076db89c 100644
--- a/canvas/source/null/null_devicehelper.hxx
+++ b/canvas/source/null/null_devicehelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: null_devicehelper.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -83,11 +83,14 @@ namespace nullcanvas
::sal_Int32 createBuffers( ::sal_Int32 nBuffers );
void destroyBuffers( );
- ::sal_Bool showBuffer( ::sal_Bool bUpdateAll );
- ::sal_Bool switchBuffer( ::sal_Bool bUpdateAll );
+ ::sal_Bool showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
+ ::sal_Bool switchBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
+ ::com::sun::star::uno::Any isAccelerated() const;
::com::sun::star::uno::Any getDeviceHandle() const;
::com::sun::star::uno::Any getSurfaceHandle() const;
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::rendering::XColorSpace> getColorSpace() const;
void notifySizeUpdate( const ::com::sun::star::awt::Rectangle& rBounds );