/trunk/main/canvas/source/null/ |
H A D | null_spritecanvas.cxx | 108 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer() argument 115 return !mbIsVisible ? false : SpriteCanvasBaseT::showBuffer( bUpdateAll ); in showBuffer() 118 …::sal_Bool SAL_CALL SpriteCanvas::switchBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeExcepti… in switchBuffer() argument 125 return !mbIsVisible ? false : SpriteCanvasBaseT::switchBuffer( bUpdateAll ); in switchBuffer() 128 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen() argument 137 bUpdateAll, in updateScreen()
|
H A D | null_devicehelper.cxx | 177 ::sal_Bool DeviceHelper::showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll ) in showBuffer() argument 183 return mpSpriteCanvas->updateScreen( bUpdateAll ); in showBuffer() 186 ::sal_Bool DeviceHelper::switchBuffer( bool bIsVisible, ::sal_Bool bUpdateAll ) in switchBuffer() argument 189 return showBuffer( bIsVisible, bUpdateAll ); in switchBuffer()
|
H A D | null_spritecanvas.hxx | 127 …virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runt… 128 …virtual ::sal_Bool SAL_CALL switchBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Ru… 131 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
|
H A D | null_devicehelper.hxx | 79 ::sal_Bool showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll ); 80 ::sal_Bool switchBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
|
H A D | null_spritecanvashelper.hxx | 90 sal_Bool bUpdateAll,
|
/trunk/main/canvas/source/vcl/ |
H A D | spritecanvas.cxx | 137 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer() argument 139 return updateScreen( bUpdateAll ); in showBuffer() 142 …::sal_Bool SAL_CALL SpriteCanvas::switchBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeExcepti… in switchBuffer() argument 144 return updateScreen( bUpdateAll ); in switchBuffer() 147 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen() argument 154 return !mbIsVisible ? false : maCanvasHelper.updateScreen(bUpdateAll, in updateScreen()
|
H A D | spritecanvas.hxx | 136 …virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runt… 137 …virtual ::sal_Bool SAL_CALL switchBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Ru… 140 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
|
H A D | spritedevicehelper.hxx | 60 ::sal_Bool showBuffer( bool bWindowVisible, ::sal_Bool bUpdateAll ); 61 ::sal_Bool switchBuffer( bool bWindowVisible, ::sal_Bool bUpdateAll );
|
H A D | spritecanvashelper.cxx | 251 sal_Bool SpriteCanvasHelper::updateScreen( sal_Bool bUpdateAll, in updateScreen() argument 292 if( !bUpdateAll && !io_bSurfaceDirty ) in updateScreen()
|
/trunk/main/canvas/source/directx/ |
H A D | dx_spritecanvas.cxx | 134 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer() argument 141 return !mbIsVisible ? false : SpriteCanvasBaseT::showBuffer( bUpdateAll ); in showBuffer() 144 …::sal_Bool SAL_CALL SpriteCanvas::switchBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeExcepti… in switchBuffer() argument 151 return !mbIsVisible ? false : SpriteCanvasBaseT::switchBuffer( bUpdateAll ); in switchBuffer() 154 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen() argument 163 bUpdateAll, in updateScreen()
|
H A D | dx_spritecanvas.hxx | 125 …virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runt… 126 …virtual ::sal_Bool SAL_CALL switchBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Ru… 129 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
|
H A D | dx_spritedevicehelper.hxx | 77 ::sal_Bool showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll ); 78 ::sal_Bool switchBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
|
H A D | dx_spritecanvashelper.cxx | 181 sal_Bool bUpdateAll, in updateScreen() argument 211 if( !bUpdateAll && !io_bSurfaceDirty ) in updateScreen()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_spritecanvas.cxx | 133 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer() argument 135 return updateScreen( bUpdateAll ); in showBuffer() 138 …::sal_Bool SAL_CALL SpriteCanvas::switchBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeExcepti… in switchBuffer() argument 140 return updateScreen( bUpdateAll ); in switchBuffer() 143 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen() argument 152 bUpdateAll, in updateScreen()
|
H A D | cairo_spritecanvas.hxx | 134 …virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runt… 135 …virtual ::sal_Bool SAL_CALL switchBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Ru… 138 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
|
H A D | cairo_spritecanvashelper.cxx | 199 sal_Bool bUpdateAll, in updateScreen() argument 223 if( !bUpdateAll && !io_bSurfaceDirty ) in updateScreen()
|
H A D | cairo_spritedevicehelper.hxx | 63 ::sal_Bool switchBuffer( bool, ::sal_Bool bUpdateAll );
|
/trunk/main/canvas/inc/canvas/base/ |
H A D | bufferedgraphicdevicebase.hxx | 134 …virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runt… in showBuffer() argument 138 return BaseType::maDeviceHelper.showBuffer( mbIsVisible, bUpdateAll ); in showBuffer() 141 …virtual ::sal_Bool SAL_CALL switchBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Ru… in switchBuffer() argument 145 return BaseType::maDeviceHelper.switchBuffer( mbIsVisible, bUpdateAll ); in switchBuffer()
|
/trunk/main/sd/source/ui/presenter/ |
H A D | CanvasUpdateRequester.cxx | 96 void CanvasUpdateRequester::RequestUpdate (const sal_Bool bUpdateAll) in RequestUpdate() argument 100 mbUpdateFlag = bUpdateAll; in RequestUpdate() 105 mbUpdateFlag |= bUpdateAll; in RequestUpdate()
|
H A D | CanvasUpdateRequester.hxx | 55 void RequestUpdate (const sal_Bool bUpdateAll);
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XBufferController.idl | 82 @param bUpdateAll 94 boolean showBuffer( [in] boolean bUpdateAll ); 115 @param bUpdateAll 124 boolean switchBuffer( [in] boolean bUpdateAll );
|
H A D | XSpriteCanvas.idl | 141 @param bUpdateAll 151 boolean updateScreen( [in] boolean bUpdateAll );
|
/trunk/main/cppcanvas/source/wrapper/ |
H A D | implspritecanvas.cxx | 93 bool ImplSpriteCanvas::updateScreen( bool bUpdateAll ) const in updateScreen() 100 return mxSpriteCanvas->updateScreen( bUpdateAll ); in updateScreen()
|
H A D | implspritecanvas.hxx | 58 virtual bool updateScreen( bool bUpdateAll ) const;
|
/trunk/main/cppcanvas/inc/cppcanvas/ |
H A D | spritecanvas.hxx | 58 virtual bool updateScreen( bool bUpdateAll ) const = 0;
|