Home
last modified time | relevance | path

Searched refs:aWhere (Results 1 – 4 of 4) sorted by relevance

/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx287 ::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()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1699 Point aWhere; in Command() local
1703 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()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx718 Point aWhere = static_cast< CommandEvent* >( rVclWindowEvent.GetData() )->GetMousePosPixel(); in ProcessWindowEvent() local
725 aWhere = Point( -1, -1 ); in ProcessWindowEvent()
728 MouseEvent aMEvt( aWhere, 1, MOUSE_SIMPLECLICK, MOUSE_LEFT, 0 ); in ProcessWindowEvent()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx896 ::rtl::OUString aWhere = aWhereStr; in GenerateCriterias()
897 pParseNode->parseNodeToStr( aWhere, in GenerateCriterias()
902 aWhereStr = aWhere; in GenerateCriterias()

Completed in 55 milliseconds