Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1242 sal_Int32 nSourceColumn( 1 ); in impl_copyRows_throw() local
1243 ValueTransfer aTransfer( nSourceColumn, nDestColumn, aSourceColTypes, xRow, xStatementParams ); in impl_copyRows_throw()
1250 ++nSourceColumn; in impl_copyRows_throw()
1262 … if ( ( nSourceColumn < 1 ) || ( nSourceColumn >= (sal_Int32)aSourceColTypes.size() ) ) in impl_copyRows_throw()
1271 switch ( aSourceColTypes[ nSourceColumn ] ) in impl_copyRows_throw()
1313 if ( aSourcePrec[nSourceColumn] > 1 ) in impl_copyRows_throw()
1347 …ge.indexOfAsciiL( "$type$", 6 ), 6, ::rtl::OUString::valueOf( aSourceColTypes[ nSourceColumn ] ) ); in impl_copyRows_throw()
1348 …ge.replaceAt( aMessage.indexOfAsciiL( "$pos$", 5 ), 5, ::rtl::OUString::valueOf( nSourceColumn ) ); in impl_copyRows_throw()
1357 ++nSourceColumn; in impl_copyRows_throw()

Completed in 20 milliseconds