/aoo41x/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() function in nullcanvas::SpriteCanvas 115 return !mbIsVisible ? false : SpriteCanvasBaseT::showBuffer( bUpdateAll ); in showBuffer()
|
H A D | null_devicehelper.cxx | 177 ::sal_Bool DeviceHelper::showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll ) in showBuffer() function in nullcanvas::DeviceHelper 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…
|
H A D | null_devicehelper.hxx | 79 ::sal_Bool showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
|
/aoo41x/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() function in dxcanvas::SpriteCanvas 141 return !mbIsVisible ? false : SpriteCanvasBaseT::showBuffer( bUpdateAll ); in showBuffer()
|
H A D | dx_spritecanvas.hxx | 125 …virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runt…
|
H A D | dx_spritedevicehelper.hxx | 77 ::sal_Bool showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
|
H A D | dx_spritedevicehelper.cxx | 201 ::sal_Bool SpriteDeviceHelper::showBuffer( bool, ::sal_Bool ) in showBuffer() function in dxcanvas::SpriteDeviceHelper
|
/aoo41x/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() function in canvas::BufferedGraphicDeviceBase 138 return BaseType::maDeviceHelper.showBuffer( mbIsVisible, bUpdateAll ); in showBuffer()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | spritedevicehelper.hxx | 60 ::sal_Bool showBuffer( bool bWindowVisible, ::sal_Bool bUpdateAll );
|
H A D | spritedevicehelper.cxx | 82 ::sal_Bool SpriteDeviceHelper::showBuffer( bool, ::sal_Bool ) in showBuffer() function in vclcanvas::SpriteDeviceHelper
|
H A D | spritecanvas.cxx | 137 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer() function in vclcanvas::SpriteCanvas
|
H A D | spritecanvas.hxx | 136 …virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runt…
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_spritedevicehelper.hxx | 62 ::sal_Bool showBuffer( bool, ::sal_Bool );
|
H A D | cairo_spritedevicehelper.cxx | 95 ::sal_Bool SpriteDeviceHelper::showBuffer( bool, ::sal_Bool ) in showBuffer() function in cairocanvas::SpriteDeviceHelper
|
H A D | cairo_spritecanvas.hxx | 134 …virtual ::sal_Bool SAL_CALL showBuffer( ::sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runt…
|
H A D | cairo_spritecanvas.cxx | 133 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer() function in cairocanvas::SpriteCanvas
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XBufferController.idl | 94 boolean showBuffer( [in] boolean bUpdateAll );
|
H A D | XSpriteCanvas.idl | 57 can happen, namely the XBufferController::showBuffer()) call. If
|