Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1275 aTransfer.transferValue( &XRow::getDouble, &XParameters::setDouble ); in impl_copyRows_throw()
1287 aTransfer.transferValue( &XRow::getLong, &XParameters::setLong ); in impl_copyRows_throw()
1291 aTransfer.transferValue( &XRow::getFloat, &XParameters::setFloat ); in impl_copyRows_throw()
1301 aTransfer.transferComplexValue( &XRow::getDate, &XParameters::setDate ); in impl_copyRows_throw()
1305 aTransfer.transferComplexValue( &XRow::getTime, &XParameters::setTime ); in impl_copyRows_throw()
1320 aTransfer.transferValue( &XRow::getBoolean, &XParameters::setBoolean ); in impl_copyRows_throw()
1324 aTransfer.transferValue( &XRow::getByte, &XParameters::setByte ); in impl_copyRows_throw()
1328 aTransfer.transferValue( &XRow::getShort, &XParameters::setShort ); in impl_copyRows_throw()
1332 aTransfer.transferValue( &XRow::getInt, &XParameters::setInt ); in impl_copyRows_throw()
1336 aTransfer.transferComplexValue( &XRow::getBlob, &XParameters::setBlob ); in impl_copyRows_throw()
[all …]

Completed in 25 milliseconds