Home
last modified time | relevance | path

Searched refs:ListenerType (Results 1 – 25 of 25) sorted by relevance

/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx234 aScriptEvent.ListenerType = Event.ListenerType; in firing()
300 aScriptEvent.ListenerType = Event.ListenerType; in approveFiring()
316 forName( Event.ListenerType.getTypeName() ); in approveFiring()
537 aEvt.ListenerType = pLastDot +1; in registerScriptEvent()
599 const OUString& ListenerType, in revokeScriptEvent() argument
612 OUString aLstType = ListenerType; in revokeScriptEvent()
623 if( aLstType == (*aEvtIt).ListenerType in revokeScriptEvent()
802 rCurObj.aHelper, pEL[i].ListenerType, in attach()
930 OutStream->writeUTF( rDesc.ListenerType ); in write()
946 OutStream->writeUTF( rDesc.ListenerType ); in write()
[all …]
/trunk/main/eventattacher/source/
H A Deventattacher.cxx67 InvocationToAllListenerMapper( const Reference< XIdlClass >& ListenerType,
114 , m_xListenerType( ListenerType ) in InvocationToAllListenerMapper()
231 const OUString& ListenerType, const OUString& AddListenerParam)
235 const OUString& ListenerType, const OUString& AddListenerParam,
239 const OUString& ListenerType, const OUString& AddListenerParam,
536 forName( Event.ListenerType.getTypeName() ); in approveFiring()
567 const OUString& ListenerType, in attachListener() argument
607 OUString aListenerName( ListenerType ); in attachListener()
709 const OUString& ListenerType, in attachSingleEventListener() argument
725 const OUString& ListenerType, in removeListener() argument
[all …]
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx248 aScriptEvent.ListenerType = _rEvent.sListenerClassName; in lcl_getAssignedScriptEvent()
255 if ( ( pAssignedEvent->ListenerType != _rEvent.sListenerClassName ) in lcl_getAssignedScriptEvent()
308 return _rFormComponentEventDescriptor.ListenerType; in lcl_getQualifiedKnownListenerName()
334 return ( ( _lhs.ListenerType == _rhs.ListenerType ) in operator ==()
614 if ( rEvent.sListenerClassName == pEvents->ListenerType in getPropertyValue()
1042 pEvents->ListenerType = lcl_getQualifiedKnownListenerName( *pEvents ); in impl_getFormComponentScriptEvents_nothrow()
1177 && ( lcl_endsWith( _rScriptEvent.ListenerType, pEvent->ListenerType ) ) in impl_setFormComponentScriptEvent_nothrow()
1228 aCompleteName.append( _rScriptEvent.ListenerType ); in impl_setDialogElementScriptEvent_nothrow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XEventAttacherManager.java228 return evt1.ListenerType.equals(evt2.ListenerType) in equal()
243 log.println("\"" + evt.ListenerType + "\",\"" in printEvent()
353 oObj.revokeScriptEvent(index, desc.ListenerType, in _revokeScriptEvent()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx339 aEventDesc.ListenerType = CREATE_OUSTRING( "XActionListener" ); in attachMacro()
345 aEventDesc.ListenerType = CREATE_OUSTRING( "XMouseListener" ); in attachMacro()
349 aEventDesc.ListenerType = CREATE_OUSTRING( "XTextListener" ); in attachMacro()
354 aEventDesc.ListenerType = CREATE_OUSTRING( "XAdjustmentListener" ); in attachMacro()
359 aEventDesc.ListenerType = CREATE_OUSTRING( "XChangeListener" ); in attachMacro()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx251 xControlModel, xAllListener, Helper, aDesc.ListenerType, in attachEventsToControl()
268 xControl, xAllListener, Helper, aDesc.ListenerType, in attachEventsToControl()
375 aScriptEvent.ListenerType = Event.ListenerType; in firing_impl()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx304 ListenerType eListenerType ) throw (uno::RuntimeException) : in ScVbaControlObjectBase()
359 …if( (pEvent->ListenerType == maListenerType) && (pEvent->EventMethod == maEventMethod) && (pEvent-… in getOnAction()
380 aDescriptor.ListenerType = maListenerType; in setOnAction()
H A Dvbasheetobject.hxx137 enum ListenerType enum in ScVbaControlObjectBase
152 ListenerType eListenerType ) throw (css::uno::RuntimeException);
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx355 …rDescriptor.ListenerType = OUString::createFromAscii( spTbxListenerData[ eEventType ].mpcListenerT… in FillMacroDescriptor()
369 … rDescriptor.ListenerType.equalsAscii( spTbxListenerData[ eEventType ].mpcListenerType ) && in ExtractFromMacroDescriptor()
/trunk/main/dbaccess/source/core/inc/
H A Ddefinitioncontainer.hxx149 enum ListenerType enum in dbaccess::ODefinitionContainer
332 ListenerType _eType
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1528 descr.ListenerType = OUString( in importEvents()
1551 &descr.ListenerType, in importEvents()
1584 if (!getStringAttr( &descr.ListenerType, in importEvents()
1615 buf.append( descr.ListenerType ); in importEvents()
H A Dxmldlg_export.cxx1109 OSL_ENSURE( descr.ListenerType.getLength() > 0 && in readEvents()
1122 descr.ListenerType, in readEvents()
1162 descr.ListenerType ); in readEvents()
/trunk/main/xmloff/source/forms/
H A Deventimport.cxx70 pTranslated->ListenerType = aEvent->first.copy(0, nSeparatorPos); in EndElement()
H A Deventexport.cxx57 sName = pEvents->ListenerType; in OEventDescriptorMapper()
/trunk/main/udkapi/com/sun/star/script/
H A DScriptEventDescriptor.idl40 string ListenerType;
H A DAllEventObject.idl59 type ListenerType;
H A DXEventAttacher.idl69 "ListenerType".
H A DXEventAttacherManager.idl97 <p>The parameters <var>ListenerType</var> and
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx152 rtl::OUStringToOString( evt.ListenerType.getTypeName(),
423 evtDesc.ListenerType = sTypeName; in eventMethodToDescriptor()
/trunk/main/svx/source/form/
H A Dfmscriptingenv.cxx243 …if ( !impl_allowAsynchronousCall_nothrow( _rEvent.ListenerType.getTypeName(), _rEvent.MethodName )… in firing()
H A Dfmshimp.cxx427 if (aListener == pCurrent->ListenerType.getStr()) in TransferEventScripts()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx321 ContainerOperation _eOperation, ListenerType _eType ) in notifyByName()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx4054 InvocationToAllListenerMapper( const Reference< XIdlClass >& ListenerType,
4099 …( const Reference< XIdlClass >& ListenerType, const Reference< XAllListener >& AllListener, const … in InvocationToAllListenerMapper()
4101 , m_xListenerType( ListenerType ) in InvocationToAllListenerMapper()
4157 aAllEvent.ListenerType = Type(m_xListenerType->getTypeClass(), m_xListenerType->getName() ); in invoke()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx862 rDesc.ListenerType = in lcl_html_setEvents()
887 rDesc.ListenerType = sListener; in lcl_html_setEvents()
H A Dhtmlforw.cxx185 String sListener( pDescs[i].ListenerType ); in SV_IMPL_OP_PTRARR_SORT()

Completed in 180 milliseconds