Searched refs:m_arrCurrentSelection (Results 1 – 2 of 2) sorted by relevance
299 if (!m_arrCurrentSelection.Count()) in implAllowExchange()306 for (sal_Int32 i=0; i<m_arrCurrentSelection.Count(); i++) in implAllowExchange()308 …FmEntryData* pCurrent = static_cast< FmEntryData* >( m_arrCurrentSelection[(sal_uInt16)i]->GetUser… in implAllowExchange()340 for ( i = 0; i < m_arrCurrentSelection.Count(); ++i ) in implPrepareExchange()341 m_aControlExchange->addSelectedEntry(m_arrCurrentSelection[(sal_uInt16)i]); in implPrepareExchange()349 Sequence< Reference< XInterface > > seqIFaces(m_arrCurrentSelection.Count()); in implPrepareExchange()351 for (i=0; i<m_arrCurrentSelection.Count(); ++i, ++pArray) in implPrepareExchange()352 …*pArray = static_cast< FmEntryData* >( m_arrCurrentSelection[(sal_uInt16)i]->GetUserData() )->GetE… in implPrepareExchange()402 … if (m_arrCurrentSelection.Count() == 0) // kann nur bei Kontextmenue ueber Tastatur passieren in Command()416 if ( (m_arrCurrentSelection.Count() > 1) && m_bRootSelected ) in Command()[all …]
422 SvLBoxEntrySortedArray m_arrCurrentSelection; member in svxform::NavigatorTree