Home
last modified time | relevance | path

Searched refs:xColSupp (Results 1 – 8 of 8) sorted by path

/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx119 Reference< XColumnsSupplier > xColSupp( _rSourceDescriptor, UNO_QUERY_THROW ); in cloneDescriptorColumns() local
120 Reference< XIndexAccess > xSourceCols( xColSupp->getColumns(), UNO_QUERY_THROW ); in cloneDescriptorColumns()
122 xColSupp.set( _rDestDescriptor, UNO_QUERY_THROW ); in cloneDescriptorColumns()
123 Reference< XAppend > xDestAppend( xColSupp->getColumns(), UNO_QUERY_THROW ); in cloneDescriptorColumns()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx509 Reference< XColumnsSupplier > xColSupp(m_xTable, UNO_QUERY); in doEditIndexes() local
510 OSL_ENSURE(xColSupp.is(), "OTableController::doEditIndexes: no columns supplier!"); in doEditIndexes()
511 if (xColSupp.is()) in doEditIndexes()
513 Reference< XNameAccess > xCols = xColSupp->getColumns(); in doEditIndexes()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx368 com::sun::star::uno::Reference<com::sun::star::sdbcx::XColumnsSupplier> xColSupp,
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx220 Reference<sdbcx::XColumnsSupplier> xColSupp, in SwInsertDBColAutoPilot() argument
276 if(xColSupp.is()) in SwInsertDBColAutoPilot()
301 Reference <XNameAccess> xCols = xColSupp->getColumns(); in SwInsertDBColAutoPilot()
H A Ddbmgr.cxx2701 uno::Reference< XColumnsSupplier > xColSupp( xResSet, UNO_QUERY ); in InsertText() local
2712 xColSupp, in InsertText()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx876 uno::Reference<sdbcx::XColumnsSupplier> xColSupp, in CreateSwInsertDBColAutoPilot() argument
883 pDlg = new SwInsertDBColAutoPilot( rView, rxSource, xColSupp, rData ); in CreateSwInsertDBColAutoPilot()
H A Dswdlgfact.hxx450 com::sun::star::uno::Reference<com::sun::star::sdbcx::XColumnsSupplier> xColSupp,
/trunk/main/sw/source/ui/shells/
H A Dtextsh2.cxx272 Reference< XColumnsSupplier> xColSupp; in IMPL_STATIC_LINK() local
274 xColSupp = SwNewDBMgr::GetColumnSupplier(xConnection, in IMPL_STATIC_LINK()
279 if( xColSupp.is() ) in IMPL_STATIC_LINK()
286 xColSupp, in IMPL_STATIC_LINK()

Completed in 64 milliseconds