Home
last modified time | relevance | path

Searched refs:Source (Results 51 – 75 of 975) sorted by relevance

12345678910>>...39

/trunk/main/sfx2/source/control/
H A Dsfxstatuslistener.cxx186 void SAL_CALL SfxStatusListener::disposing( const EventObject& Source ) in disposing() argument
191 if ( Source.Source == Reference< XInterface >( m_xDispatch, UNO_QUERY )) in disposing()
193 else if ( Source.Source == Reference< XInterface >( m_xDispatchProvider, UNO_QUERY )) in disposing()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx344 aEvent.Source = uno::Reference< XAccessibleContext >(this); in getAccessibleDescription()
371 aEvent.Source = uno::Reference< XAccessibleContext >(this); in getAccessibleName()
468 if (rSource.Source == mxParent) in disposing()
569 aEvent.Source = uno::Reference< XAccessibleContext >(const_cast<ScAccessibleContextBase*>(this)); in ChangeName()
584 aEvent.Source = uno::Reference< XAccessibleContext >(const_cast<ScAccessibleContextBase*>(this)); in CommitFocusGained()
596 aEvent.Source = uno::Reference< XAccessibleContext >(const_cast<ScAccessibleContextBase*>(this)); in CommitFocusLost()
H A DAccessibleSpreadsheet.cxx360 aEvent.Source = uno::Reference< XAccessibleContext >(this); in CompleteSelectionChanged()
369 aEvent.Source = uno::Reference< XAccessibleContext >(this); in LostFocus()
382 aEvent.Source = uno::Reference< XAccessibleContext >(this); in GotFocus()
432 aEvent.Source = uno::Reference< XAccessibleContext >(this); in VisAreaChanged()
471 aEvent.Source = uno::Reference< XAccessible >(this); in Notify()
768 aEvent.Source = uno::Reference< XAccessible >(this); in RemoveSelection()
797 aEvent.Source = uno::Reference< XAccessible >(this); in CommitFocusCell()
1571 aEvent.Source = uno::Reference< XAccessible >(this); in FireFirstCellFocus()
1595 aEvent.Source = uno::Reference< XAccessible >(this); in NotifyRefMode()
1597 aEvent.Source = uno::Reference< XAccessible >(this); in NotifyRefMode()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx368 if (rEvent.Source == mxParentWindow) in windowResized()
374 Reference<awt::XWindow> xWindow (rEvent.Source,UNO_QUERY); in windowResized()
392 if (rEvent.Source != mxParentWindow) in windowMoved()
394 Reference<awt::XWindow> xWindow (rEvent.Source,UNO_QUERY); in windowMoved()
516 rEvent.Source.get()); in focusGained()
537 if (rEvent.Source == mxParentWindow) in disposing()
541 Reference<awt::XWindow> xWindow (rEvent.Source, UNO_QUERY); in disposing()
1130 aEvent.Source = Reference<XInterface>(static_cast<XWeak*>(this)); in NotifyLayoutModeChange()
1160 aEvent.Source = static_cast<XWeak*>(this); in NotifyDisposing()
1628 if (rEvent.Source == mxConfigurationController) in disposing()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx170 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
381 Reference< XStorage > xStorage( aEvent.Source, UNO_QUERY ); in commited()
408 void SAL_CALL DocumentStorageAccess::disposing( const css::lang::EventObject& Source ) throw ( Runt… in disposing() argument
410 …OSL_ENSURE( Reference< XStorage >( Source.Source, UNO_QUERY ).is(), "DocumentStorageAccess::dispos… in disposing()
419 if ( find->second == Source.Source ) in disposing()
684 void SAL_CALL ODatabaseModelImpl::disposing( const ::com::sun::star::lang::EventObject& Source ) th… in disposing() argument
686 Reference<XConnection> xCon(Source.Source,UNO_QUERY); in disposing()
H A Ddatasource.cxx142 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
197 void SAL_CALL FlushNotificationAdapter::disposing( const EventObject& Source ) throw (RuntimeExcept… in disposing() argument
201 xListener->disposing( Source ); in disposing()
343 …void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(RuntimeExceptio…
364 …ConnectionManager::disposing( const ::com::sun::star::lang::EventObject& Source ) throw(RuntimeExc… in disposing() argument
367 Reference<XConnection> xConnection(Source.Source,UNO_QUERY); in disposing()
617 void SAL_CALL ODatabaseSource::disposing( const ::com::sun::star::lang::EventObject& Source ) throw… in disposing() argument
620 m_pImpl->disposing(Source); in disposing()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx695 virtual void SAL_CALL disposing( const EventObject& Source ) throw(RuntimeException);
1432 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::disposing( const EventObject& Source ) throw(Run… in disposing() argument
1445 if ( ( m_aControl == Source.Source ) in disposing()
1446 || ( m_aControl.getModel() == Source.Source ) in disposing()
1455 …DBG_ASSERT( Source.Source == m_xContainer, "ViewObjectContactOfUnoControl_Impl::disposing: Who's t… in disposing()
1546 …DBG_ASSERT( Event.Source == m_xContainer, "ViewObjectContactOfUnoControl_Impl::elementRemoved: whe… in elementRemoved()
1556 …DBG_ASSERT( Event.Source == m_xContainer, "ViewObjectContactOfUnoControl_Impl::elementReplaced: wh… in elementReplaced()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx86 virtual void SAL_CALL queryClosing( const lang::EventObject& Source, ::sal_Bool GetsOwnership )
88 …virtual void SAL_CALL notifyClosing( const lang::EventObject& Source ) throw (uno::RuntimeExceptio…
212 void SAL_CALL EmbedEventListener_Impl::queryClosing( const lang::EventObject& Source, ::sal_Bool ) in queryClosing() argument
218 if ( pObject && pObject->IsLocked() && Source.Source == pObject->GetObject() ) in queryClosing()
222 void SAL_CALL EmbedEventListener_Impl::notifyClosing( const lang::EventObject& Source ) throw (::co… in notifyClosing() argument
224 if ( pObject && Source.Source == pObject->GetObject() ) in notifyClosing()
233 if ( pObject && aEvent.Source == pObject->GetObject() ) in disposing()
/trunk/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx345 aEvt.Source = (XWeak*) this; in disposing()
368 if (m_pDataSourceImpl && (m_pDataSourceImpl->getAttachedForm() == aEvent.Source)) in unloading()
465 void SAL_CALL SbaExternalSourceBrowser::disposing(const ::com::sun::star::lang::EventObject& Source in disposing() argument
467 if (m_pDataSourceImpl && (m_pDataSourceImpl->getAttachedForm() == Source.Source)) in disposing()
472 SbaXDataBrowserController::disposing(Source); in disposing()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx135 …OSL_ENSURE( m_xDesigner.is() && ( Event.Source == m_xDesigner ), "SQLCommandDesigner::propertyChan… in propertyChange()
137 if ( m_xDesigner.is() && ( Event.Source == m_xDesigner ) ) in propertyChange()
164 … void SAL_CALL SQLCommandDesigner::disposing( const EventObject& Source ) throw (RuntimeException) in disposing() argument
166 if ( m_xDesigner.is() && ( Source.Source == m_xDesigner ) ) in disposing()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx140 rtl::OUStringToOString( comphelper::anyToString( makeAny(evt.Source)),
646 virtual void SAL_CALL disposing(const lang::EventObject& Source) throw( RuntimeException );
653 …virtual void SAL_CALL queryClosing( const lang::EventObject& Source, ::sal_Bool GetsOwnership ) th…
654 …virtual void SAL_CALL notifyClosing( const lang::EventObject& Source ) throw (uno::RuntimeExceptio…
757 EventListener::queryClosing( const lang::EventObject& Source, ::sal_Bool GetsOwnership ) throw (uti… in queryClosing() argument
763 EventListener::notifyClosing( const lang::EventObject& Source ) throw (uno::RuntimeException) in notifyClosing() argument
828 uno::Reference< uno::XInterface > xInterface( aEvent.Source, uno::UNO_QUERY ); in FindControl()
894 uno::Reference< awt::XControl > xControl( aEvent.Source, uno::UNO_QUERY_THROW ); in firing_Impl()
901 uno::Reference< awt::XDialog > xDlg( aEvent.Source, uno::UNO_QUERY ); in firing_Impl()
/trunk/main/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx161 aEvt.Source = static_cast< XComponent * >( this ); in SAL_STATIC_CAST()
247 aNewEvent.Source = static_cast< XDynamicResultSet * >( this ); in impl_notify()
301 ::setSource( const Reference< XInterface > & Source ) in setSource() argument
313 Reference< XDynamicResultSet > xSourceDynamic( Source, UNO_QUERY ); in setSource()
332 Reference< XComponent > xSourceComponent( Source, UNO_QUERY ); in setSource()
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx109 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source )
129 void SAL_CALL FilePickerListener::disposing( const ::com::sun::star::lang::EventObject& Source ) in disposing() argument
139 Reference< XFilePicker > rXFilePicker( aEvent.Source, UNO_QUERY ); in fileSelectionChanged()
205 Reference< XFilePickerControlAccess > rFilePickerCtrlAccess( aEvent.Source, UNO_QUERY ); in directoryChanged()
219 Reference< XFilePickerControlAccess > rFPCtrlAccess( aEvent.Source, UNO_QUERY ); in controlStateChanged()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx1158 if ( m_xComponent.is() && m_xComponent == aSource.Source ) in disposing()
1168 if( m_xFrame.is() && m_xFrame == aSource.Source ) in disposing()
1181 if ( m_xComponent.is() && m_xComponent == aSource.Source && !m_bAllowClosing ) in queryClosing()
1189 if ( m_xComponent.is() && m_xComponent == aSource.Source ) in notifyClosing()
1199 if( m_xFrame.is() && m_xFrame == aSource.Source ) in notifyClosing()
1221 uno::Reference< frame::XDesktop > xDesktop( aSource.Source, uno::UNO_QUERY ); in notifyTermination()
1233 …if( aEvent.Source == m_xComponent && m_pEmbedObj && m_pEmbedObj->getCurrentState() == embed::Embed… in modified()
1234 …tEvent_Impl( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OnVisAreaChanged" ) ), aEvent.Source ); in modified()
1241 if( m_pEmbedObj && Event.Source == m_xComponent ) in notifyEvent()
1249 m_pEmbedObj->PostEvent_Impl( Event.EventName, Event.Source ); in notifyEvent()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1814 dsde.Source = static_cast< OWeakObject* >(this); in handleSelectionRequest()
2343 dsde.Source = static_cast< OWeakObject* >(this); in dropComplete()
2426 dsde.Source = static_cast< OWeakObject* >(this); in sendDragStatus()
2518 dsde.Source = static_cast< OWeakObject* >(this); in updateDragAction()
2643 dsde.Source = static_cast< OWeakObject* >(this); in handleDragEvent()
2689 dsde.Source = static_cast< OWeakObject* >(this); in handleDragEvent()
2755 dsde.Source = static_cast< OWeakObject* >(this); in handleDragEvent()
2896 dsde.Source = static_cast< OWeakObject* >(this); in handleDragEvent()
2947 dsde.Source = static_cast< OWeakObject* >(this); in reject()
3097 dsde.Source = static_cast< OWeakObject* >(this); in updateDragWindow()
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Ddocumentfocuslistener.cxx58 if( aEvent.Source.is() ) in disposing()
59 m_aRefList.erase(aEvent.Source); in disposing()
116 Reference< XAccessible > xAccessible(aEvent.Source, UNO_QUERY); in getAccessible()
121 Reference< XAccessibleContext > xContext(aEvent.Source, UNO_QUERY); in getAccessible()
/trunk/main/linguistic/source/
H A Diprcache.cxx179 if (xDicList.is() && rSource.Source == xDicList) in disposing()
184 if (xPropSet.is() && rSource.Source == xPropSet) in disposing()
198 if (rDicListEvent.Source == xDicList) in processDictionaryListEvent()
221 if (rEvt.Source == xPropSet) in propertyChange()
/trunk/main/ucb/source/sorter/
H A Dsortdynres.cxx150 aEvt.Source = static_cast< XComponent * >( this ); in dispose()
526 const Reference< XDynamicResultSet > & Source, in createSortedDynamicResultSet()
532 xRet = new SortedDynamicResultSet( Source, Info, CompareFactory, mxSMgr ); in createSortedDynamicResultSet()
593 SortedDynamicResultSetListener::disposing( const EventObject& Source ) in disposing() argument
599 mpOwner->impl_disposing( Source ); in disposing()
/trunk/main/framework/source/helper/
H A Dtagwindowasmodified.cxx133 (aEvent.Source != xModel) in modified()
179 (aEvent.Source != xFrame) in frameAction()
199 (aEvent.Source == xFrame) in disposing()
209 (aEvent.Source == xModel) in disposing()
/trunk/main/sw/source/ui/uno/
H A Dunodispatch.cxx273 aEvent.Source = *(cppu::OWeakObject*)this; in dispatch()
316 aEvent.Source = *(cppu::OWeakObject*)this; in addStatusListener()
389 aEvent.Source = *(cppu::OWeakObject*)this; in selectionChanged()
407 uno::Reference<view::XSelectionSupplier> xSupplier(rSource.Source, uno::UNO_QUERY); in disposing()
413 aObject.Source = (cppu::OWeakObject*)this; in disposing()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.hxx98 const ::com::sun::star::lang::EventObject& Source,
104 const ::com::sun::star::lang::EventObject& Source )
109 const com::sun::star::lang::EventObject & Source )
131 const com::sun::star::lang::EventObject & Source )
/trunk/main/forms/source/component/
H A DFormComponent.cxx299 if (xAggAsIface != Reference< XInterface >(_rEvent.Source, UNO_QUERY)) in disposing()
487 void SAL_CALL OBoundControl::disposing(const EventObject& Source) throw (RuntimeException) in disposing() argument
490 OControl::disposing(Source); in disposing()
795 if (_rSource.Source == m_xParent) in disposing()
1647 if ( _rEvent.Source == getField() ) in disposing()
1651 else if ( _rEvent.Source == m_xLabelControl ) in disposing()
1659 else if ( _rEvent.Source == m_xExternalBinding ) in disposing()
1663 else if ( _rEvent.Source == m_xValidator ) in disposing()
2071 aEvent.Source = static_cast< XWeak* >( this ); in commit()
2287 …OSL_ENSURE( _rEvent.Source == m_xAmbientForm, "OBoundControlModel::loaded: where does this come fr… in loaded()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventHandler.java341 objectToContext (aEvent.Source), in notifyEvent()
349 handleVisibleDataEvent (objectToContext (aEvent.Source)); in notifyEvent()
356 objectToContext (aEvent.Source), in notifyEvent()
366 aEvent.Source, aEvent.OldValue, aEvent.NewValue); in notifyEvent()
/trunk/main/framework/source/jobs/
H A Djob.cxx533 aEvent.Source = m_xResultSourceFake; in impl_reactForJobResult()
868 m_bPendingCloseFrame = (m_xFrame.is() && aEvent.Source == m_xFrame); in queryClosing()
869 m_bPendingCloseModel = (m_xModel.is() && aEvent.Source == m_xModel); in queryClosing()
915 if (m_xDesktop.is() && aEvent.Source == m_xDesktop) in disposing()
921 if (m_xFrame.is() && aEvent.Source == m_xFrame) in disposing()
927 if (m_xModel.is() && aEvent.Source == m_xModel) in disposing()
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx530 void MenuManager::ClearMenuDispatch(const EVENTOBJECT& Source,bool _bRemoveOnly) in ClearMenuDispatch() argument
556 pItemHandler->pSubMenuManager->disposing( Source ); in ClearMenuDispatch()
562 void SAL_CALL MenuManager::disposing( const EVENTOBJECT& Source ) throw ( RUNTIMEEXCEPTION ) in disposing() argument
564 if ( Source.Source == m_xFrame ) in disposing()
567 ClearMenuDispatch(Source,false); in disposing()
581 if ( pMenuItemHandler->xMenuItemDispatch == Source.Source ) in disposing()

Completed in 177 milliseconds

12345678910>>...39