Searched refs:aVisSizePixel (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sd/source/ui/view/ |
H A D | viewshe2.cxx | 198 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 D | drviewsh.cxx | 100 Size aVisSizePixel(rWin.GetOutputSizePixel()); in MakeVisible() local 101 Rectangle aVisArea(rWin.PixelToLogic(Rectangle(Point(0,0), aVisSizePixel))); in MakeVisible()
|
H A D | drviews5.cxx | 381 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in WriteFrameViewData() local 382 Rectangle aVisArea = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in WriteFrameViewData()
|
H A D | drviews1.cxx | 1240 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in SwitchPage() local 1241 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in SwitchPage()
|
H A D | viewshel.cxx | 928 Size aVisSizePixel = GetActiveWindow()->GetOutputSizePixel(); in Resize() local 930 Rectangle( Point(0,0), aVisSizePixel)); in Resize()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | sdrpaintwindow.cxx | 222 Size aVisSizePixel(GetOutputDevice().GetOutputSizePixel()); in GetVisibleArea() local 223 return Rectangle(GetOutputDevice().PixelToLogic(Rectangle(Point(0,0), aVisSizePixel))); in GetVisibleArea()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fuinsert.cxx | 696 Size aVisSizePixel = mpWindow->GetOutputSizePixel(); in DoExecute() local 697 … Rectangle aVisAreaWin = mpWindow->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in DoExecute()
|
/aoo4110/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 756 Size aVisSizePixel = pActWin->GetOutputSizePixel(); in disposing() local 757 Rectangle aVisAreaWin = pActWin->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in disposing()
|
Completed in 63 milliseconds