Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/app/
H A DAppController.cxx1753 SelectionByElementType::iterator pendingSelection = m_aPendingSelection.find( _eType ); in onContainerSelect() local
1754 if ( pendingSelection != m_aPendingSelection.end() ) in onContainerSelect()
1756 Sequence< ::rtl::OUString > aSelected( pendingSelection->second.size() ); in onContainerSelect()
1757 …::std::copy( pendingSelection->second.begin(), pendingSelection->second.end(), aSelected.getArray(… in onContainerSelect()
1760 m_aPendingSelection.erase( pendingSelection ); in onContainerSelect()

Completed in 43 milliseconds