Lines Matching refs:aWinSize
729 Size aWinSize = pGridWin[eUsedPart]->GetOutputSizePixel(); in CalcZoom() local
734 aWinSize.Width() += GetGridWidth( SC_SPLIT_LEFT ); in CalcZoom()
736 aWinSize.Height() += GetGridHeight( SC_SPLIT_TOP ); in CalcZoom()
748 nPPTX, nPPTY, nTest, aWinSize.Width(), aWinSize.Height(), in CalcZoom()
800 Size aWinSize = pGridWin[SC_SPLIT_BOTTOMLEFT]->GetOutputSizePixel(); in CalcZoom() local
808 aWinSize.Width() += nOtherWidth; in CalcZoom()
813 else if ( nOtherWidth > aWinSize.Width() ) in CalcZoom()
814 aWinSize.Width() = nOtherWidth; in CalcZoom()
823 aWinSize.Height() += nOtherHeight; in CalcZoom()
828 else if ( nOtherHeight > aWinSize.Height() ) in CalcZoom()
829 aWinSize.Height() = nOtherHeight; in CalcZoom()
835 long nZoomX = (long) ( aWinSize.Width() * 100 / in CalcZoom()
837 long nZoomY = (long) ( aWinSize.Height() * 100 / in CalcZoom()