Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablemodel.cxx146 const sal_Int32 nColCount = xSourceTable->getColumnCountImpl(); in TableModel()
349 return getColumnCountImpl(); in getColumnCount()
549 sal_Int32 TableModel::getColumnCountImpl() const in getColumnCountImpl() function in sdr::table::TableModel
640 const sal_Int32 nColCount = getColumnCountImpl(); in notifyModification()
686 if( ((nRow >= 0) && (nRow < getRowCountImpl())) && (nCol >= 0) && (nCol < getColumnCountImpl()) ) in getCell()
812 sal_Int32 nColCount = getColumnCountImpl(); in removeColumns()
933 const sal_Int32 nColCount = getColumnCountImpl(); in insertRows()
1017 const sal_Int32 nColCount = getColumnCountImpl(); in removeRows()
1091 if( (nColumn >= 0) && (nColumn < getColumnCountImpl()) ) in getColumn()
1108 sal_Int32 nCol = getColumnCountImpl() - 1; in optimize()
[all …]
H A Dtablemodel.hxx156 sal_Int32 getColumnCountImpl() const;

Completed in 18 milliseconds