Lines Matching refs:Height

136             Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) );  in lcl_PrintHeader()
875 long nVisHeight = GetOutputSizePixel().Height(); in EditMacro()
984 aPaperSz.Height() -= (TMARGPRN+BMARGPRN); in FormatAndPrint()
987 sal_uInt16 nLinespPage = (sal_uInt16) (aPaperSz.Height()/nLineHeight); in FormatAndPrint()
1006 if ( aPos.Y() > ( aPaperSz.Height()+TMARGPRN ) ) in FormatAndPrint()
1523 aSz.Height() *= 3; in ModulWindowLayout()
1524 aSz.Height() /= 2; in ModulWindowLayout()
1555 long nMaxPos = aSz.Height() - SPLIT_MARGIN; in ArrangeWindows()
1562 nVSplitPos = aSz.Height() * 3 / 4; in ArrangeWindows()
1572 nVSplitPos = ( nVSplitPos < nMinPos ) ? 0 : ( aSz.Height() - SPLIT_HEIGHT ); in ArrangeWindows()
1576 aXEWSz.Height() = nVSplitPos + 1; in ArrangeWindows()
1583 aVSplitter.SetDragRectPixel( Rectangle( Point( 0, 0 ), Size( aSz.Width(), aSz.Height() ) ) ); in ArrangeWindows()
1587 …( Rectangle( Point( 0, nVSplitPos+SPLIT_HEIGHT ), Size( aSz.Width(), aSz.Height() - nVSplitPos - S… in ArrangeWindows()
1589 aHSplitter.SetSizePixel( Size( SPLIT_HEIGHT, aSz.Height() - nVSplitPos ) ); in ArrangeWindows()
1594 aWWSz.Height() = aSz.Height() - aWWPos.Y(); in ArrangeWindows()
1601 aSWSz.Height() = aSz.Height() - aSWPos.Y(); in ArrangeWindows()
1615 long nHDoubleClickSplitPosY = aSz.Height()-aVSplitter.GetSizePixel().Height(); in ArrangeWindows()
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()