Lines Matching refs:VCLXAccessibleList

64 VCLXAccessibleList::VCLXAccessibleList (VCLXWindow* pVCLWindow, BoxType aBoxType,  in VCLXAccessibleList()  function in VCLXAccessibleList
106 VCLXAccessibleList::~VCLXAccessibleList (void) in ~VCLXAccessibleList()
112 void VCLXAccessibleList::SetIndexInParent (sal_Int32 nIndex) in SetIndexInParent()
118 void SAL_CALL VCLXAccessibleList::disposing (void) in disposing()
130 void VCLXAccessibleList::clearItems() in clearItems()
141 void VCLXAccessibleList::FillAccessibleStateSet (utl::AccessibleStateSetHelper& rStateSet) in FillAccessibleStateSet()
169 void VCLXAccessibleList::notifyVisibleStates(sal_Bool _bSetNew ) in notifyVisibleStates()
199 void VCLXAccessibleList::UpdateSelection_Acc (::rtl::OUString sTextOfSelectedItem, bool b_IsDropDow… in UpdateSelection_Acc()
217 void VCLXAccessibleList::UpdateSelection_Impl_Acc(bool b_IsDropDownList) in UpdateSelection_Impl_Acc()
325 void VCLXAccessibleList::NotifyListItem(::com::sun::star::uno::Any& val) in NotifyListItem()
340 void VCLXAccessibleList::UpdateFocus_Impl_Acc (sal_uInt16 nPos ,bool b_IsDropDownList) in UpdateFocus_Impl_Acc()
362 void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDo… in ProcessWindowEvent()
412 void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent()
487 …void VCLXAccessibleList::FillAccessibleRelationSet( utl::AccessibleRelationSetHelper& rRelationSet… in FillAccessibleRelationSet()
510 void VCLXAccessibleList::UpdateSelection (::rtl::OUString sTextOfSelectedItem) in UpdateSelection()
528 void VCLXAccessibleList::adjustEntriesIndexInParent(ListItems::iterator& _aBegin,::std::mem_fun_t<b… in adjustEntriesIndexInParent()
543 Reference<XAccessible> VCLXAccessibleList::CreateChild (sal_Int32 i) in CreateChild()
591 void VCLXAccessibleList::HandleChangedItemList (bool bItemInserted, sal_Int32 nIndex) in HandleChangedItemList()
600 IMPLEMENT_FORWARD_XINTERFACE2(VCLXAccessibleList, VCLXAccessibleComponent, VCLXAccessibleList_BASE) in IMPLEMENT_FORWARD_XINTERFACE2() argument
601 IMPLEMENT_FORWARD_XTYPEPROVIDER2(VCLXAccessibleList, VCLXAccessibleComponent, VCLXAccessibleList_BA… in IMPLEMENT_FORWARD_XINTERFACE2()
606 VCLXAccessibleList::getAccessibleContext (void) in IMPLEMENT_FORWARD_XINTERFACE2()
615 sal_Int32 SAL_CALL VCLXAccessibleList::getAccessibleChildCount (void) in getAccessibleChildCount()
629 Reference<XAccessible> SAL_CALL VCLXAccessibleList::getAccessibleChild (sal_Int32 i) in getAccessibleChild()
653 Reference< XAccessible > SAL_CALL VCLXAccessibleList::getAccessibleParent( ) in getAccessibleParent()
662 sal_Int32 SAL_CALL VCLXAccessibleList::getAccessibleIndexInParent (void) in getAccessibleIndexInParent()
672 sal_Int16 SAL_CALL VCLXAccessibleList::getAccessibleRole (void) in getAccessibleRole()
681 sal_Bool SAL_CALL VCLXAccessibleList::contains( const awt::Point& rPoint ) throw (RuntimeException) in contains()
699 Reference< XAccessible > SAL_CALL VCLXAccessibleList::getAccessibleAt( const awt::Point& rPoint ) in getAccessibleAt()
730 ::rtl::OUString VCLXAccessibleList::getImplementationName (void) in getImplementationName()
737 Sequence< ::rtl::OUString > VCLXAccessibleList::getSupportedServiceNames (void) in getSupportedServiceNames()
748 void VCLXAccessibleList::UpdateVisibleLineCount() in UpdateVisibleLineCount()
765 void VCLXAccessibleList::UpdateEntryRange_Impl() in UpdateEntryRange_Impl()
796 sal_Bool VCLXAccessibleList::checkEntrySelected(sal_uInt16 _nPos,Any& _rNewValue,Reference< XAccess… in checkEntrySelected()
813 void VCLXAccessibleList::UpdateSelection_Impl(sal_uInt16) in UpdateSelection_Impl()
885 void SAL_CALL VCLXAccessibleList::selectAccessibleChild( sal_Int32 nChildIndex ) throw (IndexOutOfB… in selectAccessibleChild()
910 sal_Bool SAL_CALL VCLXAccessibleList::isAccessibleChildSelected( sal_Int32 nChildIndex ) throw (Ind… in isAccessibleChildSelected()
925 void SAL_CALL VCLXAccessibleList::clearAccessibleSelection( ) throw (RuntimeException) in clearAccessibleSelection()
944 void SAL_CALL VCLXAccessibleList::selectAllAccessibleChildren( ) throw (RuntimeException) in selectAllAccessibleChildren()
969 sal_Int32 SAL_CALL VCLXAccessibleList::getSelectedAccessibleChildCount( ) throw (RuntimeException) in getSelectedAccessibleChildCount()
980 Reference< XAccessible > SAL_CALL VCLXAccessibleList::getSelectedAccessibleChild( sal_Int32 nSelect… in getSelectedAccessibleChild()
994 void SAL_CALL VCLXAccessibleList::deselectAccessibleChild( sal_Int32 nSelectedChildIndex ) throw (I… in deselectAccessibleChild()
1020 awt::Rectangle VCLXAccessibleList::implGetBounds() throw (uno::RuntimeException) in implGetBounds()
1050 awt::Point VCLXAccessibleList::getLocationOnScreen( ) throw (uno::RuntimeException) in getLocationOnScreen()
1077 sal_Bool VCLXAccessibleList::IsInDropDown() in IsInDropDown()
1082 void VCLXAccessibleList::HandleDropOpen() in HandleDropOpen()