Home
last modified time | relevance | path

Searched refs:dataColumnCount (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx903 sal_Int32 const dataColumnCount = xDataModel->getColumnCount(); in notifyRowsInserted() local
904 … 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 29 milliseconds