Lines Matching refs:aSz

110 	Size aSz = pPrinter->GetOutputSize();  in lcl_PrintHeader()  local
131 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader()
136 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader()
1522 Size aSz( aFont.GetSize() ); in ModulWindowLayout() local
1523 aSz.Height() *= 3; in ModulWindowLayout()
1524 aSz.Height() /= 2; in ModulWindowLayout()
1525 aFont.SetSize( aSz ); in ModulWindowLayout()
1551 Size aSz = GetOutputSizePixel(); in ArrangeWindows() local
1555 long nMaxPos = aSz.Height() - SPLIT_MARGIN; in ArrangeWindows()
1562 nVSplitPos = aSz.Height() * 3 / 4; in ArrangeWindows()
1568 nHSplitPos = aSz.Width() * 2 / 3; in ArrangeWindows()
1572 nVSplitPos = ( nVSplitPos < nMinPos ) ? 0 : ( aSz.Height() - SPLIT_HEIGHT ); in ArrangeWindows()
1575 aXEWSz.Width() = aSz.Width(); in ArrangeWindows()
1583 aVSplitter.SetDragRectPixel( Rectangle( Point( 0, 0 ), Size( aSz.Width(), aSz.Height() ) ) ); in ArrangeWindows()
1585 aVSplitter.SetSizePixel( Size( aSz.Width(), SPLIT_HEIGHT ) ); in ArrangeWindows()
1587 …ragRectPixel( Rectangle( Point( 0, nVSplitPos+SPLIT_HEIGHT ), Size( aSz.Width(), aSz.Height() - nV… in ArrangeWindows()
1589 aHSplitter.SetSizePixel( Size( SPLIT_HEIGHT, aSz.Height() - nVSplitPos ) ); in ArrangeWindows()
1594 aWWSz.Height() = aSz.Height() - aWWPos.Y(); in ArrangeWindows()
1600 aSWSz.Width() = aSz.Width() - aSWPos.X(); in ArrangeWindows()
1601 aSWSz.Height() = aSz.Height() - aSWPos.Y(); in ArrangeWindows()
1610 long nHDoubleClickSplitPosX = aSz.Width()-aHSplitter.GetSizePixel().Width(); in ArrangeWindows()
1615 long nHDoubleClickSplitPosY = aSz.Height()-aVSplitter.GetSizePixel().Height(); in ArrangeWindows()
1637 Size aSz = GetOutputSizePixel(); in IsToBeDocked() local
1638 if ( ( aPosInMe.X() > 0 ) && ( aPosInMe.X() < aSz.Width() ) && in IsToBeDocked()
1639 ( aPosInMe.Y() > 0 ) && ( aPosInMe.Y() < aSz.Height() ) ) in IsToBeDocked()
1647 rRect.SetSize( Size( nHSplitPos, aSz.Height() - nVSplitPos ) ); in IsToBeDocked()
1656 rRect.SetSize( Size( aSz.Width() - nHSplitPos, aSz.Height() - nVSplitPos ) ); in IsToBeDocked()