Lines Matching refs:xColSup
395 Reference<XColumnsSupplier> xColSup(xTable,UNO_QUERY); in doSaveDoc() local
396 appendColumns(xColSup,bNew); in doSaveDoc()
813 Reference<XColumnsSupplier> xColSup(xKey,UNO_QUERY); in appendPrimaryKey() local
814 if(xColSup.is()) in appendPrimaryKey()
816 appendColumns(xColSup,_bNew,sal_True); in appendPrimaryKey()
817 Reference<XNameAccess> xColumns = xColSup->getColumns(); in appendPrimaryKey()
835 Reference<XColumnsSupplier> xColSup(m_xTable,UNO_QUERY); in loadData() local
836 OSL_ENSURE(xColSup.is(),"No XColumnsSupplier!"); in loadData()
837 Reference<XNameAccess> xColumns = xColSup->getColumns(); in loadData()
1036 Reference<XColumnsSupplier> xColSup(m_xTable,UNO_QUERY_THROW); in alterColumns() local
1037 OSL_ENSURE(xColSup.is(),"What happen here?!"); in alterColumns()
1039 Reference<XNameAccess> xColumns = xColSup->getColumns(); in alterColumns()