Home
last modified time | relevance | path

Searched refs:aVisSizePixel (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx198 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in IMPL_LINK_INLINE_END() local
266 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in IMPL_LINK_INLINE_END() local
360 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in Scroll() local
361 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in Scroll()
405 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in SetZoom() local
406 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in SetZoom()
452 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in SetZoomRect() local
453 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in SetZoomRect()
487 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in InitWindows() local
488 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in InitWindows()
[all …]
H A Ddrviewsh.cxx100 Size aVisSizePixel(rWin.GetOutputSizePixel()); in MakeVisible() local
101 Rectangle aVisArea(rWin.PixelToLogic(Rectangle(Point(0,0), aVisSizePixel))); in MakeVisible()
H A Ddrviews5.cxx392 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in WriteFrameViewData() local
393 Rectangle aVisArea = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in WriteFrameViewData()
H A Ddrviews1.cxx1250 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in SwitchPage() local
1251 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in SwitchPage()
H A Dviewshel.cxx928 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in Resize() local
930 Rectangle( Point(0,0), aVisSizePixel)); in Resize()
/trunk/main/svx/source/svdraw/
H A Dsdrpaintwindow.cxx220 Size aVisSizePixel(GetOutputDevice().GetOutputSizePixel()); in GetVisibleArea() local
221 return Rectangle(GetOutputDevice().PixelToLogic(Rectangle(Point(0,0), aVisSizePixel))); in GetVisibleArea()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx696 Size aVisSizePixel = mpWindow->GetOutputSizePixel(); in DoExecute() local
697 … Rectangle aVisAreaWin = mpWindow->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in DoExecute()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx777 Size aVisSizePixel = pActWin->GetOutputSizePixel(); in disposing() local
778 Rectangle aVisAreaWin = pActWin->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in disposing()

Completed in 55 milliseconds