Lines Matching refs:m_accRole
71 m_accRole = m_xAccContextRef -> getAccessibleRole(); in AccObject()
183 …if( ( TEXT_FRAME == m_accRole ) && ( m_pParentObj !=NULL )&& ( SCROLL_PANE == m_pParentObj -> m_… in UpdateName()
185 if ( PARAGRAPH == m_accRole) in UpdateName()
264 switch(m_accRole) in UpdateDefaultAction()
299 switch(m_accRole) in SetValue()
324 …( ( m_pParentObj !=NULL ) && (TREE == m_pParentObj->m_accRole || TREE_ITEM == m_pParentObj->m_accR… in SetValue()
446 return m_accRole; in GetRole()
463 short Role = m_accRole; in GetMSAAStateFromUNO()
503 if( m_accRole == MENU || m_accRole == MENU_ITEM) in GetMSAAStateFromUNO()
513 if( m_accRole == MENU || m_accRole == MENU_ITEM ) in GetMSAAStateFromUNO()
583 short Role = m_accRole ; in DecreaseState()
592 if( ( m_pParentObj !=NULL ) && (TOOL_BAR == m_pParentObj->m_accRole ) ) in DecreaseState()
667 long Role = m_accRole; in UpdateActionDesc()
739 if ( m_accRole == POPUP_MENU ) in UpdateState()
767 …sal_Bool bIsMenuItem = m_accRole == MENU_ITEM || m_accRole == RADIO_MENU_ITEM || m_accRole == CHEC… in UpdateState()
783 short Role = m_accRole; in UpdateState()
787 switch(m_accRole) in UpdateState()
832 … m_pParentObj != NULL ) && ( MENU == m_pParentObj->m_accRole || POPUP_MENU == m_pParentObj->m_acc… in UpdateState()
868 if(( m_pParentObj != NULL )&& (TOOL_BAR == m_pParentObj->m_accRole ) ) in UpdateState()
884 switch(m_accRole) in UpdateState()