Home
last modified time | relevance | path

Searched refs:Source (Results 26 – 50 of 975) sorted by relevance

12345678910>>...39

/trunk/main/migrationanalysis/src/wizard/
H A DOffice10Issues.bas110 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
142 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
171 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
191 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
218 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
236 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
259 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
H A DWizard.frm1657 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
1716 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
1858 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
1872 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
2049 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
2263 Function AttemptToCopyFile(Source As String, dest As String) As Boolean
2268 If fso.FileExists(Source) Then
2269 fso.CopyFile Source, dest
2408 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
2539 WriteDebug currentFunctionName & " : " & Err.Number & " " & Err.Description & " " & Err.Source
[all …]
/trunk/main/svx/source/form/
H A Dformcontroller.cxx1076 aEvent.Source = *this; in removeDisjunctiveTerm()
1547 aEvent.Source = *this; in textChanged()
1654 aEvent.Source = *this; in impl_appendEmptyFilterRow()
1819 aEvent.Source = *this;
1829 aEvent.Source = *this;
3739 aEvt.Source = *this; in approveRowChange()
3826 aEvt.Source = *this; in approveCursorMove()
3843 aEvt.Source = *this; in approveRowSetChange()
3880 aEvt.Source = *this; in errorOccured()
3953 aEvt.Source = *this; in approveParameter()
[all …]
H A Dfmtextcontrolshell.cxx194 virtual void SAL_CALL disposing( const EventObject& Source ) throw (RuntimeException);
256 …void SAL_CALL FmFocusListenerAdapter::disposing( const EventObject& Source ) throw (RuntimeExcepti… in disposing() argument
258 (void)Source; in disposing()
259 …DBG_ASSERT( Source.Source == m_xWindow, "FmFocusListenerAdapter::disposing: where did this come fr… in disposing()
288 virtual void SAL_CALL disposing( const EventObject& Source ) throw (RuntimeException);
369 …void SAL_CALL FmMouseListenerAdapter::disposing( const EventObject& Source ) throw (RuntimeExcepti… in disposing() argument
371 (void)Source; in disposing()
372 …DBG_ASSERT( Source.Source == m_xWindow, "FmMouseListenerAdapter::disposing: where did this come fr… in disposing()
1353 Reference< XControl > xControl( _rEvent.Source, UNO_QUERY ); in focusGained()
1369 Reference< XControl > xControl( _rEvent.Source, UNO_QUERY ); in focusLost()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleEventLog.java69 logMessage(accessibleEventObject.Source, "Retrieved active descendant event."); in notifyEvent()
72 logStateChange(accessibleEventObject.Source, in notifyEvent()
77 logMessage(accessibleEventObject.Source, "Retrieved children event."); in notifyEvent()
80 logMessage(accessibleEventObject.Source, "Retrieved boundrect changed event."); in notifyEvent()
83 logMessage(accessibleEventObject.Source, "Retrieved visible data changed event."); in notifyEvent()
86 logMessage(accessibleEventObject.Source, "Retrieved invalidate children event."); in notifyEvent()
/trunk/main/
H A DLICENSE_category_b108 2. Source Code License.
174 Section 2.2. The Source Code version of Covered Code may be
177 copy of this License with every copy of the Source Code You
184 3.2. Availability of Source Code.
495 Original Code Source Code for Your Modifications.]
635 means any form of the work other than Source Code Form.
673 1.13. "Source Code Form"
760 3.1. Distribution of Source Form
955 Exhibit A - Source Code Form License Notice
1106 2. Source Code License.
[all …]
H A DLICENSE_ALv227 "Source" form shall mean the preferred form for making modifications,
32 transformation or translation of a Source form, including but
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
72 Work and such Derivative Works in Source or Object form.
92 modifications, and in Source or Object form, provided that You
101 (c) You must retain, in the Source form of any Derivative Works
103 attribution notices from the Source form of the Work,
113 as part of the Derivative Works; within the Source form or
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx260 aEvent.Source = mrAntiImpl; in disposing()
444 aEvent.Source = *this; in notifyWindowRemoved()
509 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
521 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
532 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
543 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
552 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
562 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
571 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
581 aEvent.Source = (::cppu::OWeakObject*)this; in ProcessWindowEvent()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dpropeventtranslation.cxx74 aTranslatedEvent.Source = m_xTranslatedEventSource; in propertyChange()
80 …void SAL_CALL PropertyEventTranslation::disposing( const EventObject& Source ) throw (RuntimeExcep… in disposing() argument
86 m_xDelegator->disposing( Source ); in disposing()
89 EventObject aTranslatedEvent( Source ); in disposing()
90 aTranslatedEvent.Source = m_xTranslatedEventSource; in disposing()
/trunk/main/soltools/cpp/
H A Dcpp.h103 } Source; typedef
192 Source *setsource(char *, int, int, char *, int);
200 int fillbuf(Source *);
201 int trigraph(Source *);
202 int foldline(Source *);
239 extern Source *cursource;
H A D_lex.c346 Source *s = cursource; in gettokens()
554 trigraph(Source * s) in trigraph()
603 foldline(Source * s) in foldline()
633 fillbuf(Source * s) in fillbuf()
654 Source *
657 Source *s = new(Source); in setsource()
697 Source *s = cursource; in unsetsource()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx163 aMulti.Source = &m_rParent; in modified()
201 aMulti.Source = &m_rParent; in approveUpdate()
218 aMulti.Source = &m_rParent; in updated()
257 aMulti.Source = &m_rParent; in selectionChanged()
294 aMulti.Source = &m_rParent; in elementInserted()
302 aMulti.Source = &m_rParent; in elementRemoved()
311 aMulti.Source = &m_rParent; in elementReplaced()
348 aForwardedEvent.Source = &m_rParent; in columnChanged()
1490 if (evt.Source == xCurrent) in propertyChange()
2513 aEvt.Source = (XContainer*)this; in columnVisible()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterSlideShowView.cxx211 aEvent.Source = static_cast<XWeak*>(this); in disposing()
578 if (rEvent.Source == mxViewWindow) in disposing()
580 else if (rEvent.Source == mxSlideShow) in disposing()
600 if (rEvent.Source == mxWindow) in windowPaint()
617 aEvent.Source = static_cast<XWeak*>(this); in mousePressed()
640 aEvent.Source = static_cast<XWeak*>(this); in mouseReleased()
656 aEvent.Source = static_cast<XWeak*>(this); in mouseEntered()
672 aEvent.Source = static_cast<XWeak*>(this); in mouseExited()
690 aEvent.Source = static_cast<XWeak*>(this); in mouseDragged()
706 aEvent.Source = static_cast<XWeak*>(this); in mouseMoved()
[all …]
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx508 aEvent.Source = *this; in replaceByName()
591 aEvent.Source = *this; in insertByName()
609 aEvent.Source = *this; in removeByName()
880 aEvent.Source = *this; in implNotifyTabModelChange()
1244 const EventObject& Source ) in disposing() argument
1257 if ( Source.Source == xIfacRes ) in disposing()
1272 xListener->disposing( Source ); in disposing()
1283 else if ( Source.Source == xIfacList ) in disposing()
1444 aEvt.Source = static_cast< ::cppu::OWeakObject* >( this ); in dispose()
1459 const EventObject& Source ) in disposing() argument
[all …]
/trunk/main/basic/source/classes/
H A Derrobject.cxx63 …virtual void SAL_CALL Raise( const uno::Any& Number, const uno::Any& Source, const uno::Any& Descr…
68 void setData( const uno::Any& Number, const uno::Any& Source, const uno::Any& Description,
154 ErrObject::Raise( const uno::Any& Number, const uno::Any& Source, const uno::Any& Description, cons… in Raise() argument
156 setData( Number, Source, Description, HelpFile, HelpContext ); in Raise()
169 void ErrObject::setData( const uno::Any& Number, const uno::Any& Source, const uno::Any& Descriptio… in setData() argument
176 Source >>= m_sSource; in setData()
/trunk/main/comphelper/source/misc/
H A Dinstancelocker.cxx320 if ( aEvent.Source == m_xInstance ) in disposing()
344 if ( !m_bDisposed && aEvent.Source == m_xInstance && ( m_nMode & embed::Actions::PREVENT_CLOSE ) ) in queryClosing()
375 if ( aEvent.Source == m_xInstance ) in notifyClosing()
377 uno::Reference< util::XCloseBroadcaster > xCloseBroadcaster( aEvent.Source, uno::UNO_QUERY ); in notifyClosing()
404 if ( aEvent.Source == m_xInstance && ( m_nMode & embed::Actions::PREVENT_TERMINATION ) ) in queryTermination()
435 if ( aEvent.Source == m_xInstance ) in notifyTermination()
437 uno::Reference< frame::XDesktop > xDesktop( aEvent.Source, uno::UNO_QUERY ); in notifyTermination()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx300 aEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in paint()
513 aEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in windowResized()
552 aEvent.maEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in mousePressed()
575 aEvent.maEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in mouseReleased()
592 aEvent.maEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in mouseEntered()
608 aEvent.maEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in mouseExited()
625 aEvent.maEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in mouseDragged()
641 aEvent.maEvent.Source = static_cast< ::cppu::OWeakObject* >( this ); in mouseMoved()
/trunk/main/forms/source/helper/
H A Dwindowstateguard.cxx90 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
190 …void SAL_CALL WindowStateGuard_Impl::disposing( const EventObject& Source ) throw (RuntimeExceptio… in disposing() argument
192 …OSL_ENSURE( Source.Source == m_xWindow, "WindowStateGuard_Impl::disposing: where does this come fr… in disposing()
193 (void)Source; in disposing()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java84 Object[][] Source = { { "Level", "Code", "No.", "Team", "Name" }, in singleFieldSort() local
89 sourceData.setDataArray(Source); in singleFieldSort()
146 Object[][] Source = { { "Level", "Code", "No.", "Team", "Name" }, in sortByTwoFields() local
151 sourceData.setDataArray(Source); in sortByTwoFields()
212 Object[][] Source = { { "Level", "Code", "No.", "Team", "Name" }, in sortByThreeField() local
217 sourceData.setDataArray(Source); in sortByThreeField()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx158 …virtual void SAL_CALL disposing( const lang::EventObject& Source ) throw (::com::sun::star::u…
279 aObject.Source = (XController*)this; in dispose()
483 aEvent.Source = (XDispatch *) this; in dispatch()
570 aEvent.Source = (XDispatch *) this; in dispatch()
629 aEvent.Source = Reference< XInterface > (xCursor, UNO_QUERY); in dispatch()
716 aEvent.Source = (XDispatch *) this; in addStatusListener()
878 aEvent.Source = (XDispatch *) this; in RemoveFilter()
888 aEvent.Source = (XDispatch *) this; in RemoveFilter()
938 aEvent.Source = (XDispatch *) this; in ChangeDataSource()
953 aEvent.Source = (XDispatch *) this; in ChangeDataSource()
/trunk/
H A DLICENSE26 "Source" form shall mean the preferred form for making modifications,
31 transformation or translation of a Source form, including but
35 "Work" shall mean the work of authorship, whether in Source or
40 "Derivative Works" shall mean any work, whether in Source or Object
71 Work and such Derivative Works in Source or Object form.
91 modifications, and in Source or Object form, provided that You
100 (c) You must retain, in the Source form of any Derivative Works
102 attribution notices from the Source form of the Work,
112 as part of the Derivative Works; within the Source form or
/trunk/main/helpauthoring/license/
H A DLICENSE27 "Source" form shall mean the preferred form for making modifications,
32 transformation or translation of a Source form, including but
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
72 Work and such Derivative Works in Source or Object form.
92 modifications, and in Source or Object form, provided that You
101 (c) You must retain, in the Source form of any Derivative Works
103 attribution notices from the Source form of the Work,
113 as part of the Derivative Works; within the Source form or
/trunk/main/offapi/com/sun/star/sdb/application/
H A DCopyTableWizard.idl105 by <arg>Source</arg> resp. <arg>Dest</arg>. Failing to do so will result in an
112 @param Source
163 <ul><li>either <code>Source</code> or <code>Destination</code> is <NULL/></li>
164 <li>either <code>Source</code> or <code>Destination</code> are not sufficient
166 <li><code>Source</code> is not sufficient to describe the to-be-copied data</li>
167 … <li>either <code>Source</code> or <code>Destination</code> contain unsupported settings.</li>
183 [in] ::com::sun::star::beans::XPropertySet Source,
210 [in] ::com::sun::star::beans::XPropertySet Source,
/trunk/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx235 Reference< XPropertySet > xSourceSet(e.Source, UNO_QUERY); in disposing()
257 Reference< XPropertySet > xSet( _rEvent.Source, UNO_QUERY ); in propertyChange()
311 m_pImpl->m_xIntrospection->inspect( makeAny( _rEvent.Source ) ), in propertyChange()
412 Reference< report::XSection > xContainer(evt.Source,uno::UNO_QUERY); in elementInserted()
435 uno::Reference< report::XFunctions> xContainer(evt.Source,uno::UNO_QUERY); in elementInserted()
482 Reference< report::XSection > xContainer(evt.Source,uno::UNO_QUERY); in elementRemoved()
503 uno::Reference< report::XFunctions> xFunctions(evt.Source,uno::UNO_QUERY); in elementRemoved()
/trunk/main/embeddedobj/source/msole/
H A Downview.cxx609 if ( aEvent.Source == m_xModel && aEvent.EventName.equalsAscii( "OnSaveAsDone" ) ) in notifyEvent()
645 void SAL_CALL OwnView_Impl::notifyClosing( const lang::EventObject& Source ) in notifyClosing() argument
649 if ( Source.Source == m_xModel ) in notifyClosing()
654 void SAL_CALL OwnView_Impl::disposing( const lang::EventObject& Source ) in disposing() argument
658 if ( Source.Source == m_xModel ) in disposing()

Completed in 205 milliseconds

12345678910>>...39