Searched refs:treeFlag (Results 1 – 1 of 1) sorted by relevance
461 sal_uInt16 treeFlag = pBox->GetTreeFlags(); in getAccessibleRole() local462 if(treeFlag & TREEFLAG_CHKBTN ) in getAccessibleRole()802 sal_uInt16 treeFlag = pBox->GetTreeFlags(); in getAccessibleActionCount() local804 if( (treeFlag & TREEFLAG_CHKBTN) && !bHasButtons) in getAccessibleActionCount()825 sal_uInt16 treeFlag = getListBox()->GetTreeFlags(); in doAccessibleAction() local826 if( nIndex == 0 && (treeFlag & TREEFLAG_CHKBTN) ) in doAccessibleAction()837 }else if( (nIndex == 1 && (treeFlag & TREEFLAG_CHKBTN) ) || (nIndex == 0) ) in doAccessibleAction()866 sal_uInt16 treeFlag = getListBox()->GetTreeFlags(); in getAccessibleActionDescription() local867 if(nIndex == 0 && (treeFlag & TREEFLAG_CHKBTN)) in getAccessibleActionDescription()881 }else if( (nIndex == 1 && (treeFlag & TREEFLAG_CHKBTN)) || nIndex == 0 ) in getAccessibleActionDescription()
Completed in 25 milliseconds