Searched refs:AddListenerParam (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/eventattacher/source/ |
H A D | eventattacher.cxx | 231 const OUString& ListenerType, const OUString& AddListenerParam) 235 const OUString& ListenerType, const OUString& AddListenerParam, 239 const OUString& ListenerType, const OUString& AddListenerParam, 568 const OUString& AddListenerParam in attachListener() argument 677 pAnys[0] <<= AddListenerParam; in attachListener() 710 const OUString& AddListenerParam, in attachSingleEventListener() argument 718 return attachListener( xObject, aFilterListener, Helper, ListenerType, AddListenerParam); in attachSingleEventListener() 726 const OUString& AddListenerParam, in removeListener() argument 809 pAnys[0] <<= AddListenerParam; in removeListener()
|
/aoo4110/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 561 ScriptEvent.AddListenerParam, ScriptEvent.EventMethod ); in registerScriptEvent() 625 && ToRemoveListenerParam == (*aEvtIt).AddListenerParam ) in revokeScriptEvent() 642 && (ToRemoveListenerParam == pEventList->AddListenerParam) in revokeScriptEvent() 782 (*aEvtIt).AddListenerParam, (*aEvtIt).EventMethod ); in attach() 803 pEL[i].AddListenerParam, pEL[i].EventMethod ); in attach() 843 (*aEvtIt).AddListenerParam, pArray[i] ); in detach() 862 pEL[i].AddListenerParam, pArray[i] ); in detach() 932 OutStream->writeUTF( rDesc.AddListenerParam ); in write() 948 OutStream->writeUTF( rDesc.AddListenerParam ); in write() 1000 rDesc.AddListenerParam = InStream->readUTF(); in read()
|
/aoo4110/main/qadevOOo/tests/java/ifc/script/ |
H A D | _XEventAttacherManager.java | 232 && evt1.AddListenerParam.equals(evt2.AddListenerParam); in equal() 247 + evt.AddListenerParam + "\""); in printEvent()
|
/aoo4110/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 252 aDesc.AddListenerParam, aDesc.EventMethod ); in attachEventsToControl() 269 aDesc.AddListenerParam, aDesc.EventMethod ); in attachEventsToControl()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlforw.cxx | 205 !pDescs[i].AddListenerParam.getLength()) ) in SV_IMPL_OP_PTRARR_SORT() 216 pDescs[i].AddListenerParam.getLength() ) in SV_IMPL_OP_PTRARR_SORT() 223 HTMLOutFuncs::Out_String( rStrm, pDescs[i].AddListenerParam, in SV_IMPL_OP_PTRARR_SORT()
|
H A D | htmlform.cxx | 891 rDesc.AddListenerParam = OUString(); in lcl_html_setEvents() 906 rDesc.AddListenerParam = rParam.Copy(nLen); in lcl_html_setEvents()
|
/aoo4110/main/udkapi/com/sun/star/script/ |
H A D | ScriptEventDescriptor.idl | 53 string AddListenerParam;
|
/aoo4110/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 1086 if (! descr.AddListenerParam.getLength()) in readEvents() 1136 if (descr.AddListenerParam.getLength()) in readEvents() 1140 descr.AddListenerParam ); in readEvents()
|
H A D | xmldlg_import.cxx | 1533 &descr.AddListenerParam, in importEvents() 1571 &descr.AddListenerParam, in importEvents()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | eventhandler.cxx | 336 && ( _lhs.AddListenerParam == _rhs.AddListenerParam ) in operator ==()
|
Completed in 77 milliseconds