Lines Matching refs:Height

237 	long nPosY = aSize.Height()-1;  in Paint()
258 long nCenterY = (aSize.Height() / 2) - 1; in Paint()
509 long nSizeY = rSize.Height(); in DoResize()
678 nBarY = aHScrollLeft.GetSizePixel().Height(); in DoResize()
695 aVScrSize.Height() -= nBarY; in DoResize()
720 nBarY = pColBar[SC_SPLIT_LEFT]->GetSizePixel().Height(); in DoResize()
742 long nSplitHeight = rSize.Height(); in DoResize()
747 nSplitHeight -= aHScrollLeft.GetSizePixel().Height(); in DoResize()
749 nSplitHeight -= pTabControl->GetSizePixel().Height(); in DoResize()
965 rBorder.Bottom() += aHScrollLeft.GetSizePixel().Height(); in GetBorderSize()
977 rBorder.Top() += pColBar[SC_SPLIT_LEFT]->GetSizePixel().Height(); in GetBorderSize()
1012 pTabControl->GetSizePixel().Height() ) ); in IMPL_LINK()
1152 aPos.Y() += pColBar[SC_SPLIT_LEFT]->GetSizePixel().Height(); in GetGridOffset()
1877 if ( pColBar[SC_SPLIT_LEFT] && pColBar[SC_SPLIT_LEFT]->GetSizePixel().Height() >= nMinPos ) in DoVSplit()
1878 nMinPos = pColBar[SC_SPLIT_LEFT]->GetSizePixel().Height() + 1; in DoVSplit()
1879 nMaxPos = aFrameSize.Height() - SPLIT_MARGIN; in DoVSplit()
1912 long nTopHeight = nSplitPos - pColBar[SC_SPLIT_LEFT]->GetSizePixel().Height(); in DoVSplit()
1963 long nNeededHeight = rSize.Height() + 2 * nBorder; in GetChartInsertPos()
2107 if ( aDesktop.Bottom() - aObjAbs.Bottom() >= rDialogSize.Height() + aSpace.Height() ) in GetChartDialogPos()
2111 aRet.Y() = aObjAbs.Bottom() + aSpace.Height(); in GetChartDialogPos()
2114 else if ( aObjAbs.Top() - aDesktop.Top() >= rDialogSize.Height() + aSpace.Height() ) in GetChartDialogPos()
2118 aRet.Y() = aObjAbs.Top() - rDialogSize.Height() - aSpace.Height(); in GetChartDialogPos()
2136 aRet.Y() = aObjAbs.Top() + ( aObjAbs.GetHeight() - rDialogSize.Height() ) / 2; in GetChartDialogPos()
2141 aRet.Y() = aDesktop.Bottom() - rDialogSize.Height(); in GetChartDialogPos()
2153 if ( aRet.Y() + rDialogSize.Height() - 1 > aDesktop.Bottom() ) in GetChartDialogPos()
2154 aRet.Y() = aDesktop.Bottom() - rDialogSize.Height() + 1; in GetChartDialogPos()
2194 aRel.Y() >= 0 && aRel.Y() < aWinSize.Height() + SPLIT_HANDLE_SIZE ) in lcl_MouseIsOverWin()