Lines Matching refs:aWin
317 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in ArrangeGUIElements() local
320 aWin = pWindow->PixelToLogic(aWin); in ArrangeGUIElements()
321 pOutlinerView->SetOutputArea(aWin); in ArrangeGUIElements()
328 aText.Bottom() += aWin.GetHeight(); in ArrangeGUIElements()
330 if (!aWin.IsEmpty()) // nicht beim Oeffnen in ArrangeGUIElements()
1236 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in SetZoom() local
1237 aWin = pWindow->PixelToLogic(aWin); in SetZoom()
1238 pOutlinerView->SetOutputArea(aWin); in SetZoom()
1261 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in SetZoomRect() local
1262 aWin = pWindow->PixelToLogic(aWin); in SetZoomRect()
1263 pOutlinerView->SetOutputArea(aWin); in SetZoomRect()