Lines Matching refs:GetDataRowHeight
160 ButtonFrame( rPos, Size( Width()-1, rBox.GetDataRowHeight()-1 ), in Draw()
166 Point( rPos.X(), rPos.Y()+rBox.GetDataRowHeight()-1 ), in Draw()
167 Point( rPos.X() + Width() - 1, rPos.Y()+rBox.GetDataRowHeight()-1 ) ); in Draw()
170 Point( rPos.X() + Width() - 1, rPos.Y()+rBox.GetDataRowHeight()-1 ) ); in Draw()
176 Size( Width()-1, rBox.GetDataRowHeight()-1 ) ), in Draw()
188 Size( nWidth-2*MIN_COLUMNWIDTH, rBox.GetDataRowHeight()-1 ) ), in Draw()
345 : rPosPixel.Y() / pBox->GetDataRowHeight(); in CreateBrowseEvent()
371 Point( nColX, nRelRow * pBox->GetDataRowHeight() ), in CreateBrowseEvent()
373 pBox->GetDataRowHeight() ) ); in CreateBrowseEvent()
471 …ong nDividerDistance = GetParent()->GetDataRowHeight() - ( _rEvent.GetPosPixel().Y() % GetParent()… in ImplRowDividerHitTest()
557 long nDataRowHeight = GetParent()->GetDataRowHeight(); in StartRowDividerDrag()