Searched refs:pOrgRow (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 114 …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…
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1589 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()
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | FTable.hxx | 88 …virtual sal_Bool UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const ::com::sun::star::un…
|
Completed in 25 milliseconds