Home
last modified time | relevance | path

Searched refs:aEventPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx405 Point aEventPos( _rPosPixel ); in StartDrag() local
406 aEventPos.Y() += GetParent()->GetTitleHeight(); in StartDrag()
407 GetParent()->StartDrag( _nAction, aEventPos ); in StartDrag()
422 Point aEventPos( rEvt.GetMousePosPixel() ); in Command() local
423 long nRow = pBox->GetRowAtYPosPixel( aEventPos.Y(), sal_False); in Command()
424 MouseEvent aMouseEvt( aEventPos, 1, MOUSE_SELECT, MOUSE_LEFT ); in Command()
441 aEventPos.Y() += GetParent()->GetTitleHeight(); in Command()
442 CommandEvent aEvt( aEventPos, rEvt.GetCommand(), in Command()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1526 Point aEventPos( i_rCommandEvent.GetMousePosPixel() ); in Command() local
1527 MouseEvent aMouseEvt( aEventPos, 1, MOUSE_SELECT, MOUSE_LEFT ); in Command()
1831 Point aEventPos( rPosPixel ); in StartDrag() local
1832 MouseEvent aMouseEvt( aEventPos, 1, MOUSE_SELECT, MOUSE_LEFT ); in StartDrag()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1102 Point aEventPos( PixelToLogic( aPos ) ); in Command() local
1103 BreakPoint* pBrk = rCEvt.IsMouseEvent() ? FindBreakPoint( aEventPos ) : 0; in Command()

Completed in 27 milliseconds