Lines Matching refs:aWinSize
1438 Size aWinSize = GetOutputSizePixel(); in ImplInitExtraField() local
1440 maExtraRect.Move(aWinSize.Width() - maExtraRect.GetWidth() - maExtraRect.Left(), 0); in ImplInitExtraField()
1442 maExtraRect.Move(0, aWinSize.Height() - maExtraRect.GetHeight() - maExtraRect.Top()); in ImplInitExtraField()
2382 Size aWinSize = GetOutputSizePixel(); in Resize() local
2387 if ( aWinSize.Height() != mnHeight ) in Resize()
2388 nNewHeight = aWinSize.Height(); in Resize()
2394 if ( aWinSize.Width() != mnWidth ) in Resize()
2395 nNewHeight = aWinSize.Width(); in Resize()
2430 ((aWinSize.Width() > RULER_MIN_SIZE) && (aWinSize.Height() > RULER_MIN_SIZE)) ) in Resize()
2433 mnVirWidth = aWinSize.Width()-mnVirOff; in Resize()
2435 mnVirWidth = aWinSize.Height()-mnVirOff; in Resize()
2455 if ( mnWidth < aWinSize.Width() ) in Resize()
2458 aRect.Left() = aWinSize.Width()-RULER_RESIZE_OFF; in Resize()
2465 if ( mnHeight < aWinSize.Height() ) in Resize()
2468 aRect.Top() = aWinSize.Height()-RULER_RESIZE_OFF; in Resize()
2479 mnWidth = aWinSize.Width(); in Resize()
2480 mnHeight = aWinSize.Height(); in Resize()