Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx237 sal_Bool bHitEmptySpace = (NULL == GetEntry(rMEvt.GetPosPixel(), sal_True)); in MouseButtonDown() local
238 if (bHitEmptySpace && (rMEvt.GetClicks() == 2) && rMEvt.IsMod1()) in MouseButtonDown()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1278 sal_Bool bHitEmptySpace = (nRow > GetRowCount()) || (nViewPos == (sal_uInt16)-1); in MouseButtonDown() local
1280 if (bHitEmptySpace && (rMEvt.GetClicks() == 2) && rMEvt.IsMod1()) in MouseButtonDown()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx233 sal_Bool bHitEmptySpace = ( NULL == GetEntry( rMEvt.GetPosPixel(), sal_True ) ); in MouseButtonDown() local
234 if( bHitEmptySpace && ( rMEvt.GetClicks() == 2 ) && rMEvt.IsMod1() ) in MouseButtonDown()

Completed in 42 milliseconds