Home
last modified time | relevance | path

Searched refs:pOrgRow (Results 1 – 3 of 3) sorted by path

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1589 sal_Bool ODbaseTable::UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const Reference<XIndex… in UpdateRow() argument
1606 if (!UpdateBuffer(rRow, pOrgRow,_xCols) || !WriteBuffer()) in UpdateRow()
1708 sal_Bool ODbaseTable::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const Reference<XInd… in UpdateBuffer() argument
1755 …if(pOrgRow.isValid() && (rRow.get()[nPos]->getValue().isNull() || rRow.get()[nPos] == (pOrgRow->ge… 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()
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx114 …sal_Bool UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const ::com::sun::star::uno::Ref…
166 …virtual sal_Bool UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const ::com::sun::star::un…
/trunk/main/connectivity/source/inc/file/
H A DFTable.hxx88 …virtual sal_Bool UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const ::com::sun::star::un…

Completed in 28 milliseconds