Home
last modified time | relevance | path

Searched refs:PRESENTATION_HIDEALLAPPS (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/window/ !
H A Dwrkwin.cxx212 if ( mnPresentationFlags & PRESENTATION_HIDEALLAPPS ) in StartPresentationMode()
228 if ( mnPresentationFlags & PRESENTATION_HIDEALLAPPS ) in StartPresentationMode()
/AOO41X/main/vcl/inc/vcl/ !
H A Dwrkwin.hxx39 #define PRESENTATION_HIDEALLAPPS ((sal_uInt16)0x0001) macro
/AOO41X/main/sd/source/ui/slideshow/ !
H A Dslideshow.cxx1245 …ode( sal_True, mpDoc->getPresentationSettings().mbAlwaysOnTop ? PRESENTATION_HIDEALLAPPS : 0, nDis… in StartFullscreenPresentation()