Searched refs:_rxSup (Results 1 – 4 of 4) sorted by relevance
785 void OTableController::appendPrimaryKey(Reference<XKeysSupplier>& _rxSup,sal_Bool _bNew) in appendPrimaryKey() argument787 if(!_rxSup.is()) in appendPrimaryKey()790 OSL_ENSURE(_rxSup.is(),"No XKeysSupplier!"); in appendPrimaryKey()791 Reference<XIndexAccess> xKeys(_rxSup->getKeys(),UNO_QUERY); in appendPrimaryKey()
1235 void OCopyTableWizard::appendKey( Reference<XKeysSupplier>& _rxSup, const ODatabaseExport::TColumnV… in appendKey() argument1238 if(!_rxSup.is()) in appendKey()1240 OSL_ENSURE(_rxSup.is(),"No XKeysSupplier!"); in appendKey()1241 Reference<XDataDescriptorFactory> xKeyFactory(_rxSup->getKeys(),UNO_QUERY); in appendKey()
70 …(::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XKeysSupplier>& _rxSup,sal_Bool _bNew);
293 …void appendKey(::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XKeysSupplier>& _rxSup,c…
Completed in 26 milliseconds