Lines Matching refs:nPos

1596 	long nPos = m_aHeader.db_kopf + (long)(m_nFilePos-1) * m_aHeader.db_slng;  in UpdateRow()  local
1597 m_pFileStream->Seek(nPos); in UpdateRow()
1653 sal_Int32 nPos = 1; in DeleteRow() local
1654 for(;aIter != _rCols.get().end();++aIter,++nPos) in DeleteRow()
1662 pIndex->Delete(m_nFilePos,*(aRow->get())[nPos]); in DeleteRow()
1730 sal_Int32 nPos = i; in UpdateBuffer() local
1737 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1740 ::cppu::extractInterface(xFindCol,_xCols->getByIndex(nPos)); in UpdateBuffer()
1745 if (nPos >= _xCols->getCount()) in UpdateBuffer()
1749 ++nPos; in UpdateBuffer()
1755 …if(pOrgRow.isValid() && (rRow.get()[nPos]->getValue().isNull() || rRow.get()[nPos] == (pOrgRow->ge… in UpdateBuffer()
1765 if (pIndex->Find(0,*rRow.get()[nPos])) in UpdateBuffer()
1832 sal_Int32 nPos = i; in UpdateBuffer() local
1838 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1841 ::cppu::extractInterface(xFindCol,_xCols->getByIndex(nPos)); in UpdateBuffer()
1845 if (nPos >= _xCols->getCount()) in UpdateBuffer()
1854 ++nPos; // the row values start at 1 in UpdateBuffer()
1856 if ( !rRow.get()[nPos]->isBound() ) in UpdateBuffer()
1869 if (pOrgRow.isValid() && !rRow.get()[nPos]->getValue().isNull() )//&& pVal->isModified()) in UpdateBuffer()
1870 pIndex->Update(m_nFilePos,*(pOrgRow->get())[nPos],*rRow.get()[nPos]); in UpdateBuffer()
1872 pIndex->Insert(m_nFilePos,*rRow.get()[nPos]); in UpdateBuffer()
1876 if (rRow.get()[nPos]->getValue().isNull()) in UpdateBuffer()
1900 lcl_CalcJulDate(nJulianDate,nJulianTime,rRow.get()[nPos]->getValue()); in UpdateBuffer()
1914 if(rRow.get()[nPos]->getValue().getTypeKind() == DataType::DOUBLE) in UpdateBuffer()
1915 aDate = ::dbtools::DBTypeConversion::toDate(rRow.get()[nPos]->getValue().getDouble()); in UpdateBuffer()
1917 aDate = rRow.get()[nPos]->getValue(); in UpdateBuffer()
1936 sal_Int32 nValue = rRow.get()[nPos]->getValue(); in UpdateBuffer()
1947 const double d = rRow.get()[nPos]->getValue(); in UpdateBuffer()
1967 const double n = rRow.get()[nPos]->getValue(); in UpdateBuffer()
1978 *rRow.get()[nPos] = toDouble(aDefaultValue); in UpdateBuffer()
2004 *pData = rRow.get()[nPos]->getValue().getBool() ? 'T' : 'F'; in UpdateBuffer()
2016 if (!m_pMemoStream || !WriteMemo(rRow.get()[nPos]->get(), nBlockNo)) in UpdateBuffer()
2031 ::rtl::OUString sStringToWrite( rRow.get()[nPos]->getValue().getString() ); in UpdateBuffer()
2579 sal_Int32 nPos = _nPos + 1; // +1 because we always have the bookmark column as well in copyData() local
2593 (aRow->get())[nPos]->setBound(sal_False); in copyData()
2614 if(nPos != nCount) in copyData()
2700 sal_Int32 nPos = m_aHeader.db_kopf + (sal_Int32)(m_nFilePos-1) * nEntryLen; in seekRow() local
2702 sal_uIntPtr nLen = m_pFileStream->Seek(nPos); in seekRow()
2877 long nPos = m_aHeader.db_kopf + (long)(m_nFilePos-1) * m_aHeader.db_slng; in WriteBuffer() local
2878 m_pFileStream->Seek(nPos); in WriteBuffer()