From adc8db87008406a42dabceb53d13e21aaa77e274 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 24 Jun 2008 09:44:04 +0000 Subject: [PATCH] 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 --- canvas/source/null/null_devicehelper.hxx | 9 ++++++--- 1 file 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 );