Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/extended/
H A Daccessiblelistbox.cxx438 sal_Bool bHasButtons = (getListBox()->GetStyle() & WB_HASBUTTONS)!=0; in getRoleType() local
441 if( bHasButtons ) in getRoleType()
446 if( bHasButtons ) in getRoleType()
465 sal_Bool bHasButtons = (getListBox()->GetStyle() & WB_HASBUTTONS)!=0; in getAccessibleRole() local
466 if(!bHasButtons && (getListBox()->GetTreeFlags() & TREEFLAG_CHKBTN)) in getAccessibleRole()
H A Daccessiblelistboxentry.cxx434 sal_Bool bHasButtons = (getListBox()->GetStyle() & WB_HASBUTTONS)!=0; in getRoleType() local
437 if( bHasButtons ) in getRoleType()
442 if( bHasButtons ) in getRoleType()
803 sal_Bool bHasButtons = (getListBox()->GetStyle() & WB_HASBUTTONS)!=0; in getAccessibleActionCount() local
804 if( (treeFlag & TREEFLAG_CHKBTN) && !bHasButtons) in getAccessibleActionCount()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx228 sal_Bool bHasButtons = (nStyle & WB_HASBUTTONS)!=0; in SetTabs() local
247 if( bHasButtons ) in SetTabs()
252 if( bHasButtons ) in SetTabs()
2488 sal_Bool bHasButtons = (nWindowStyle & WB_HASBUTTONS)!=0; in GetTextOffset() local
2505 if( bHasButtons ) in GetTextOffset()
2510 if( bHasButtons ) in GetTextOffset()

Completed in 37 milliseconds