Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx638 Point ptWhere; in Command() local
640 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()
/aoo41x/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx451 Point ptWhere(0,0); in PreNotify() local
453 ptWhere = pComEvt->GetMousePosPixel(); in PreNotify()
456 switch( aContextMenu.Execute( this, ptWhere ) ) in PreNotify()
/aoo41x/main/svx/source/form/
H A Dnavigatortree.cxx386 ::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 35 milliseconds