Searched refs:ptWhere (Results 1 – 3 of 3) sorted by relevance
638 Point ptWhere; in Command() local640 ptWhere = rEvt.GetMousePosPixel(); in Command()645 ptWhere = m_pListBox->GetEntryPosition(pCurrent); in Command()647 ptWhere = m_aTitle.GetPosPixel(); in Command()651 switch (aContextMenu.Execute(this, ptWhere)) in Command()
451 Point ptWhere(0,0); in PreNotify() local453 ptWhere = pComEvt->GetMousePosPixel(); in PreNotify()456 switch( aContextMenu.Execute( this, ptWhere ) ) in PreNotify()
386 ::Point ptWhere; in Command()389 ptWhere = rEvt.GetMousePosPixel(); in Command()390 SvLBoxEntry* ptClickedOn = GetEntry(ptWhere); in Command()408 ptWhere = GetEntryPosition(pCurrent); in Command()504 sal_uInt16 nSlotId = aContextMenu.Execute( this, ptWhere ); in Command()
Completed in 43 milliseconds