Lines Matching refs:getCount
695 if(m_pFileStream && (!m_pIndexes || m_pIndexes->getCount() == 0)) in refreshIndexes()
1206 const sal_Int32 nCount = xColumns->getCount(); in CreateFile()
1248 (*m_pFileStream) << (sal_uInt16)((m_pColumns->getCount()+1) * 32 + 1); // Kopfinformationen, in CreateFile()
1262 const sal_Int32 nCount = xColumns->getCount(); in CreateFile()
1483 sal_Int32 i = _pIndexes->getCount(); in Drop_Static()
1636 for (sal_uInt16 i = 0; i < m_pColumns->getCount(); i++) in DeleteRow()
1687 for(sal_Int32 i=0;i<m_pIndexes->getCount();++i) in isUniqueByColumnName()
1721 const sal_Int32 nColumnCount = m_pColumns->getCount(); in UpdateBuffer()
1737 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1745 if (nPos >= _xCols->getCount()) in UpdateBuffer()
1838 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1845 if (nPos >= _xCols->getCount()) in UpdateBuffer()
2225 if(index < 0 || index >= m_pColumns->getCount()) in alterColumnByIndex()
2238 if(index < 0 || index >= m_pColumns->getCount()) in alterColumn()
2282 for(;i < m_pColumns->getCount();++i) in alterColumn()
2434 for(sal_Int32 i=0;i < m_pColumns->getCount();++i) in addColumn()
2470 copyData(pNewTable,pNewTable->m_pColumns->getCount()); in addColumn()
2507 for(sal_Int32 i=0;i < m_pColumns->getCount();++i) in dropColumn()
2580 OValueRefRow aRow = new OValueRefVector(m_pColumns->getCount()); in copyData()
2584 aInsertRow = new OValueRefVector(_pNewTable->m_pColumns->getCount()); in copyData()