Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1046 void transferValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferValue() function in dbaui::__anon8cab26380311::ValueTransfer
1277 aTransfer.transferValue( &XRow::getDouble, &XParameters::setDouble ); in impl_copyRows_throw()
1289 aTransfer.transferValue( &XRow::getLong, &XParameters::setLong ); in impl_copyRows_throw()
1293 aTransfer.transferValue( &XRow::getFloat, &XParameters::setFloat ); in impl_copyRows_throw()
1322 aTransfer.transferValue( &XRow::getBoolean, &XParameters::setBoolean ); in impl_copyRows_throw()
1326 aTransfer.transferValue( &XRow::getByte, &XParameters::setByte ); in impl_copyRows_throw()
1330 aTransfer.transferValue( &XRow::getShort, &XParameters::setShort ); in impl_copyRows_throw()
1334 aTransfer.transferValue( &XRow::getInt, &XParameters::setInt ); in impl_copyRows_throw()

Completed in 56 milliseconds