Home
last modified time | relevance | path

Searched refs:Source (Results 76 – 100 of 975) sorted by relevance

12345678910>>...39

/trunk/main/embeddedobj/source/inc/
H A Dclosepreventer.hxx29 …virtual void SAL_CALL queryClosing( const ::com::sun::star::lang::EventObject& Source, sal_Bool Ge…
30 …virtual void SAL_CALL notifyClosing( const ::com::sun::star::lang::EventObject& Source ) throw (::…
32 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
/trunk/main/writerfilter/source/dmapper/
H A DModelEventListener.cxx55 … uno::Reference< text::XDocumentIndexesSupplier> xIndexesSupplier( rEvent.Source, uno::UNO_QUERY ); in notifyEvent()
57 … uno::Reference<document::XEventBroadcaster>(rEvent.Source, uno::UNO_QUERY )->removeEventListener( in notifyEvent()
83 … uno::Reference<document::XEventBroadcaster>(rEvent.Source, uno::UNO_QUERY )->removeEventListener( in disposing()
/trunk/main/winaccessibility/source/service/
H A DAccTopWindowListener.cxx151 if ( !e.Source.is()) in windowOpened()
156 Reference< com::sun::star::accessibility::XAccessible > xAccessible ( e.Source, UNO_QUERY ); in windowOpened()
236 if ( !e.Source.is()) in windowClosed()
240 Reference< com::sun::star::accessibility::XAccessible > xAccessible ( e.Source, UNO_QUERY ); in windowClosed()
/trunk/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx174 …virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw( ::com::s…
267 …virtual void disposingGridControl(const ::com::sun::star::lang::EventObject& Source); // calls rem…
268 …virtual void disposingGridModel(const ::com::sun::star::lang::EventObject& Source); // calls remo…
269 virtual void disposingFormModel(const ::com::sun::star::lang::EventObject& Source);
270 virtual void disposingColumnModel(const ::com::sun::star::lang::EventObject& Source);
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx177 virtual void disposing( const lang::EventObject& Source ) throw (uno::RuntimeException);
193 if( aEvent.Source.is() ) in disposing()
194 m_aRefList.erase(aEvent.Source); in disposing()
254 uno::Reference< accessibility::XAccessible > xAccessible(aEvent.Source, uno::UNO_QUERY); in getAccessible()
259 uno::Reference< accessibility::XAccessibleContext > xContext(aEvent.Source, uno::UNO_QUERY); in getAccessible()
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx552 aReplaceEvent.Source = xIfac; in impl_resetElementTypeData()
569 aEvent.Source = xIfac; in impl_resetElementTypeData()
621 aReplaceEvent.Source = xIfac; in impl_reloadElementTypeData()
639 aReplaceEvent.Source = xIfac; in impl_reloadElementTypeData()
656 aRemoveEvent.Source = xIfac; in impl_reloadElementTypeData()
1142 aEvent.Source = xIfac; in replaceSettings()
1191 aEvent.Source = xIfac; in replaceSettings()
1255 aEvent.Source = xIfac; in removeSettings()
1270 aEvent.Source = xIfac; in removeSettings()
1335 aEvent.Source = xIfac; in insertSettings()
H A Duiconfigurationmanagerimpl.cxx524 aReplaceEvent.Source = m_xOwner; in impl_resetElementTypeData()
541 aEvent.Source = m_xOwner; in impl_resetElementTypeData()
594 aReplaceEvent.Source = m_xOwner; in impl_reloadElementTypeData()
612 aReplaceEvent.Source = m_xOwner; in impl_reloadElementTypeData()
629 aRemoveEvent.Source = m_xOwner; in impl_reloadElementTypeData()
1108 aEvent.Source = m_xOwner; in replaceSettings()
1156 aEvent.Source = m_xOwner; in replaceSettings()
1218 aEvent.Source = m_xOwner; in removeSettings()
1233 aEvent.Source = m_xOwner; in removeSettings()
1312 aEvent.Source = m_xOwner; in insertSettings()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx567 …void SAL_CALL ODriverDelegator::disposing( const ::com::sun::star::lang::EventObject& Source ) thr… in disposing() argument
570 Reference<XConnection> xCon(Source.Source,UNO_QUERY); in disposing()
585 Reference< XStorage> xStorage(Source.Source,UNO_QUERY); in disposing()
637 Reference< XStorage> xStorage(aEvent.Source,UNO_QUERY); in preCommit()
/trunk/main/scripting/source/storage/
H A DScriptStorageManager.cxx451 ScriptStorageManager::disposing( const ::com::sun::star::lang::EventObject& Source ) in disposing() argument
456 ::rtl::OUStringToOString( getCppuType( &Source ).getTypeName(), in disposing()
462 Reference< XInterface > xInterface = Source.Source; in disposing()
/trunk/main/offapi/com/sun/star/util/
H A DXCloseListener.idl93 @param Source
107 [in] com::sun::star::lang::EventObject Source,
125 @param Source
128 void notifyClosing( [in] com::sun::star::lang::EventObject Source );
/trunk/main/embeddedobj/source/msole/
H A Downview.hxx79 …virtual void SAL_CALL queryClosing( const ::com::sun::star::lang::EventObject& Source, sal_Bool Ge…
80 …virtual void SAL_CALL notifyClosing( const ::com::sun::star::lang::EventObject& Source ) throw (::…
82 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx684 aEventObject.Source = (OWeakObject *)this; in RemoveListener()
729 void SAL_CALL MenuBarManager::disposing( const EventObject& Source ) throw ( RuntimeException ) in disposing() argument
741 pMenuItemHandler->xMenuItemDispatch == Source.Source ) in disposing()
769 xEventListener->disposing( Source ); in disposing()
784 else if ( Source.Source == m_xFrame ) in disposing()
789 else if ( Source.Source == Reference< XInterface >( m_xDocImageManager, UNO_QUERY )) in disposing()
791 else if ( Source.Source == Reference< XInterface >( m_xModuleImageManager, UNO_QUERY )) in disposing()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1497 if ( m_xDocument.is() && m_xDocument == aSource.Source ) in disposing()
1503 if( m_xFrame.is() && m_xFrame == aSource.Source ) in disposing()
1518 …&& ( m_xDocument.is() && m_xDocument == aSource.Source || m_xFrame.is() && m_xFrame == aSource.Sou… in queryClosing()
1531 aSource.Source, uno::UNO_QUERY_THROW ); in notifyClosing()
1537 if ( m_xDocument.is() && m_xDocument == aSource.Source ) in notifyClosing()
1548 else if( m_xFrame.is() && m_xFrame == aSource.Source ) in notifyClosing()
1572 aSource.Source, uno::UNO_QUERY ); in notifyTermination()
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx80 aEvent.Source = xDispatch; in SendCommand()
97 aEvent.Source = (::com::sun::star::frame::XDispatch*) this; in SendCommandTo()
320 aEvent.Source = (::com::sun::star::frame::XDispatch*) this; in dispatch()
359 aEvent.Source = (::com::sun::star::frame::XDispatch*) this; in addStatusListener()
370 aEvent.Source = (::com::sun::star::frame::XDispatch*) this; in addStatusListener()
/trunk/main/dbaccess/source/ui/app/
H A Dcloseveto.cxx73 …virtual void SAL_CALL queryClosing( const EventObject& Source, ::sal_Bool GetsOwnership ) throw (C…
74 virtual void SAL_CALL notifyClosing( const EventObject& Source ) throw (RuntimeException);
77 virtual void SAL_CALL disposing( const EventObject& Source) throw (RuntimeException);
/trunk/main/offapi/com/sun/star/form/validation/
H A DXFormComponentValidityListener.idl48 @param Source
49 The member <member scope="com::sun::star::lang">EventObject::Source</member>
52 void componentValidityChanged( [in] com::sun::star::lang::EventObject Source );
H A DXValidityConstraintListener.idl45 @param Source
46 … The event source. The member <member scope="com::sun::star::lang">EventObject::Source</member>
49 void validityConstraintChanged( [in] com::sun::star::lang::EventObject Source );
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx148 aEvent.Source = *this; in addColumn()
184 aEvent.Source = *this; in removeColumn()
236 aEvent.Source = *this; in setDefaultColumns()
259 aEvent.Source = *this; in setDefaultColumns()
/trunk/main/sc/source/ui/unoobj/
H A Ddispuno.cxx303 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in addStatusListener()
382 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in selectionChanged()
400 uno::Reference<view::XSelectionSupplier> xSupplier(rSource.Source, uno::UNO_QUERY); in disposing()
405 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in disposing()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx223 aObject.Source = Reference< XComponent > ( (XControlContainer*)this, UNO_QUERY ); in dispose()
256 Reference< XControl > xControl( rEvent.Source, UNO_QUERY ); in disposing()
306 aEvent.Source = *this ; in addControl()
367 aEvent.Source = *this ; in removeControl()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java621 … r[i++]= li.evt.OldValue.equals(val1) && li.evt.NewValue.equals(val2) && li.evt.Source == cl; in addPropertyChangeListener()
630 … r[i++]= li.evt.OldValue.equals(val2) && li.evt.NewValue.equals(val3) && li.evt.Source == cl in addPropertyChangeListener()
642 … r[i++]= li.evt.OldValue.equals(val3) && li.evt.NewValue.equals(val1) && li.evt.Source == cl; in addPropertyChangeListener()
643 … r[i++]= li2.evt.OldValue.equals(val3) && li2.evt.NewValue.equals(val1) && li2.evt.Source == cl; in addPropertyChangeListener()
644 … r[i++]= li3.evt.OldValue.equals(val3) && li3.evt.NewValue.equals(val1) && li3.evt.Source == cl ; in addPropertyChangeListener()
701 … r[i++]= li.evt.OldValue.equals(val1) && li.evt.NewValue.equals(val2) && li.evt.Source == cl; in addPropertyChangeListener()
711 … r[i++]= li.evt.OldValue.equals(val2) && li.evt.NewValue.equals(val3) && li.evt.Source == cl in addPropertyChangeListener()
723 … r[i++]= li.evt.OldValue.equals(val3) && li.evt.NewValue.equals(val1) && li.evt.Source == cl; in addPropertyChangeListener()
724 … r[i++]= li2.evt.OldValue.equals(val3) && li2.evt.NewValue.equals(val1) && li2.evt.Source == cl; in addPropertyChangeListener()
725 … r[i++]= li3.evt.OldValue.equals(val3) && li3.evt.NewValue.equals(val1) && li3.evt.Source == cl ; in addPropertyChangeListener()
[all …]
/trunk/main/sd/source/ui/framework/module/
H A DReadOnlyModeObserver.cxx124 aEvent.Source = static_cast<XWeak*>(this); in disposing()
186 if (rEvent.Source == mxConfigurationController) in disposing()
188 else if (rEvent.Source == mxDispatch) in disposing()
/trunk/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx386 virtual void SAL_CALL disposing( const lang::EventObject& Source ) throw( uno::RuntimeException);
448 aDisposeEvent.Source = static_cast< uno::XAggregation* >( this ); in dispose()
480 uno::Reference< awt::XControl > xControl( _rEvt.Source, uno::UNO_QUERY ); in disposing()
562 aEvent.Source = *this; in replaceByIdentifer()
665 aEvent.Source = *this; in impl_addControl()
705 aEvent.Source = *this; in impl_removeControl()
/trunk/main/sw/source/ui/uno/
H A Ddlelstnr.cxx170 if (xLngSvcMgr.is() && rEventObj.Source == xLngSvcMgr) in disposing()
172 if (xLngSvcMgr.is() && rEventObj.Source == xGCIterator) in disposing()
191 if (xDesktop.is() && rEventObj.Source == xDesktop) in notifyTermination()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx486 uno::Reference< view::XSelectionSupplier> xSelectionSupplier(aEvent.Source,uno::UNO_QUERY); in _selectionChanged()
669 uno::Reference< report::XReportDefinition> xReport(_rEvent.Source,uno::UNO_QUERY); in _propertyChanged()
699 SvLBoxEntry* pEntry = find(_rEvent.Source); in _elementInserted()
758 removeEntry(find(_rSource.Source)); in _disposing()
825 SvLBoxEntry* pEntry = m_pTree->find(_rEvent.Source); in _propertyChanged()
833 uno::Reference< report::XGroup> xGroup(_rEvent.Source,uno::UNO_QUERY); in _propertyChanged()
861 uno::Reference<beans::XPropertySet> xProp(_rEvent.Source,uno::UNO_QUERY); in _propertyChanged()

Completed in 134 milliseconds

12345678910>>...39