Searched refs:aDropPos (Results 1 – 7 of 7) sorted by relevance
741 ::Point aDropPos(_rEvt.maPosPixel); in AcceptDrop()742 const MouseEvent aMouseEvt(aDropPos); in AcceptDrop()790 ::Point aDropPos(PixelToLogic(_rEvt.maPosPixel)); in ExecuteDrop()791 const MouseEvent aMouseEvt(aDropPos); in ExecuteDrop()814 if ( aDropPos.X() < rRect.Left() ) in ExecuteDrop()815 aDropPos.X() = rRect.Left(); in ExecuteDrop()816 else if ( aDropPos.X() > rRect.Right() ) in ExecuteDrop()817 aDropPos.X() = rRect.Right(); in ExecuteDrop()819 if ( aDropPos.Y() > rRect.Bottom() ) in ExecuteDrop()820 aDropPos.Y() = rRect.Bottom(); in ExecuteDrop()[all …]
365 ::Point aDropPos = _rEvt.maPosPixel; in AcceptDrop()375 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop()380 …else if ((aDropPos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - Ge… in AcceptDrop()387 SvLBoxEntry* pDropppedOn = GetEntry(aDropPos); in AcceptDrop()395 if (bNeedTrigger && (m_aTimerTriggered != aDropPos)) in AcceptDrop()400 m_aTimerTriggered = aDropPos; in AcceptDrop()
1343 Point aDropPos = rEvt.maPosPixel; in AcceptDrop() local1355 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop()1364 …if ((aDropPos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - GetEntr… in AcceptDrop()1371 SvLBoxEntry* pDropppedOn = GetEntry(aDropPos); in AcceptDrop()1380 if (bNeedTrigger && (m_aTimerTriggered != aDropPos)) in AcceptDrop()1385 m_aTimerTriggered = aDropPos; in AcceptDrop()1409 SvLBoxEntry* pDropTarget = GetEntry(aDropPos); in AcceptDrop()1458 Point aDropPos = rEvt.maPosPixel; in ExecuteDrop() local1459 SvLBoxEntry* pDropTarget = GetEntry( aDropPos ); in ExecuteDrop()
976 ::Point aDropPos = rEvt.maPosPixel; in AcceptDrop()987 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop()994 …if ((aDropPos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - GetEntr… in AcceptDrop()1000 SvLBoxEntry* pDropppedOn = GetEntry(aDropPos); in AcceptDrop()1009 if (bNeedTrigger && (m_aTimerTriggered != aDropPos)) in AcceptDrop()1014 m_aTimerTriggered = aDropPos; in AcceptDrop()1025 return implAcceptDataTransfer( GetDataFlavorExVector(), rEvt.mnAction, aDropPos, sal_True ); in AcceptDrop()
484 …Indexes::iterator aDropPos = m_pIndexes->begin() + reinterpret_cast<sal_IntPtr>(_pEntry->GetUserDa… in implDropIndex() local485 …DBG_ASSERT(aDropPos != m_pIndexes->end(), "DbaIndexDialog::OnDropIndex: did not find the index in … in implDropIndex()492 bSuccess = m_pIndexes->drop(aDropPos); in implDropIndex()494 bSuccess = m_pIndexes->dropNoRemove(aDropPos); in implDropIndex()
2831 Point aDropPos( rPos ); in ReadDragServerInfo() local2832 aDropPos.X() -= pInfo->nMouseRelX; in ReadDragServerInfo()2833 aDropPos.Y() -= pInfo->nMouseRelY; in ReadDragServerInfo()2834 SetNextEntryPos( aDropPos ); in ReadDragServerInfo()
1649 …ESelection aDropPos( pDragAndDropInfo->aDropSel.nStartPara, pDragAndDropInfo->aDropSel.nStartPos, … in dragDropEnd() local1653 sal_Bool bBeforeSelection = aDropPos.IsLess( pDragAndDropInfo->aBeginDragSel ); in dragDropEnd()
Completed in 72 milliseconds