Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx461 sal_uInt16 treeFlag = pBox->GetTreeFlags(); in getAccessibleRole() local
462 if(treeFlag & TREEFLAG_CHKBTN ) in getAccessibleRole()
802 sal_uInt16 treeFlag = pBox->GetTreeFlags(); in getAccessibleActionCount() local
804 if( (treeFlag & TREEFLAG_CHKBTN) && !bHasButtons) in getAccessibleActionCount()
825 sal_uInt16 treeFlag = getListBox()->GetTreeFlags(); in doAccessibleAction() local
826 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() local
867 if(nIndex == 0 && (treeFlag & TREEFLAG_CHKBTN)) in getAccessibleActionDescription()
881 }else if( (nIndex == 1 && (treeFlag & TREEFLAG_CHKBTN)) || nIndex == 0 ) in getAccessibleActionDescription()

Completed in 20 milliseconds