Home
last modified time | relevance | path

Searched refs:updateScreen (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/canvas/source/vcl/
H A Dspritecanvas.cxx139 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 Dspritecanvas.hxx140 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
H A Dspritecanvashelper.hxx88 sal_Bool updateScreen( sal_Bool bUpdateAll,
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvas.cxx135 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 Dcairo_spritecanvashelper.hxx89 sal_Bool updateScreen( const ::basegfx::B2IRange& rCurrArea,
H A Dcairo_spritecanvas.hxx138 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
/trunk/main/offapi/com/sun/star/rendering/
H A DXSpriteCanvas.idl49 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 DXSprite.idl62 <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 DXAnimatedSprite.idl113 <member>XSpriteCanvas::updateScreen()</member>.<p>
130 <member>XSpriteCanvas::updateScreen()</member>.<p>
154 <member>XSpriteCanvas::updateScreen()</member>.<p>
H A DXCustomSprite.idl46 after a XSpriteCanvas::updateScreen() call, to facilitate
58 screen only after a XSpriteCanvas::updateScreen() call at the
/trunk/main/slideshow/source/engine/
H A Dscreenupdater.cxx146 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 Dslideview.cxx689 virtual bool updateScreen() const;
846 bool SlideView::updateScreen() const in updateScreen() function in slideshow::internal::__anon16bb2ce10111::SlideView
853 return mpCanvas->updateScreen( false ); in updateScreen()
863 return mpCanvas->updateScreen( true ); in paintScreen()
/trunk/main/canvas/source/null/
H A Dnull_spritecanvas.cxx128 … 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 Dnull_spritecanvashelper.cxx97 sal_Bool SpriteCanvasHelper::updateScreen( const ::basegfx::B2IRange& /*rCurrArea*/, in updateScreen() function in nullcanvas::SpriteCanvasHelper
H A Dnull_spritecanvashelper.hxx89 sal_Bool updateScreen( const ::basegfx::B2IRange& rCurrArea,
H A Dnull_spritecanvas.hxx131 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
/trunk/main/cppcanvas/source/wrapper/
H A Dimplspritecanvas.cxx93 bool ImplSpriteCanvas::updateScreen( bool bUpdateAll ) const in updateScreen() function in cppcanvas::internal::ImplSpriteCanvas
100 return mxSpriteCanvas->updateScreen( bUpdateAll ); in updateScreen()
H A Dimplspritecanvas.hxx58 virtual bool updateScreen( bool bUpdateAll ) const;
/trunk/main/canvas/source/directx/
H A Ddx_spritecanvas.cxx154 … 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 Ddx_spritecanvashelper.hxx93 sal_Bool updateScreen( const ::basegfx::B2IRectangle& rCurrArea,
H A Ddx_spritecanvas.hxx129 …virtual sal_Bool SAL_CALL updateScreen( sal_Bool bUpdateAll ) throw (::com::sun::star::uno::Runtim…
/trunk/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx585 ::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()
/trunk/main/slideshow/source/inc/
H A Dview.hxx61 virtual bool updateScreen() const = 0;
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dspritecanvas.hxx58 virtual bool updateScreen( bool bUpdateAll ) const = 0;
/trunk/main/sd/source/ui/presenter/
H A DCanvasUpdateRequester.cxx116 mxCanvas->updateScreen(mbUpdateFlag); in IMPL_LINK()

Completed in 81 milliseconds

12