Lines Matching refs:mnHeight
123 mnHeight( nHeight ), in ArrayImpl()
133 maCells.resize( mnWidth * mnHeight ); in ArrayImpl()
135 maHeights.resize( mnHeight, 0L ); in ArrayImpl()
137 maYCoords.resize( mnHeight + 1, 0L ); in ArrayImpl()
175 while( (nLastRow < mnHeight) && GetCell( nCol, nLastRow ).mbOverlapY ) ++nLastRow; in GetMergedLastRow()
372 Initialize( mxImpl->mnWidth, mxImpl->mnHeight ); in Clear()
382 return mxImpl->mnHeight; in GetRowCount()
459 for( size_t nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in SetColumnStyleLeft()
466 for( size_t nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in SetColumnStyleRight()
685 …DBG_FRAME_CHECK( mxImpl->GetMergedLastRow( nCol, nRow ) + 1 == mxImpl->mnHeight, "SetAddMergedBott… in SetAddMergedBottomSize()
770 SetClipRange( 0, 0, mxImpl->mnWidth - 1, mxImpl->mnHeight - 1 ); in RemoveClipRange()
873 return GetRowPosition( mxImpl->mnHeight ) - GetRowPosition( 0 ); in GetHeight()
940 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfX()
948 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfX()
974 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfY()
982 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfY()
1217 if( mxImpl->mnWidth && mxImpl->mnHeight ) in DrawArray()
1218 DrawRange( rDev, 0, 0, mxImpl->mnWidth - 1, mxImpl->mnHeight - 1, pForceColor ); in DrawArray()