Home
last modified time | relevance | path

Searched refs:bUpdateAll (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/canvas/source/null/
H A Dnull_spritecanvas.cxx108 …::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 Dnull_devicehelper.cxx177 ::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 Dnull_spritecanvas.hxx127 …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 Dnull_devicehelper.hxx79 ::sal_Bool showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
80 ::sal_Bool switchBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
H A Dnull_spritecanvashelper.hxx90 sal_Bool bUpdateAll,
/trunk/main/canvas/source/vcl/
H A Dspritecanvas.cxx137 …::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 Dspritecanvas.hxx136 …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 Dspritedevicehelper.hxx60 ::sal_Bool showBuffer( bool bWindowVisible, ::sal_Bool bUpdateAll );
61 ::sal_Bool switchBuffer( bool bWindowVisible, ::sal_Bool bUpdateAll );
H A Dspritecanvashelper.cxx251 sal_Bool SpriteCanvasHelper::updateScreen( sal_Bool bUpdateAll, in updateScreen() argument
292 if( !bUpdateAll && !io_bSurfaceDirty ) in updateScreen()
/trunk/main/canvas/source/directx/
H A Ddx_spritecanvas.cxx134 …::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 Ddx_spritecanvas.hxx125 …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 Ddx_spritedevicehelper.hxx77 ::sal_Bool showBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
78 ::sal_Bool switchBuffer( bool bIsVisible, ::sal_Bool bUpdateAll );
H A Ddx_spritecanvashelper.cxx181 sal_Bool bUpdateAll, in updateScreen() argument
211 if( !bUpdateAll && !io_bSurfaceDirty ) in updateScreen()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvas.cxx133 …::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 Dcairo_spritecanvas.hxx134 …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 Dcairo_spritecanvashelper.cxx199 sal_Bool bUpdateAll, in updateScreen() argument
223 if( !bUpdateAll && !io_bSurfaceDirty ) in updateScreen()
H A Dcairo_spritedevicehelper.hxx63 ::sal_Bool switchBuffer( bool, ::sal_Bool bUpdateAll );
/trunk/main/canvas/inc/canvas/base/
H A Dbufferedgraphicdevicebase.hxx134 …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 DCanvasUpdateRequester.cxx96 void CanvasUpdateRequester::RequestUpdate (const sal_Bool bUpdateAll) in RequestUpdate() argument
100 mbUpdateFlag = bUpdateAll; in RequestUpdate()
105 mbUpdateFlag |= bUpdateAll; in RequestUpdate()
H A DCanvasUpdateRequester.hxx55 void RequestUpdate (const sal_Bool bUpdateAll);
/trunk/main/offapi/com/sun/star/rendering/
H A DXBufferController.idl82 @param bUpdateAll
94 boolean showBuffer( [in] boolean bUpdateAll );
115 @param bUpdateAll
124 boolean switchBuffer( [in] boolean bUpdateAll );
H A DXSpriteCanvas.idl141 @param bUpdateAll
151 boolean updateScreen( [in] boolean bUpdateAll );
/trunk/main/cppcanvas/source/wrapper/
H A Dimplspritecanvas.cxx93 bool ImplSpriteCanvas::updateScreen( bool bUpdateAll ) const in updateScreen()
100 return mxSpriteCanvas->updateScreen( bUpdateAll ); in updateScreen()
H A Dimplspritecanvas.hxx58 virtual bool updateScreen( bool bUpdateAll ) const;
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dspritecanvas.hxx58 virtual bool updateScreen( bool bUpdateAll ) const = 0;

Completed in 55 milliseconds

12