Home
last modified time | relevance | path

Searched refs:aEvent (Results 76 – 100 of 675) sorted by relevance

12345678910>>...27

/trunk/main/xmloff/source/forms/
H A Deventimport.cxx62 for ( EventsVector::const_iterator aEvent = aCollectEvents.begin(); in EndElement() local
63 aEvent != aCollectEvents.end(); in EndElement()
64 ++aEvent, ++pTranslated in EndElement()
68 nSeparatorPos = aEvent->first.indexOf(EVENT_NAME_SEPARATOR); in EndElement()
70 pTranslated->ListenerType = aEvent->first.copy(0, nSeparatorPos); in EndElement()
71 pTranslated->EventMethod = aEvent->first.copy(nSeparatorPos + EVENT_NAME_SEPARATOR.length); in EndElement()
76 pEventDescription = aEvent->second.getConstArray(); in EndElement()
77 pEventDescriptionEnd = pEventDescription + aEvent->second.getLength(); in EndElement()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx594 Event aEvent; in fixMainSequenceTiming() local
596 aEvent.Repeat = 0; in fixMainSequenceTiming()
811 Event aEvent; in convertAnimationNode() local
813 aEvent.Source <<= xParent; in convertAnimationNode()
815 aEvent.Repeat = 0; in convertAnimationNode()
2894 Event aEvent; in importAnimationEvents() local
2896 aEvent.Repeat = 0; in importAnimationEvents()
2947 …*pEvents = addToSequence( *pEvents, (aEvent.Trigger == EventTrigger::NONE) ? aEvent.Offset : makeA… in importAnimationEvents()
3447 Event aEvent; in dump() local
3483 else if( rAny >>= aEvent ) in dump()
[all …]
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx507 ContainerEvent aEvent; in replaceByName() local
508 aEvent.Source = *this; in replaceByName()
509 aEvent.Element = aElement; in replaceByName()
511 aEvent.Accessor <<= aName; in replaceByName()
590 ContainerEvent aEvent; in insertByName() local
591 aEvent.Source = *this; in insertByName()
608 ContainerEvent aEvent; in removeByName() local
609 aEvent.Source = *this; in removeByName()
879 ChangesEvent aEvent; in implNotifyTabModelChange() local
880 aEvent.Source = *this; in implNotifyTabModelChange()
[all …]
H A Droadmapcontrol.cxx256 ContainerEvent aEvent; in GetContainerEvent() local
257 aEvent.Source = *this; in GetContainerEvent()
258 aEvent.Element <<= xRoadmapItem; in GetContainerEvent()
259 aEvent.Accessor = makeAny(Index); in GetContainerEvent()
260 return aEvent; in GetContainerEvent()
283 ContainerEvent aEvent = GetContainerEvent(Index, xRoadmapItem); in insertByIndex() local
284 maContainerListeners.elementInserted( aEvent ); in insertByIndex()
304 ContainerEvent aEvent = GetContainerEvent(Index, xRoadmapItem); in removeByIndex() local
305 maContainerListeners.elementRemoved( aEvent ); in removeByIndex()
337 ContainerEvent aEvent = GetContainerEvent(Index, xRoadmapItem); in replaceByIndex() local
[all …]
/trunk/main/vcl/source/helper/
H A Dxconnection.cxx102 Any aEvent; in terminate() local
105 (*it)->handleEvent( aEvent ); in terminate()
146 Any aEvent; in dispatchEvent() local
147 aEvent <<= aSeq; in dispatchEvent()
154 if( (*it)->handleEvent( aEvent ) ) in dispatchEvent()
164 Any aEvent; in dispatchErrorEvent() local
165 aEvent <<= aSeq; in dispatchErrorEvent()
172 if( (*it)->handleEvent( aEvent ) ) in dispatchErrorEvent()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx862 beans::PropertyChangeEvent aEvent; in setPropertyValues() local
864 aEvent.Further = sal_False; in setPropertyValues()
866 aEvent.PropertyHandle = -1; in setPropertyValues()
937 aEvent.PropertyName = rValue.Name; in setPropertyValues()
938 aEvent.OldValue = aOldValue; in setPropertyValues()
939 aEvent.NewValue = rValue.Value; in setPropertyValues()
941 aChanges.getArray()[ nChanged ] = aEvent; in setPropertyValues()
1179 beans::PropertyChangeEvent aEvent; in changePropertyValue() local
1181 aEvent.Further = sal_False; in changePropertyValue()
1182 aEvent.PropertyHandle = -1; in changePropertyValue()
[all …]
/trunk/main/winaccessibility/source/service/
H A DAccListEventListener.cxx49 …tifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) throw (::com::su… in notifyEvent() argument
51 switch (aEvent.EventId) in notifyEvent()
54 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
62 handleValueChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
65 AccDescendantManagerEventListener::notifyEvent(aEvent); in notifyEvent()
H A DAccTableEventListener.cxx47 …eEventListener::notifyEvent( const ::com::sun::star::accessibility::AccessibleEventObject& aEvent ) in notifyEvent() argument
50 switch (aEvent.EventId) in notifyEvent()
53 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
83 handleTableModelChangeEvent(aEvent.NewValue); in notifyEvent()
99 AccDescendantManagerEventListener::notifyEvent(aEvent); in notifyEvent()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java239 …public void resetted( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno.RuntimeExcept… in resetted() argument
242 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in resetted()
274 public void disposing( EventObject aEvent ) in disposing() argument
298 …public boolean approveCursorMove( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno.R… in approveCursorMove() argument
305 … public boolean approveRowChange( RowChangeEvent aEvent ) throws com.sun.star.uno.RuntimeException in approveRowChange() argument
307 if ( RowChangeAction.INSERT == aEvent.Action ) in approveRowChange()
312 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in approveRowChange()
326 …public boolean approveRowSetChange( com.sun.star.lang.EventObject aEvent ) throws com.sun.star.uno… in approveRowSetChange() argument
334 public void disposing( EventObject aEvent ) in disposing() argument
/trunk/main/sw/source/core/access/
H A Dacctable.cxx722 AccessibleEventObject aEvent; in FireTableChangeEvent() local
724 aEvent.NewValue <<= aModelChange; in FireTableChangeEvent()
726 FireAccessibleEvent( aEvent ); in FireTableChangeEvent()
866 AccessibleEventObject aEvent; in Modify() local
868 aEvent.OldValue <<= sOldName; in Modify()
869 aEvent.NewValue <<= GetName(); in Modify()
880 AccessibleEventObject aEvent; in Modify() local
882 aEvent.OldValue <<= sOldDesc; in Modify()
883 aEvent.NewValue <<= sDesc; in Modify()
1868 AccessibleEventObject aEvent; in FireSelectionEvent() local
[all …]
H A Daccframebase.cxx200 AccessibleEventObject aEvent; in _InvalidateCursorPos() local
201 aEvent.EventId = AccessibleEventId::SELECTION_CHANGED; in _InvalidateCursorPos()
203 aEvent.NewValue <<= xChild; in _InvalidateCursorPos()
204 pAcc->FireAccessibleEvent( aEvent ); in _InvalidateCursorPos()
264 AccessibleEventObject aEvent; in Modify() local
265 aEvent.EventId = AccessibleEventId::NAME_CHANGED; in Modify()
266 aEvent.OldValue <<= sOldName; in Modify()
267 aEvent.NewValue <<= GetName(); in Modify()
268 FireAccessibleEvent( aEvent ); in Modify()
H A Daccnotextframe.cxx131 AccessibleEventObject aEvent; in Modify() local
132 aEvent.EventId = AccessibleEventId::NAME_CHANGED; in Modify()
133 aEvent.OldValue <<= OUString( sOldTitle ); in Modify()
134 aEvent.NewValue <<= msTitle; in Modify()
135 FireAccessibleEvent( aEvent ); in Modify()
159 AccessibleEventObject aEvent; in Modify() local
160 aEvent.EventId = AccessibleEventId::DESCRIPTION_CHANGED; in Modify()
161 aEvent.OldValue <<= sOldDesc; in Modify()
162 aEvent.NewValue <<= msDesc; in Modify()
163 FireAccessibleEvent( aEvent ); in Modify()
/trunk/main/vcl/unx/generic/app/
H A Dsm.cxx104 SalSessionInteractionEvent aEvent( false ); in queryInteraction() local
105 CallCallback( &aEvent ); in queryInteraction()
138 SalSessionSaveRequestEvent aEvent( true, false ); in handleOldX11SaveYourself() local
139 pOneInstance->CallCallback( &aEvent ); in handleOldX11SaveYourself()
311 pOneInstance->CallCallback( &aEvent ); in IMPL_STATIC_LINK()
324 SalSessionInteractionEvent aEvent( true ); in IMPL_STATIC_LINK_NOINSTANCE() local
325 pOneInstance->CallCallback( &aEvent ); in IMPL_STATIC_LINK_NOINSTANCE()
336 SalSessionShutdownCancelEvent aEvent; in IMPL_STATIC_LINK_NOINSTANCE() local
337 pOneInstance->CallCallback( &aEvent ); in IMPL_STATIC_LINK_NOINSTANCE()
385 SalSessionQuitEvent aEvent; in IMPL_STATIC_LINK_NOINSTANCE() local
[all …]
/trunk/main/framework/source/services/
H A Dframe.cxx1883 xDispatchHelper->disposing(aEvent); in dispose()
2201 aEvent in windowResized()
2221 aEvent in focusGained()
2261 aEvent in windowActivated()
2289 aEvent in windowDeactivated()
3273 ( &aEvent == NULL ) || in implcp_windowResized()
3274 ( aEvent.Source.is() == sal_False ) in implcp_windowResized()
3282 ( &aEvent == NULL ) || in implcp_focusGained()
3291 ( &aEvent == NULL ) || in implcp_windowActivated()
3300 ( &aEvent == NULL ) || in implcp_windowDeactivated()
[all …]
H A Dautorecovery.cxx311 aEvent.State >>= nState; in statusChanged()
835 xListener->statusChanged(aEvent); in addStatusListener()
864 (aEvent.EventName.equals(EVENT_ON_LOAD)) in notifyEvent()
884 (aEvent.EventName.equals(EVENT_ON_SAVETO)) in notifyEvent()
924 if (aEvent.EventName.equals(EVENT_ON_UNLOAD)) in notifyEvent()
1003 if (aEvent.Source == m_xNewDocBroadcaster) in disposing()
1009 if (aEvent.Source == m_xRecoveryCFG) in disposing()
2901 xListener->statusChanged(aEvent); in implts_informListener()
3001 css::frame::FeatureStateEvent aEvent; in implst_createFeatureStateEvent() local
3003 aEvent.FeatureDescriptor = sEventType; in implst_createFeatureStateEvent()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx114 css::awt::MenuEvent aEvent; in IMPL_LINK() local
116 aEvent.MenuId = mpMenu->GetCurItemId(); in IMPL_LINK()
117 maMenuListeners.itemSelected( aEvent ); in IMPL_LINK()
130 css::awt::MenuEvent aEvent; in IMPL_LINK() local
132 aEvent.MenuId = mpMenu->GetCurItemId(); in IMPL_LINK()
133 maMenuListeners.itemHighlighted( aEvent ); in IMPL_LINK()
141 css::awt::MenuEvent aEvent; in IMPL_LINK() local
143 aEvent.MenuId = mpMenu->GetCurItemId(); in IMPL_LINK()
144 maMenuListeners.itemActivated( aEvent ); in IMPL_LINK()
152 css::awt::MenuEvent aEvent; in IMPL_LINK() local
[all …]
H A Dvclxwindows.cxx587 ::com::sun::star::awt::ActionEvent aEvent; in ProcessWindowEvent()
589 aEvent.ActionCommand = maActionCommand; in ProcessWindowEvent()
594 aEvent in ProcessWindowEvent()
608 ::com::sun::star::awt::ItemEvent aEvent; in ProcessWindowEvent()
1035 aEvent.Highlighted = sal_False; in ProcessWindowEvent()
1308 aEvent.ActionCommand = maActionCommand; in ProcessWindowEvent()
1331 ::com::sun::star::awt::ItemEvent aEvent; in ImplClickedOrToggled()
1333 aEvent.Highlighted = sal_False; in ImplClickedOrToggled()
1456 ::com::sun::star::awt::SpinEvent aEvent; in ProcessWindowEvent()
2061 aEvent.Highlighted = sal_False; in ImplCallItemListeners()
[all …]
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePickerListener.idl55 @param aEvent
60 void fileSelectionChanged( [in] FilePickerEvent aEvent );
67 @param aEvent
72 void directoryChanged( [in] FilePickerEvent aEvent );
78 @param aEvent
90 string helpRequested( [in] FilePickerEvent aEvent );
96 @param aEvent
101 void controlStateChanged( [in] FilePickerEvent aEvent );
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx656 beans::PropertyChangeEvent aEvent; in setPropertyValues() local
657 aEvent.Source = static_cast< cppu::OWeakObject * >( this ); in setPropertyValues()
658 aEvent.Further = sal_False; in setPropertyValues()
660 aEvent.PropertyHandle = -1; in setPropertyValues()
709 aEvent.PropertyName = rValue.Name; in setPropertyValues()
711 aEvent.NewValue = uno::makeAny( aNewValue ); in setPropertyValues()
713 aChanges.getArray()[ nChanged ] = aEvent; in setPropertyValues()
767 aEvent.PropertyName = rValue.Name; in setPropertyValues()
768 aEvent.OldValue = aOldValue; in setPropertyValues()
769 aEvent.NewValue = rValue.Value; in setPropertyValues()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3524 awt::FocusEvent aEvent; in onWindowEvent() local
3525 aEvent.Source = *this; in onWindowEvent()
3883 aEvent.Source = *this; in onTextChanged()
4079 awt::ItemEvent aEvent; in onWindowEvent() local
4080 aEvent.Source = *this; in onWindowEvent()
4087 awt::ActionEvent aEvent; in onWindowEvent() local
4088 aEvent.Source = *this; in onWindowEvent()
4411 aEvent.Source = *this; in onWindowEvent()
4434 aEvent.Source = *this; in IMPL_LINK()
4623 awt::ItemEvent aEvent; in onWindowEvent() local
[all …]
/trunk/main/sfx2/source/dialog/
H A Dfiledlgimpl.hxx166 …eSelectionChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ) throw( ::com::su…
167 … directoryChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ) throw( ::com::su…
168 …ALL helpRequested( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ) throw( ::com::su…
169 …ntrolStateChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent ) throw( ::com::su…
179 …void handleFileSelectionChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent
180 void handleDirectoryChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent );
181 …tl::OUString handleHelpRequested( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent );
182 …void handleControlStateChanged( const ::com::sun::star::ui::dialogs::FilePickerEvent& aEvent );
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx329 …ContainerEvent aEvent( *this, makeAny( _rName ), makeAny( _xNewElement ), makeAny( _xOldElement ) … in notifyByName() local
337 … RaiseExceptionFromVeto( &XContainerApproveListener::approveInsertElement, aEvent ) ); in notifyByName()
339 rContainer.notifyEach( &XContainerListener::elementInserted, aEvent ); in notifyByName()
344 … RaiseExceptionFromVeto( &XContainerApproveListener::approveReplaceElement, aEvent ) ); in notifyByName()
346 rContainer.notifyEach( &XContainerListener::elementReplaced, aEvent ); in notifyByName()
351 … RaiseExceptionFromVeto( &XContainerApproveListener::approveRemoveElement, aEvent ) ); in notifyByName()
353 rContainer.notifyEach( &XContainerListener::elementRemoved, aEvent ); in notifyByName()
702 void SAL_CALL ODefinitionContainer::vetoableChange( const PropertyChangeEvent& aEvent ) throw (Prop… in vetoableChange() argument
706 …if(aEvent.PropertyName == (rtl::OUString) PROPERTY_NAME || aEvent.PropertyName.equalsAsciiL( RTL_C… in vetoableChange()
709 aEvent.NewValue >>= sNewName; in vetoableChange()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfiguration.cxx334 ConfigurationChangeEvent aEvent; in PostEvent() local
335 aEvent.ResourceId = rxResourceId; in PostEvent()
338 aEvent.Type = FrameworkHelper::msResourceActivationRequestEvent; in PostEvent()
340 aEvent.Type = FrameworkHelper::msResourceActivationEvent; in PostEvent()
343 aEvent.Type = FrameworkHelper::msResourceDeactivationRequestEvent; in PostEvent()
345 aEvent.Type = FrameworkHelper::msResourceDeactivationEvent; in PostEvent()
346 aEvent.Configuration = this; in PostEvent()
348 mxBroadcaster->notifyEvent(aEvent); in PostEvent()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx587 sheet::ActivationEvent aEvent; in SheetChanged() local
590 aEvent.Source = xSource; in SheetChanged()
1412 lang::EventObject aEvent; in EndMouseListening() local
1413 aEvent.Source = (cppu::OWeakObject*)this; in EndMouseListening()
1434 lang::EventObject aEvent; in EndActivationListening() local
1831 lang::EventObject aEvent; in SelectionChanged() local
2110 beans::PropertyChangeEvent aEvent; in VisAreaChanged() local
2225 sheet::RangeSelectionEvent aEvent; in RangeSelDone() local
2230 (*aRangeSelListeners[n])->done( aEvent ); in RangeSelDone()
2235 sheet::RangeSelectionEvent aEvent; in RangeSelAborted() local
[all …]
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx555 ::com::sun::star::ui::ContextMenuExecuteEvent aEvent; in Popup()
556 aEvent.SourceWindow = VCLUnoHelper::GetInterface( pWindow ); in Popup()
557 aEvent.ExecutePosition.X = rPoint.X(); in Popup()
558 aEvent.ExecutePosition.Y = rPoint.Y(); in Popup()
560 …f ( pFrame->GetViewShell()->TryContextMenuInterception( *pSVMenu, sDummyMenuName, pMenu, aEvent ) ) in Popup()
605 ::com::sun::star::ui::ContextMenuExecuteEvent aEvent; in ExecutePopup()
606 aEvent.SourceWindow = VCLUnoHelper::GetInterface( pWindow ); in ExecutePopup()
607 aEvent.ExecutePosition.X = rPoint.X(); in ExecutePopup()
608 aEvent.ExecutePosition.Y = rPoint.Y(); in ExecutePopup()
610 …f ( pFrame->GetViewShell()->TryContextMenuInterception( *pSVMenu, sDummyMenuName, pMenu, aEvent ) ) in ExecutePopup()

Completed in 242 milliseconds

12345678910>>...27