Searched refs:aWhere (Results 1 – 4 of 4) sorted by relevance
287 ::Point aWhere; in Command()290 aWhere = rEvt.GetMousePosPixel(); in Command()291 ptClickedOn = GetEntry(aWhere); in Command()306 aWhere = GetEntryPosition(ptClickedOn); in Command()334 sal_uInt16 nId = aContextMenu.Execute(this, aWhere); in Command()
1699 Point aWhere; in Command() local1703 aWhere = rEvt.GetMousePosPixel(); in Command()1704 pClicked = GetEntry(aWhere); in Command()1720 aWhere = GetEntryPosition( pClicked ); in Command()1759 sal_uInt16 nSlotId = aContextMenu.Execute( this, aWhere ); in Command()
718 Point aWhere = static_cast< CommandEvent* >( rVclWindowEvent.GetData() )->GetMousePosPixel(); in ProcessWindowEvent() local725 aWhere = Point( -1, -1 ); in ProcessWindowEvent()728 MouseEvent aMEvt( aWhere, 1, MOUSE_SIMPLECLICK, MOUSE_LEFT, 0 ); in ProcessWindowEvent()
896 ::rtl::OUString aWhere = aWhereStr; in GenerateCriterias()897 pParseNode->parseNodeToStr( aWhere, in GenerateCriterias()902 aWhereStr = aWhere; in GenerateCriterias()
Completed in 64 milliseconds