Lines Matching refs:xColumns
821 Reference< XNameAccess > xColumns = aIter->second->getColumns(); in getColumnTableRange() local
822 if(xColumns->hasByName(aColName)) in getColumnTableRange()
825 if (xColumns->getByName(aColName) >>= xColumn) in getColumnTableRange()
1694 Reference<XNameAccess> xColumns = _rTable->getColumns(); in appendColumns() local
1695 if ( !xColumns.is() ) in appendColumns()
1698 Sequence< ::rtl::OUString > aColNames = xColumns->getElementNames(); in appendColumns()
1707 if(xColumns->hasByName(*pBegin) && (xColumns->getByName(*pBegin) >>= xColumn) && xColumn.is()) in appendColumns()
1760 Reference<XNameAccess> xColumns = aIter->second->getColumns(); in setSelectColumnName() local
1762 if ( !xColumns->hasByName( rColumnName ) in setSelectColumnName()
1763 || !( xColumns->getByName( rColumnName ) >>= xColumn ) in setSelectColumnName()
2116 Reference<XNameAccess> xColumns = aIter->second->getColumns(); in findColumn() local
2117 …if( xColumns.is() && xColumns->hasByName(rColumnName) && (xColumns->getByName(rColumnName) >>= xCo… in findColumn()