Home
last modified time | relevance | path

Searched refs:_rxSup (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx785 void OTableController::appendPrimaryKey(Reference<XKeysSupplier>& _rxSup,sal_Bool _bNew) in appendPrimaryKey() argument
787 if(!_rxSup.is()) in appendPrimaryKey()
790 OSL_ENSURE(_rxSup.is(),"No XKeysSupplier!"); in appendPrimaryKey()
791 Reference<XIndexAccess> xKeys(_rxSup->getKeys(),UNO_QUERY); in appendPrimaryKey()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1235 void OCopyTableWizard::appendKey( Reference<XKeysSupplier>& _rxSup, const ODatabaseExport::TColumnV… in appendKey() argument
1238 if(!_rxSup.is()) in appendKey()
1240 OSL_ENSURE(_rxSup.is(),"No XKeysSupplier!"); in appendKey()
1241 Reference<XDataDescriptorFactory> xKeyFactory(_rxSup->getKeys(),UNO_QUERY); in appendKey()
/trunk/main/dbaccess/source/ui/inc/
H A DTableController.hxx70 …(::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XKeysSupplier>& _rxSup,sal_Bool _bNew);
H A DWCopyTable.hxx293 …void appendKey(::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XKeysSupplier>& _rxSup,c…

Completed in 46 milliseconds