Lines Matching refs:getColumnCount
438 if( !mxTable.is() || !hasSelectedCells() || (mxTable->getColumnCount() <= 1) ) in GetState()
522 aStart.mnCol = mxTable->getColumnCount() - 1; in onInsert()
600 aEnd.mnCol = mxTable->getColumnCount() - 1; in onInsert()
640 if( nRemovedColumns == mxTable->getColumnCount() ) in onDelete()
682 const sal_Int32 nColCount = mxTable->getColumnCount(); in onSelect()
870 const sal_Int32 nColCount = mxTable->getColumnCount(); in SetTableStyle()
1041 const sal_Int32 nColCount = mxTable->getColumnCount(); in SplitMarkedCells()
1072 aEnd.mnCol += mxTable->getColumnCount() - nColCount; in SplitMarkedCells()
1631 if( rPos.mnCol >= mxTable->getColumnCount() ) in checkCell()
1632 rPos.mnCol = mxTable->getColumnCount()-1; in checkCell()
1854 rLast.mnCol = mxTable->getColumnCount()-1; in getSelectedCells()
1905 CellPos aPos1, aPos2( mxTable->getColumnCount()-1, mxTable->getRowCount()-1 ); in selectAll()
2216 const sal_Int32 nColCount = mxTable->getColumnCount(); in ApplyBorderAttr()
2468 sal_Int32 nPasteColumns = xPasteTable->getColumnCount(); in PasteObject()
2477 sal_Int32 nColumns = mxTable->getColumnCount(); in PasteObject()
2619 CellPos aStart( 0, row ), aEnd( mxTable->getColumnCount() - 1, row ); in selectRow()
2637 CellPos aStart( 0, row ), aEnd( mxTable->getColumnCount() - 1, row ); in deselectRow()
2657 … && (nRow >= aFirstPos.mnRow && nRow <= aLastPos.mnRow) && (mxTable->getColumnCount() - 1 == aLast… in isRowSelected()