Lines Matching refs:aEvent

354     AccessibleEventObject aEvent;  in CompleteSelectionChanged()  local
355 aEvent.EventId = AccessibleEventId::STATE_CHANGED; in CompleteSelectionChanged()
357 aEvent.NewValue = uno::makeAny(AccessibleStateType::SELECTED); in CompleteSelectionChanged()
359 aEvent.OldValue = uno::makeAny(AccessibleStateType::SELECTED); in CompleteSelectionChanged()
360 aEvent.Source = uno::Reference< XAccessibleContext >(this); in CompleteSelectionChanged()
362 CommitChange(aEvent); in CompleteSelectionChanged()
367 AccessibleEventObject aEvent; in LostFocus() local
368 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED; in LostFocus()
369 aEvent.Source = uno::Reference< XAccessibleContext >(this); in LostFocus()
371 aEvent.OldValue <<= xOld; in LostFocus()
373 CommitChange(aEvent); in LostFocus()
380 AccessibleEventObject aEvent; in GotFocus() local
381 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED; in GotFocus()
382 aEvent.Source = uno::Reference< XAccessibleContext >(this); in GotFocus()
414 aEvent.NewValue <<= xNew; in GotFocus()
416 CommitChange(aEvent); in GotFocus()
421 AccessibleEventObject aEvent; in BoundingBoxChanged() local
422 aEvent.EventId = AccessibleEventId::BOUNDRECT_CHANGED; in BoundingBoxChanged()
423 aEvent.Source = uno::Reference< XAccessibleContext >(this); in BoundingBoxChanged()
425 CommitChange(aEvent); in BoundingBoxChanged()
430 AccessibleEventObject aEvent; in VisAreaChanged() local
431 aEvent.EventId = AccessibleEventId::VISIBLE_DATA_CHANGED; in VisAreaChanged()
432 aEvent.Source = uno::Reference< XAccessibleContext >(this); in VisAreaChanged()
434 CommitChange(aEvent); in VisAreaChanged()
470 AccessibleEventObject aEvent; in Notify() local
471 aEvent.Source = uno::Reference< XAccessible >(this); in Notify()
475 aEvent.EventId = AccessibleEventId::PAGE_CHANGED; in Notify()
480 pAccDoc->CommitChange(aEvent); in Notify()
499 aEvent.OldValue <<= ::com::sun::star::uno::Any(); in Notify()
505 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED_WITHIN; in Notify()
506 aEvent.NewValue <<= ::com::sun::star::uno::Any(); in Notify()
507 CommitChange(aEvent); in Notify()
537 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED_WITHIN; in Notify()
538 aEvent.NewValue <<= ::com::sun::star::uno::Any(); in Notify()
539 CommitChange(aEvent); in Notify()
565 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED_NOFOCUS; in Notify()
566 aEvent.NewValue <<= xChild; in Notify()
567 aEvent.OldValue <<= uno::Reference< XAccessible >(); in Notify()
568 CommitChange(aEvent); in Notify()
570 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED; in Notify()
571 aEvent.NewValue <<= xChild; in Notify()
572 CommitChange(aEvent); in Notify()
594 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED_WITHIN; in Notify()
595 aEvent.NewValue <<= ::com::sun::star::uno::Any(); in Notify()
596 CommitChange(aEvent); in Notify()
606 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED_NOFOCUS; in Notify()
607 aEvent.NewValue <<= xChild; in Notify()
608 CommitChange(aEvent); in Notify()
610 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED_ADD; in Notify()
611 aEvent.NewValue <<= xChild; in Notify()
612 CommitChange(aEvent); in Notify()
642 AccessibleEventObject aEvent; in Notify() local
643 aEvent.EventId = AccessibleEventId::VALUE_CHANGED; in Notify()
644 mpAccCell->CommitChange(aEvent); in Notify()
651 AccessibleEventObject aEvent; in Notify() local
652 aEvent.EventId = AccessibleEventId::NAME_CHANGED; in Notify()
655 aEvent.OldValue <<= ::rtl::OUString( sOldName ); in Notify()
658 aEvent.NewValue <<= ::rtl::OUString( sNewName ); in Notify()
659 CommitChange( aEvent ); in Notify()
752 AccessibleEventObject aEvent; in Notify() local
753 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED; in Notify()
754 aEvent.Source = uno::Reference< XAccessibleContext >(this); in Notify()
756 aEvent.NewValue <<= xNew; in Notify()
758 CommitChange(aEvent); in Notify()
767 AccessibleEventObject aEvent; in RemoveSelection() local
768 aEvent.Source = uno::Reference< XAccessible >(this); in RemoveSelection()
769 aEvent.OldValue <<= ::com::sun::star::uno::Any(); in RemoveSelection()
779 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED_REMOVE; in RemoveSelection()
780 aEvent.NewValue <<= miRemove->second; in RemoveSelection()
781 CommitChange(aEvent); in RemoveSelection()
795 AccessibleEventObject aEvent; in CommitFocusCell() local
796 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED; in CommitFocusCell()
797 aEvent.Source = uno::Reference< XAccessible >(this); in CommitFocusCell()
801 aEvent.OldValue <<= xOld; in CommitFocusCell()
806 aEvent.NewValue <<= xNew; in CommitFocusCell()
813 CommitChange(aEvent); in CommitFocusCell()
1569 AccessibleEventObject aEvent; in FireFirstCellFocus() local
1570 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED; in FireFirstCellFocus()
1571 aEvent.Source = uno::Reference< XAccessible >(this); in FireFirstCellFocus()
1572 aEvent.NewValue <<= getAccessibleCellAt(maActiveCell.Row(), maActiveCell.Col()); in FireFirstCellFocus()
1573 CommitChange(aEvent); in FireFirstCellFocus()
1594 AccessibleEventObject aEvent; in NotifyRefMode() local
1595 aEvent.Source = uno::Reference< XAccessible >(this); in NotifyRefMode()
1596 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED; in NotifyRefMode()
1597 aEvent.Source = uno::Reference< XAccessible >(this); in NotifyRefMode()
1599 aEvent.OldValue <<= xOld; in NotifyRefMode()
1604 aEvent.NewValue <<= xNew; in NotifyRefMode()
1605 CommitChange(aEvent); in NotifyRefMode()
1608 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED; in NotifyRefMode()
1609 aEvent.NewValue <<= xNew; in NotifyRefMode()
1610 CommitChange(aEvent); in NotifyRefMode()
1636 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED_WITHIN; in NotifyRefMode()
1637 aEvent.NewValue <<= ::com::sun::star::uno::Any(); in NotifyRefMode()
1638 CommitChange(aEvent); in NotifyRefMode()
1653 aEvent.EventId = AccessibleEventId::ACTIVE_DESCENDANT_CHANGED_NOFOCUS; in NotifyRefMode()
1654 aEvent.NewValue <<= xChild; in NotifyRefMode()
1655 CommitChange(aEvent); in NotifyRefMode()
1657 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED_ADD; in NotifyRefMode()
1658 aEvent.NewValue <<= xChild; in NotifyRefMode()
1659 CommitChange(aEvent); in NotifyRefMode()
1670 AccessibleEventObject aEvent; in RemoveFormulaSelection() local
1671 aEvent.Source = uno::Reference< XAccessible >(this); in RemoveFormulaSelection()
1672 aEvent.OldValue <<= ::com::sun::star::uno::Any(); in RemoveFormulaSelection()
1681 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED_REMOVE; in RemoveFormulaSelection()
1682 aEvent.NewValue <<= miRemove->second; in RemoveFormulaSelection()
1683 CommitChange(aEvent); in RemoveFormulaSelection()