Home
last modified time | relevance | path

Searched refs:xFindCol (Results 1 – 1 of 1) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1739 Reference<XPropertySet> xFindCol; in UpdateBuffer() local
1740 ::cppu::extractInterface(xFindCol,_xCols->getByIndex(nPos)); in UpdateBuffer()
1741 OSL_ENSURE(xFindCol.is(),"ODbaseTable::UpdateBuffer column is null!"); in UpdateBuffer()
1742 …if(aCase(getString(xFindCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERT… in UpdateBuffer()
1840 Reference<XPropertySet> xFindCol; in UpdateBuffer() local
1841 ::cppu::extractInterface(xFindCol,_xCols->getByIndex(nPos)); in UpdateBuffer()
1842 …if(aCase(getString(xFindCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERT… in UpdateBuffer()

Completed in 28 milliseconds