Lines Matching refs:Height
69 if ( nTxtHeight > aCtrlSize.Height() ) in ImplPosControls()
70 aCtrlSize.Height() = nTxtHeight; in ImplPosControls()
75 long nHeight = pChild->GetSizePixel().Height(); in ImplPosControls()
94 aTabSize.Height() + IMPL_DIALOG_OFFSET*2 + nOffY ); in ImplPosControls()
112 aTabOffset.Y() += aViewSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
113 aDlgSize.Height() += aViewSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
118 nViewOffY = aTabOffset.Y()+aTabSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
121 aDlgSize.Height() += aViewSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
127 nViewHeight = aTabSize.Height(); in ImplPosControls()
136 nViewHeight = aTabSize.Height(); in ImplPosControls()
155 long nY = aDlgSize.Height(); in ImplPosControls()
178 nY += aCtrlSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
189 pChild2->SetPosPixel( Point( nTopX, (nOffY-aChildSize.Height())/2 ) ); in ImplPosControls()
197 aDlgSize.Height() += nLines * (aCtrlSize.Height()+IMPL_DIALOG_OFFSET); in ImplPosControls()