Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx741 ::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 …]
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx365 ::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()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1343 Point aDropPos = rEvt.maPosPixel; in AcceptDrop() local
1355 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() local
1459 SvLBoxEntry* pDropTarget = GetEntry( aDropPos ); in ExecuteDrop()
H A Dnavigatortree.cxx976 ::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()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx484 …Indexes::iterator aDropPos = m_pIndexes->begin() + reinterpret_cast<sal_IntPtr>(_pEntry->GetUserDa… in implDropIndex() local
485 …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()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx2831 Point aDropPos( rPos ); in ReadDragServerInfo() local
2832 aDropPos.X() -= pInfo->nMouseRelX; in ReadDragServerInfo()
2833 aDropPos.Y() -= pInfo->nMouseRelY; in ReadDragServerInfo()
2834 SetNextEntryPos( aDropPos ); in ReadDragServerInfo()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1649 …ESelection aDropPos( pDragAndDropInfo->aDropSel.nStartPara, pDragAndDropInfo->aDropSel.nStartPos, … in dragDropEnd() local
1653 sal_Bool bBeforeSelection = aDropPos.IsLess( pDragAndDropInfo->aBeginDragSel ); in dragDropEnd()

Completed in 74 milliseconds