/aoo42x/main/canvas/source/vcl/ |
H A D | spritecanvas.cxx | 139 return updateScreen( bUpdateAll ); in showBuffer() 144 return updateScreen( bUpdateAll ); in switchBuffer() 147 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen() function in vclcanvas::SpriteCanvas 154 return !mbIsVisible ? false : maCanvasHelper.updateScreen(bUpdateAll, in updateScreen()
|
H A D | spritecanvas.hxx | 140 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
|
H A D | spritecanvashelper.hxx | 88 sal_Bool updateScreen( sal_Bool bUpdateAll,
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_spritecanvas.cxx | 135 return updateScreen( bUpdateAll ); in showBuffer() 140 return updateScreen( bUpdateAll ); in switchBuffer() 143 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen() function in cairocanvas::SpriteCanvas 150 return !mbIsVisible ? false : maCanvasHelper.updateScreen( in updateScreen()
|
H A D | cairo_spritecanvashelper.hxx | 89 sal_Bool updateScreen( const ::basegfx::B2IRange& rCurrArea,
|
H A D | cairo_spritecanvas.hxx | 138 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | XSpriteCanvas.idl | 49 undefined, unless XSpriteCanvas::updateScreen() is called. This is 55 to render correctly even without explicit updateScreen() calls 59 updateScreen hassle, simply use the XBitmapCanvas. 137 explicit call of updateScreen() is necessary, since the 151 boolean updateScreen( [in] boolean bUpdateAll );
|
H A D | XSprite.idl | 62 <member>XSpriteCanvas::updateScreen()</member>.<p> 86 <member>XSpriteCanvas::updateScreen()</member>.<p> 125 <member>XSpriteCanvas::updateScreen()</member>.<p> 157 <member>XSpriteCanvas::updateScreen()</member>.<p>
|
H A D | XAnimatedSprite.idl | 113 <member>XSpriteCanvas::updateScreen()</member>.<p> 130 <member>XSpriteCanvas::updateScreen()</member>.<p> 154 <member>XSpriteCanvas::updateScreen()</member>.<p>
|
H A D | XCustomSprite.idl | 46 after a XSpriteCanvas::updateScreen() call, to facilitate 58 screen only after a XSpriteCanvas::updateScreen() call at the
|
/aoo42x/main/slideshow/source/engine/ |
H A D | screenupdater.cxx | 146 boost::mem_fn(&View::updateScreen) ); in commitUpdates() 169 (*aFoundView)->updateScreen(); // update changes only in commitUpdates() 202 boost::mem_fn(&View::updateScreen) ); in requestImmediateUpdate()
|
H A D | slideview.cxx | 689 virtual bool updateScreen() const; 846 bool SlideView::updateScreen() const in updateScreen() function in slideshow::internal::__anon04123d4a0111::SlideView 853 return mpCanvas->updateScreen( false ); in updateScreen() 863 return mpCanvas->updateScreen( true ); in paintScreen()
|
/aoo42x/main/canvas/source/null/ |
H A D | null_spritecanvas.cxx | 128 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen() function in nullcanvas::SpriteCanvas 135 return !mbIsVisible ? false : maCanvasHelper.updateScreen( in updateScreen()
|
H A D | null_spritecanvashelper.cxx | 97 sal_Bool SpriteCanvasHelper::updateScreen( const ::basegfx::B2IRange& /*rCurrArea*/, in updateScreen() function in nullcanvas::SpriteCanvasHelper
|
H A D | null_spritecanvashelper.hxx | 89 sal_Bool updateScreen( const ::basegfx::B2IRange& rCurrArea,
|
H A D | null_spritecanvas.hxx | 131 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
|
/aoo42x/main/cppcanvas/source/wrapper/ |
H A D | implspritecanvas.cxx | 93 bool ImplSpriteCanvas::updateScreen( bool bUpdateAll ) const in updateScreen() function in cppcanvas::internal::ImplSpriteCanvas 100 return mxSpriteCanvas->updateScreen( bUpdateAll ); in updateScreen()
|
H A D | implspritecanvas.hxx | 58 virtual bool updateScreen( bool bUpdateAll ) const;
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_spritecanvas.cxx | 154 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen() function in dxcanvas::SpriteCanvas 161 return !mbIsVisible ? false : maCanvasHelper.updateScreen( in updateScreen()
|
H A D | dx_spritecanvashelper.hxx | 93 sal_Bool updateScreen( const ::basegfx::B2IRectangle& rCurrArea,
|
H A D | dx_spritecanvas.hxx | 129 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterPaneAnimator.cxx | 585 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xCanvas, sal_False)); in ShowPane() 663 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xSpriteCanvas, sal_False)); in HidePane() 811 xCanvas->updateScreen(sal_False); in ShowPane() 863 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xCanvas, sal_False)); in HidePane() 901 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, rxSpriteCanvas, sal_False)); in CreateShowAnimation()
|
/aoo42x/main/slideshow/source/inc/ |
H A D | view.hxx | 61 virtual bool updateScreen() const = 0;
|
/aoo42x/main/cppcanvas/inc/cppcanvas/ |
H A D | spritecanvas.hxx | 58 virtual bool updateScreen( bool bUpdateAll ) const = 0;
|
/aoo42x/main/sd/source/ui/presenter/ |
H A D | CanvasUpdateRequester.cxx | 116 mxCanvas->updateScreen(mbUpdateFlag); in IMPL_LINK()
|