Searched refs:xFindCol (Results 1 – 1 of 1) sorted by relevance
1739 Reference<XPropertySet> xFindCol; in UpdateBuffer() local1740 ::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() local1841 ::cppu::extractInterface(xFindCol,_xCols->getByIndex(nPos)); in UpdateBuffer()1842 …if(aCase(getString(xFindCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERT… in UpdateBuffer()
Completed in 21 milliseconds