Home
last modified time | relevance | path

Searched refs:bButton (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx454 bool bButton; in ButtonHit() local
455 bool bRet = ItemHit( rPos, rnLevel, rnEntry, bButton ); in ButtonHit()
456 return bRet && bButton; in ButtonHit()
461 bool bButton; in LineHit() local
462 bool bRet = ItemHit( rPos, rnLevel, rnEntry, bButton ); in LineHit()
463 return bRet && !bButton; in LineHit()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1434 sal_Bool bButton = sal_False; in DbgDialogTest() local
1442 bButton = sal_True; in DbgDialogTest()
1452 if ( bButton ) in DbgDialogTest()

Completed in 30 milliseconds