Lines Matching refs:xColSup
397 Reference<XColumnsSupplier> xColSup(xTable,UNO_QUERY); in doSaveDoc() local
398 appendColumns(xColSup,bNew); in doSaveDoc()
815 Reference<XColumnsSupplier> xColSup(xKey,UNO_QUERY); in appendPrimaryKey() local
816 if(xColSup.is()) in appendPrimaryKey()
818 appendColumns(xColSup,_bNew,sal_True); in appendPrimaryKey()
819 Reference<XNameAccess> xColumns = xColSup->getColumns(); in appendPrimaryKey()
837 Reference<XColumnsSupplier> xColSup(m_xTable,UNO_QUERY); in loadData() local
838 OSL_ENSURE(xColSup.is(),"No XColumnsSupplier!"); in loadData()
839 Reference<XNameAccess> xColumns = xColSup->getColumns(); in loadData()
1038 Reference<XColumnsSupplier> xColSup(m_xTable,UNO_QUERY_THROW); in alterColumns() local
1039 OSL_ENSURE(xColSup.is(),"What happen here?!"); in alterColumns()
1041 Reference<XNameAccess> xColumns = xColSup->getColumns(); in alterColumns()