Home
last modified time | relevance | path

Searched refs:blankScreen (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx1038 mxSlideShowController->blankScreen(0x00ffffff); in keyReleased()
1049 mxSlideShowController->blankScreen(0x00000000); in keyReleased()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1599 void SAL_CALL SlideshowImpl::blankScreen( sal_Int32 nColor ) throw (RuntimeException) in blankScreen() function in sd::SlideshowImpl
2129blankScreen( ((nKeyCode == KEY_W ) || (nKeyCode == KEY_COMMA)) ? 0x00ffffff : 0x00000000 ); in keyInput()
2187 blankScreen(0); in IMPL_LINK()
2198 blankScreen(0); in IMPL_LINK()
H A Dslideshowimpl.hxx220 virtual void SAL_CALL blankScreen( ::sal_Int32 Color ) throw (css::uno::RuntimeException);
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl204 void blankScreen( [in] long Color );