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
This commit is contained in:
parent
8a34c69d3b
commit
adc8db8700
1 changed files with 6 additions and 3 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue