Home
last modified time | relevance | path

Searched refs:Source (Results 201 – 225 of 975) sorted by relevance

12345678910>>...39

/trunk/main/offapi/com/sun/star/ucb/
H A DXSortedDynamicResultSetFactory.idl58 @param Source
68 [in] com::sun::star::ucb::XDynamicResultSet Source,
/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx378 if ( comp->xDocumentDefinitionProperties != i_rEvent.Source ) in propertyChange()
410 if ( comp->xController == _rSource.Source ) in disposing()
425 else if ( comp->xModel == _rSource.Source ) in disposing()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx161 aEvent.Source = mpxEventSource; in replaceByName()
174 aEvent.Source = mpxEventSource; in replaceByName()
175 aEvent.Base <<= aEvent.Source; in replaceByName()
212 aEvent.Source = mpxEventSource; in insertByName()
224 aEvent.Source = mpxEventSource; in insertByName()
225 aEvent.Base <<= aEvent.Source; in insertByName()
262 aEvent.Source = mpxEventSource; in removeByName()
274 aEvent.Source = mpxEventSource; in removeByName()
275 aEvent.Base <<= aEvent.Source; in removeByName()
2678 …OSL_ENSURE( ( xDocument == _rSource.Source ) && xDocument.is(), "SfxLibraryContainer::_disposing: … in _disposing()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.hxx119 disposing( const ::com::sun::star::lang::EventObject& Source ) in disposing() argument
122 (void)Source; in disposing()
/trunk/main/toolkit/test/accessibility/
H A DTopWindowListener.java177 XWindow.class, aEvent.Source); in windowOpened()
200 XWindow.class, aEvent.Source); in windowClosed()
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx548 aEvt.Source = static_cast< ::cppu::OWeakObject* >(this); in dispose()
622 Reference< XWindow > xSourceWindow(_rSource.Source, UNO_QUERY); in focusGained()
643 if ( m_xView.is() && ( m_xView == _rSource.Source ) ) in disposing()
654 if ( *loop == _rSource.Source ) in disposing()
751 if ( _rEvent.Source == m_xModel ) in propertyChange()
/trunk/main/svx/source/unodraw/
H A Dshapepropertynotifier.cxx166 aEvent.Source = m_pData->m_rContext; in notifyPropertyChange()
198 aEvent.Source = m_pData->m_rContext; in disposing()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DListenAtCalcRangeInDraw.java147 if( UnoRuntime.queryInterface( XChartDocument.class, aSourceObj.Source ) != null ) in disposing()
150 if( UnoRuntime.queryInterface( XSpreadsheetDocument.class, aSourceObj.Source ) != null ) in disposing()
/trunk/main/chart2/source/tools/
H A DModifyListenerHelper.cxx57 aEventToSend.Source.set( xEventSource ); in lcl_fireModifyEvent()
58 OSL_ENSURE( aEventToSend.Source.is(), "Sending event without source" ); in lcl_fireModifyEvent()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java42 import javax.xml.transform.Source;
119 public Source resolve(String href, String base) { in resolve()
222 Source source = null; in start()
/trunk/main/forms/qa/integration/forms/
H A DSingleControlValidation.java162 if ( m_inputField.equals( eventObject.Source ) ) in componentValidityChanged()
165 eventObject.Source ); in componentValidityChanged()
/trunk/main/dtrans/source/win32/workbench/
H A Dtest_wincb.cxx110 virtual void SAL_CALL disposing( const EventObject& Source ) throw(RuntimeException);
118 void SAL_CALL CClipboardListener::disposing( const EventObject& Source ) throw(RuntimeException) in disposing() argument
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java158 if ( m_inputField.equals( eventObject.Source ) ) in componentValidityChanged()
161 eventObject.Source ); in componentValidityChanged()
/trunk/main/framework/inc/classes/
H A Dmenumanager.hxx96 virtual void SAL_CALL disposing( const EVENTOBJECT& Source ) throw ( RUNTIMEEXCEPTION );
118 void ClearMenuDispatch(const EVENTOBJECT& Source = EVENTOBJECT(),bool _bRemoveOnly = true);
/trunk/main/chart2/source/model/main/
H A DAxis.cxx575 void SAL_CALL Axis::disposing( const lang::EventObject& Source ) in disposing() argument
578 if( Source.Source == m_aScaleData.Categories ) in disposing()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx590 aEvent.Source = xSource; in SheetChanged()
1413 aEvent.Source = (cppu::OWeakObject*)this; in EndMouseListening()
1435 aEvent.Source = (cppu::OWeakObject*)this; in EndActivationListening()
1832 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in SelectionChanged()
2111 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in VisAreaChanged()
2226 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in RangeSelDone()
2236 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in RangeSelAborted()
2246 aEvent.Source.set(static_cast<cppu::OWeakObject*>(this)); in RangeSelChanged()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentDeserializerImpl.java55 import javax.xml.transform.Source;
147 public Source resolve(String href,String base) in resolve()
/trunk/main/uui/source/
H A Diahndl-errorhandler.cxx157 enum Source { SOURCE_DEFAULT, SOURCE_CNT, SOURCE_SVX, SOURCE_UUI }; in handleErrorHandlerRequest() enum
171 Source eSource = nErrorId < ERRCODE_AREA_LIB1 ? in handleErrorHandlerRequest()
/trunk/main/vcl/source/app/
H A Dunohelp.cxx219 xExtToolkit->fireFocusGained( rEventObject.Source ); in NotifyAccessibleStateEventGlobally()
224 xExtToolkit->fireFocusLost( rEventObject.Source ); in NotifyAccessibleStateEventGlobally()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dtkspinbutton.hxx88 …:sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException) { UnoContro… in disposing() argument
/trunk/main/sc/inc/
H A Ddispuno.hxx100 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source )
141 virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source )
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DToolkitNode.java148 XAccessible.class, eventObject.Source); in windowClosed()
192 XTopWindow.class, eventObject.Source); in windowOpened()
/trunk/main/comphelper/source/container/
H A Denumhelper.cxx109 if (aEvent.Source == m_xAccess) in disposing()
211 if (aEvent.Source == m_xAccess) in disposing()
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx115 aEvent.Source = (::cppu::OWeakObject*)this; in IMPL_LINK()
131 aEvent.Source = (::cppu::OWeakObject*)this; in IMPL_LINK()
142 aEvent.Source = (::cppu::OWeakObject*)this; in IMPL_LINK()
153 aEvent.Source = (::cppu::OWeakObject*)this; in IMPL_LINK()
/trunk/main/sfx2/source/view/
H A Duserinputinterception.cxx194 aEvent.Source = _rEvent.GetWindow()->GetComponentInterface(); in handleNotifyEvent()
232 aEvent.Source = _rEvent.GetWindow()->GetComponentInterface(); in handleNotifyEvent()

Completed in 121 milliseconds

12345678910>>...39