Lines Matching refs:m_arrCurrentSelection

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()
419 SetCursor( m_arrCurrentSelection.GetObject(0), sal_True); in Command()
421 sal_Bool bSingleSelection = (m_arrCurrentSelection.Count() == 1); in Command()
424 …DBG_ASSERT( (m_arrCurrentSelection.Count() > 0) || m_bRootSelected, "keine Eintraege selektiert" ); in Command()
486 FmControlData* pCurrent = (FmControlData*)(m_arrCurrentSelection[0]->GetUserData()); in Command()
516 NewForm( m_arrCurrentSelection.GetObject(0) ); in Command()
529 NewControl( fControlName, m_arrCurrentSelection.GetObject(0) ); in Command()
554 SvLBoxEntry* pSelectedForm = m_arrCurrentSelection.GetObject(0); in Command()
575 EditEntry( m_arrCurrentSelection.GetObject(0) ); in Command()
593 FmControlData* pCurrent = (FmControlData*)(m_arrCurrentSelection[0]->GetUserData()); in Command()
1385 for ( sal_Int32 i=0; i<m_arrCurrentSelection.Count(); ++i ) in doCut()
1387 SvLBoxEntry* pEntry = m_arrCurrentSelection[ (sal_uInt16)i ]; in doCut()
1723 …_nFormsSelected + m_nControlsSelected + (m_bRootSelected ? 1 : 0) == m_arrCurrentSelection.Count(), in ShowSelectionProperties()
1738 if (m_arrCurrentSelection.Count() == 1) in ShowSelectionProperties()
1742 FmFormData* pFormData = (FmFormData*)m_arrCurrentSelection.GetObject(0)->GetUserData(); in ShowSelectionProperties()
1747 FmEntryData* pEntryData = (FmEntryData*)m_arrCurrentSelection.GetObject(0)->GetUserData(); in ShowSelectionProperties()
1759 …FmFormData* pFormData = (FmFormData*)m_arrCurrentSelection.GetObject((sal_uInt16)i)->GetUserData(); in ShowSelectionProperties()
1769 …FmEntryData* pEntryData = (FmEntryData*)m_arrCurrentSelection.GetObject((sal_uInt16)i)->GetUserDat… in ShowSelectionProperties()
1843 for (i = m_arrCurrentSelection.Count(); i>0; --i) in DeleteSelection()
1845 FmEntryData* pCurrent = (FmEntryData*)(m_arrCurrentSelection.GetObject(i - 1)->GetUserData()); in DeleteSelection()
1871 m_arrCurrentSelection.Remove( i - 1, 1 ); in DeleteSelection()
1891 if ( m_arrCurrentSelection.Count() == 1 ) in DeleteSelection()
1903 … aUndoStr.SearchAndReplaceAscii( "#", String::CreateFromInt32( m_arrCurrentSelection.Count() ) ); in DeleteSelection()
1909 for (i=0; i<m_arrCurrentSelection.Count(); ++i) in DeleteSelection()
1911 FmEntryData* pCurrent = (FmEntryData*)(m_arrCurrentSelection.GetObject(i)->GetUserData()); in DeleteSelection()
1940 m_arrCurrentSelection.Remove((sal_uInt16)0, m_arrCurrentSelection.Count()); in CollectSelectionData()
1966 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()
1982 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()
1995 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()
1998 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()
2100 for (sal_uInt32 i=0; i<m_arrCurrentSelection.Count(); ++i) in SynchronizeMarkList()
2102 SvLBoxEntry* pSelectionLoop = m_arrCurrentSelection.GetObject((sal_uInt16)i); in SynchronizeMarkList()
2141 if ((m_arrCurrentSelection.Count() == 1) && (m_nFormsSelected == 1)) in SynchronizeMarkList()