Lines Matching refs:i_dataCellPlayground
1323 void TableControl_Impl::impl_ni_positionChildWindows( Rectangle const & i_dataCellPlayground, in impl_ni_positionChildWindows() argument
1333 lcl_getRowsFittingInto( i_dataCellPlayground.GetHeight(), m_nRowHeightPixel ), in impl_ni_positionChildWindows()
1346 Point( i_dataCellPlayground.Right() + 1, 0 ), in impl_ni_positionChildWindows()
1347 Size( nScrollbarMetrics, i_dataCellPlayground.Bottom() + 1 ) in impl_ni_positionChildWindows()
1358 lcl_getColumnsVisibleWithin( i_dataCellPlayground, m_nLeftColumn, *this, false ), in impl_ni_positionChildWindows()
1370 …TableSize const nVisibleUnits = lcl_getColumnsVisibleWithin( i_dataCellPlayground, m_nLeftColumn, … in impl_ni_positionChildWindows()
1374 …nLeftColumn ].getEnd() + m_aColumnWidths[ nRange-1 ].getWidth() > i_dataCellPlayground.GetWidth() ) in impl_ni_positionChildWindows()
1381 Point( 0, i_dataCellPlayground.Bottom() + 1 ), in impl_ni_positionChildWindows()
1382 Size( i_dataCellPlayground.Right() + 1, nScrollbarMetrics ) in impl_ni_positionChildWindows()
1399 …m_pScrollCorner->SetPosPixel( Point( i_dataCellPlayground.Right() + 1, i_dataCellPlayground.Bottom… in impl_ni_positionChildWindows()
1404 …m_pScrollCorner->SetPosPixel( Point( i_dataCellPlayground.Right() + 1, i_dataCellPlayground.Bottom… in impl_ni_positionChildWindows()
1410 i_dataCellPlayground.GetWidth() + m_nRowHeaderWidthPixel, in impl_ni_positionChildWindows()
1411 i_dataCellPlayground.GetHeight() + m_nColHeaderHeightPixel in impl_ni_positionChildWindows()