Searched refs:dataColumnCount (Results 1 – 1 of 1) sorted by relevance
903 sal_Int32 const dataColumnCount = xDataModel->getColumnCount(); in notifyRowsInserted() local904 … OSL_ENSURE( dataColumnCount > 0, "UnoControlTableModel::notifyRowsInserted: no columns at all?" ); in notifyRowsInserted()907 if ( ( modelColumnCount == 0 ) && ( dataColumnCount > 0 ) ) in notifyRowsInserted()910 xColumnModel->setDefaultColumns( dataColumnCount ); in notifyRowsInserted()
Completed in 11 milliseconds