Lines Matching refs:aEvent

587 				::com::sun::star::awt::ActionEvent aEvent;  in ProcessWindowEvent()
588 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
589 aEvent.ActionCommand = maActionCommand; in ProcessWindowEvent()
594 aEvent in ProcessWindowEvent()
608 ::com::sun::star::awt::ItemEvent aEvent; in ProcessWindowEvent()
609 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
610 aEvent.Selected = ( rButton.GetState() == STATE_CHECK ) ? 1 : 0; in ProcessWindowEvent()
611 maItemListeners.itemStateChanged( aEvent ); in ProcessWindowEvent()
1033 ::com::sun::star::awt::ItemEvent aEvent; in ProcessWindowEvent()
1034 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
1035 aEvent.Highlighted = sal_False; in ProcessWindowEvent()
1036 aEvent.Selected = pCheckBox->GetState(); in ProcessWindowEvent()
1037 maItemListeners.itemStateChanged( aEvent ); in ProcessWindowEvent()
1041 ::com::sun::star::awt::ActionEvent aEvent; in ProcessWindowEvent()
1042 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
1043 aEvent.ActionCommand = maActionCommand; in ProcessWindowEvent()
1044 maActionListeners.actionPerformed( aEvent ); in ProcessWindowEvent()
1306 ::com::sun::star::awt::ActionEvent aEvent; in ProcessWindowEvent()
1307 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
1308 aEvent.ActionCommand = maActionCommand; in ProcessWindowEvent()
1309 maActionListeners.actionPerformed( aEvent ); in ProcessWindowEvent()
1331 ::com::sun::star::awt::ItemEvent aEvent; in ImplClickedOrToggled()
1332 aEvent.Source = (::cppu::OWeakObject*)this; in ImplClickedOrToggled()
1333 aEvent.Highlighted = sal_False; in ImplClickedOrToggled()
1334 aEvent.Selected = pRadioButton->IsChecked(); in ImplClickedOrToggled()
1335 maItemListeners.itemStateChanged( aEvent ); in ImplClickedOrToggled()
1456 ::com::sun::star::awt::SpinEvent aEvent; in ProcessWindowEvent()
1457 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
1460 case VCLEVENT_SPINFIELD_UP: maSpinListeners.up( aEvent ); in ProcessWindowEvent()
1462 case VCLEVENT_SPINFIELD_DOWN: maSpinListeners.down( aEvent ); in ProcessWindowEvent()
1464 case VCLEVENT_SPINFIELD_FIRST: maSpinListeners.first( aEvent ); in ProcessWindowEvent()
1466 case VCLEVENT_SPINFIELD_LAST: maSpinListeners.last( aEvent ); in ProcessWindowEvent()
1823 ::com::sun::star::awt::ActionEvent aEvent; in ProcessWindowEvent()
1824 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
1825 aEvent.ActionCommand = pListBox->GetSelectEntry(); in ProcessWindowEvent()
1826 maActionListeners.actionPerformed( aEvent ); in ProcessWindowEvent()
1840 ::com::sun::star::awt::ActionEvent aEvent; in ProcessWindowEvent()
1841 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
1842 aEvent.ActionCommand = ((ListBox*)GetWindow())->GetSelectEntry(); in ProcessWindowEvent()
1843 maActionListeners.actionPerformed( aEvent ); in ProcessWindowEvent()
2059 ::com::sun::star::awt::ItemEvent aEvent; in ImplCallItemListeners()
2060 aEvent.Source = (::cppu::OWeakObject*)this; in ImplCallItemListeners()
2061 aEvent.Highlighted = sal_False; in ImplCallItemListeners()
2064aEvent.Selected = (pListBox->GetSelectEntryCount() == 1 ) ? pListBox->GetSelectEntryPos() : 0xFFFF; in ImplCallItemListeners()
2066 maItemListeners.itemStateChanged( aEvent ); in ImplCallItemListeners()
2617 ::com::sun::star::awt::ActionEvent aEvent;
2618 aEvent.Source = (::cppu::OWeakObject*)this;
2619 maActionListeners.actionPerformed( aEvent );
3440 ::com::sun::star::awt::AdjustmentEvent aEvent; in ProcessWindowEvent()
3441 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
3442 aEvent.Value = pScrollBar->GetThumbPos(); in ProcessWindowEvent()
3448 aEvent.Type = ::com::sun::star::awt::AdjustmentType_ADJUST_LINE; in ProcessWindowEvent()
3452 aEvent.Type = ::com::sun::star::awt::AdjustmentType_ADJUST_PAGE; in ProcessWindowEvent()
3456 aEvent.Type = ::com::sun::star::awt::AdjustmentType_ADJUST_ABS; in ProcessWindowEvent()
3459 maAdjustmentListeners.adjustmentValueChanged( aEvent ); in ProcessWindowEvent()
3849 ::com::sun::star::awt::TextEvent aEvent; in ProcessWindowEvent()
3850 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
3851 GetTextListeners().textChanged( aEvent ); in ProcessWindowEvent()
4170 ::com::sun::star::awt::ItemEvent aEvent; in ProcessWindowEvent()
4171 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
4172 aEvent.Highlighted = sal_False; in ProcessWindowEvent()
4175 aEvent.Selected = pComboBox->GetEntryPos( pComboBox->GetText() ); in ProcessWindowEvent()
4177 maItemListeners.itemStateChanged( aEvent ); in ProcessWindowEvent()
4186 ::com::sun::star::awt::ActionEvent aEvent; in ProcessWindowEvent()
4187 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
4189 maActionListeners.actionPerformed( aEvent ); in ProcessWindowEvent()