Lines Matching refs:_xCols
1531 …DbaseTable::InsertRow(OValueRefVector& rRow, sal_Bool bFlush,const Reference<XIndexAccess>& _xCols) in InsertRow() argument
1546 sal_Bool bInsertRow = UpdateBuffer( rRow, NULL, _xCols ); in InsertRow()
1589 …able::UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const Reference<XIndexAccess>& _xCols) in UpdateRow() argument
1606 if (!UpdateBuffer(rRow, pOrgRow,_xCols) || !WriteBuffer()) in UpdateRow()
1708 …le::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const Reference<XIndexAccess>& _xCols) in UpdateBuffer() argument
1731 if(_xCols != xColumns) in UpdateBuffer()
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()
1833 if(_xCols != xColumns) in UpdateBuffer()
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()