Lines Matching refs:mnCol
107 while( nColSpan && (aPos.mnCol < nColCount ) ) in getCellSize()
109 if( ((sal_Int32)maColumns.size()) <= aPos.mnCol ) in getCellSize()
112 width += maColumns[aPos.mnCol++].mnSize; in getCellSize()
136 … if( (rPos.mnCol < ((sal_Int32)maColumns.size()) && (rPos.mnRow < ((sal_Int32)maRows.size()) ) ) ) in getCellArea()
138 const sal_Int32 x = maColumns[rPos.mnCol].mnPos; in getCellArea()
881 for( aPos.mnCol = 0; aPos.mnCol < nColCount; aPos.mnCol++ ) in updateCells()
908 xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( rPos.mnCol, rPos.mnRow ).get() ) ); in getCell()
1046 for( aPos.mnCol = 0; aPos.mnCol < nColCount; aPos.mnCol++ ) in UpdateBorderLayout()
1059 const sal_Int32 nLastCol = xCell->getColumnSpan() + aPos.mnCol; in UpdateBorderLayout()
1063 SetBorder( aPos.mnCol, nRow, false, pThisAttr->GetLeft() ); in UpdateBorderLayout()
1067 for( sal_Int32 nCol = aPos.mnCol; nCol < nLastCol; nCol++ ) in UpdateBorderLayout()