Lines Matching refs:m_nY
848 if( it->m_nY >= nRows ) in getOptimalSize()
849 nRows = it->m_nY+1; in getOptimalSize()
865 if( aSize.Height() > o_rRowHeights[ it->m_nY ] ) in getOptimalSize()
866 o_rRowHeights[ it->m_nY ] = aSize.Height(); in getOptimalSize()
869 if( it->m_nExpandPriority > o_rRowPrio[ it->m_nY ] ) in getOptimalSize()
870 o_rRowPrio[ it->m_nY ] = it->m_nExpandPriority; in getOptimalSize()
985 Point aCellPos( aColumnX[it->m_nX], aRowY[it->m_nY] ); in resize()
986 Size aCellSize( aColumnWidths[it->m_nX], aRowHeights[it->m_nY] ); in resize()
1009 rEle.m_nY = i_nY; in addWindow()
1024 m_aMatrixMap.erase( getMap( it->m_nX, it->m_nY ) ); in remove()
1049 rEle.m_nY = i_nY; in addChild()
1064 m_aMatrixMap.erase( getMap( it->m_nX, it->m_nY ) ); in remove()