Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx353 Sequence< Any > m_aSourceSelection; member in dbaui::CopyTableWizard
402 ,m_aSourceSelection() in CopyTableWizard()
847 OSL_VERIFY( i_rDescriptor->getPropertyValue( PROPERTY_SELECTION ) >>= m_aSourceSelection ); in impl_extractSourceResultSet_throw()
854 const bool bHasSelection = ( m_aSourceSelection.getLength() != 0 ); in impl_extractSourceResultSet_throw()
1191 const bool bSelectedRecordsOnly = m_aSourceSelection.getLength() != 0; in impl_copyRows_throw()
1192 const Any* pSelectedRow = m_aSourceSelection.getConstArray(); in impl_copyRows_throw()
1193 const Any* pSelEnd = pSelectedRow + m_aSourceSelection.getLength(); in impl_copyRows_throw()

Completed in 15 milliseconds