Lines Matching refs:mnWidth

122     mnWidth( nWidth ),  in ArrayImpl()
133 maCells.resize( mnWidth * mnHeight ); in ArrayImpl()
134 maWidths.resize( mnWidth, 0L ); in ArrayImpl()
136 maXCoords.resize( mnWidth + 1, 0L ); in ArrayImpl()
168 while( (nLastCol < mnWidth) && GetCell( nLastCol, nRow ).mbOverlapX ) ++nLastCol; in GetMergedLastCol()
372 Initialize( mxImpl->mnWidth, mxImpl->mnHeight ); in Clear()
377 return mxImpl->mnWidth; in GetColCount()
393 return mxImpl->mnWidth ? (nCellIndex % mxImpl->mnWidth) : 0; in GetColFromIndex()
399 return mxImpl->mnWidth ? (nCellIndex / mxImpl->mnWidth) : 0; in GetRowFromIndex()
473 for( size_t nCol = 0; nCol < mxImpl->mnWidth; ++nCol ) in SetRowStyleTop()
480 for( size_t nCol = 0; nCol < mxImpl->mnWidth; ++nCol ) in SetRowStyleBottom()
644 … lclSetMergedRange( mxImpl->maCells, mxImpl->mnWidth, nFirstCol, nFirstRow, nLastCol, nLastRow ); in SetMergedRange()
669 …DBG_FRAME_CHECK( mxImpl->GetMergedLastCol( nCol, nRow ) + 1 == mxImpl->mnWidth, "SetAddMergedRight… in SetAddMergedRightSize()
770 SetClipRange( 0, 0, mxImpl->mnWidth - 1, mxImpl->mnHeight - 1 ); in RemoveClipRange()
868 return GetColPosition( mxImpl->mnWidth ) - GetColPosition( 0 ); in GetWidth()
942 for( nCol = 0; nCol < mxImpl->mnWidth; ++nCol ) in MirrorSelfX()
950 for( nCol = 0; nCol < mxImpl->mnWidth; ++nCol ) in MirrorSelfX()
956 lclSetMergedRange( aNewCells, mxImpl->mnWidth, in MirrorSelfX()
976 for( nCol = 0; nCol < mxImpl->mnWidth; ++nCol ) in MirrorSelfY()
984 for( nCol = 0; nCol < mxImpl->mnWidth; ++nCol ) in MirrorSelfY()
990 lclSetMergedRange( aNewCells, mxImpl->mnWidth, in MirrorSelfY()
1217 if( mxImpl->mnWidth && mxImpl->mnHeight ) in DrawArray()
1218 DrawRange( rDev, 0, 0, mxImpl->mnWidth - 1, mxImpl->mnHeight - 1, pForceColor ); in DrawArray()