Lines Matching refs:pCurrent

308 …FmEntryData* pCurrent = static_cast< FmEntryData* >( m_arrCurrentSelection[(sal_uInt16)i]->GetUser…  in implAllowExchange()  local
309 if ( IsHiddenControl( pCurrent ) ) in implAllowExchange()
405 SvLBoxEntry* pCurrent = GetCurEntry(); in Command() local
406 if (!pCurrent) in Command()
408 ptWhere = GetEntryPosition(pCurrent); in Command()
486 FmControlData* pCurrent = (FmControlData*)(m_arrCurrentSelection[0]->GetUserData()); in Command() local
487 … OSL_ENSURE( pFormShell->GetImpl()->isSolelySelected( pCurrent->GetFormComponent() ), in Command()
593 FmControlData* pCurrent = (FmControlData*)(m_arrCurrentSelection[0]->GetUserData()); in Command() local
594 …if ( pFormShell->GetImpl()->executeControlConversionSlot( pCurrent->GetFormComponent(), nSlotId ) ) in Command()
935 SvLBoxEntry* pCurrent = *dropped; in implAcceptDataTransfer() local
936 SvLBoxEntry* pCurrentParent = GetParent(pCurrent); in implAcceptDataTransfer()
939 if (pCurrent == m_pRootEntry) in implAcceptDataTransfer()
947 if (pCurrent == _pTargetEntry) in implAcceptDataTransfer()
956 if ( IsFormEntry(pCurrent) ) in implAcceptDataTransfer()
959 if ( arrDropAnchestors.Seek_Entry(pCurrent, &nPosition) ) in implAcceptDataTransfer()
961 } else if ( IsFormComponentEntry(pCurrent) ) in implAcceptDataTransfer()
1177 SvLBoxEntry* pCurrent = *dropped; in implExecuteDataTransfer() local
1178 DBG_ASSERT(pCurrent != NULL, "NavigatorTree::implExecuteDataTransfer: ungueltiger Eintrag"); in implExecuteDataTransfer()
1179 …DBG_ASSERT(GetParent(pCurrent) != NULL, "NavigatorTree::implExecuteDataTransfer: ungueltiger Eintr… in implExecuteDataTransfer()
1182 FmEntryData* pCurrentUserData = (FmEntryData*)pCurrent->GetUserData(); in implExecuteDataTransfer()
1219 Select(pCurrent, sal_False); in implExecuteDataTransfer()
1845 FmEntryData* pCurrent = (FmEntryData*)(m_arrCurrentSelection.GetObject(i - 1)->GetUserData()); in DeleteSelection() local
1848 sal_Bool bIsForm = pCurrent->ISA(FmFormData); in DeleteSelection()
1854 MarkViewObj((FmFormData*)pCurrent, sal_True, sal_True); // das zweite sal_True heisst "deep" in DeleteSelection()
1857 sal_Bool bIsHidden = IsHiddenControl(pCurrent); in DeleteSelection()
1865 if ( aModelShapes.find( pCurrent->GetElement() ) != aModelShapes.end() ) in DeleteSelection()
1911 FmEntryData* pCurrent = (FmEntryData*)(m_arrCurrentSelection.GetObject(i)->GetUserData()); in DeleteSelection() local
1916 if ( pCurrent->GetChildList()->Count() ) in DeleteSelection()
1921 if (pCurrent->ISA(FmFormData)) in DeleteSelection()
1923 Reference< XForm > xCurrentForm( static_cast< FmFormData* >( pCurrent )->GetFormIface() ); in DeleteSelection()
1927 GetNavModel()->Remove(pCurrent, sal_True); in DeleteSelection()
2022 FmEntryData* pCurrent = (FmEntryData*)pSelection->GetUserData(); in SynchronizeSelection() local
2023 if (pCurrent != NULL) in SynchronizeSelection()
2026 if ( arredToSelect.Seek_Entry(pCurrent, &nPosition) ) in SynchronizeSelection()