/dports/www/limesurvey/limesurvey/application/models/behaviors/ |
H A D | PluginEventBehavior.php | 61 * @param string $sEventName event name to dispatch 66 … public function dispatchPluginModelEvent($sEventName, $criteria = null, $eventParams = array()) argument 68 $oPluginEvent = new PluginEvent($sEventName, $this);
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/customize/ |
H A D | macropg.cxx | 329 OUString sEventName( OUString::createFromAscii( displayableEvent.pAsciiEventName ) ); in DisplayAppEvents() local 330 if ( !nameReplace->hasByName( sEventName ) ) in DisplayAppEvents() 333 EventsHash::iterator h_it = eventsHash->find( sEventName ); in DisplayAppEvents() 344 mpImpl->xEventLB->append(sEventName, displayName); in DisplayAppEvents() 399 OUString sEventName = rListBox.get_id(nEntry); in GenericHandler_Impl() local 405 EventsHash::iterator h_it = pThis->m_appEventsHash.find(sEventName); in GenericHandler_Impl() 414 EventsHash::iterator h_it = pThis->m_docEventsHash.find(sEventName); in GenericHandler_Impl() 468 EventsHash::iterator h_it = pThis->m_appEventsHash.find(sEventName); in GenericHandler_Impl() 474 EventsHash::iterator h_it = pThis->m_docEventsHash.find(sEventName); in GenericHandler_Impl()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/customize/ |
H A D | macropg.cxx | 338 OUString sEventName( OUString::createFromAscii( displayableEvent.pAsciiEventName ) ); in DisplayAppEvents() local 339 if ( !nameReplace->hasByName( sEventName ) ) in DisplayAppEvents() 342 EventsHash::iterator h_it = eventsHash->find( sEventName ); in DisplayAppEvents() 353 mpImpl->xEventLB->append(sEventName, displayName); in DisplayAppEvents() 408 OUString sEventName = rListBox.get_id(nEntry); in GenericHandler_Impl() local 414 EventsHash::iterator h_it = pThis->m_appEventsHash.find(sEventName); in GenericHandler_Impl() 423 EventsHash::iterator h_it = pThis->m_docEventsHash.find(sEventName); in GenericHandler_Impl() 477 EventsHash::iterator h_it = pThis->m_appEventsHash.find(sEventName); in GenericHandler_Impl() 483 EventsHash::iterator h_it = pThis->m_docEventsHash.find(sEventName); in GenericHandler_Impl()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/script/ |
H A D | XMLEventsImportContext.cxx | 84 OUString sEventName; in createFastChildContext() local 91 sEventName = sValue; in createFastChildContext() 103 GetImport(), xAttrList, this, sEventName, sLanguage); in createFastChildContext()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/script/ |
H A D | XMLEventsImportContext.cxx | 102 OUString sEventName; in CreateChildContext() local 114 sEventName = xAttrList->getValueByIndex(nAttr); in CreateChildContext() 128 this, sEventName, sLanguage); in CreateChildContext()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/ |
H A D | eventimp.cxx | 144 OUString sEventName; in SdXMLEventContext() local 173 sEventName = aIter.toString(); in SdXMLEventContext() 175 GetImport().GetNamespaceMap().GetKeyByAttrValueQName(sEventName, &sEventName); in SdXMLEventContext() 176 maData.mbValid = XML_NAMESPACE_DOM == nScriptPrefix && sEventName == "click"; in SdXMLEventContext() 212 maData.mbValid = !sEventName.isEmpty(); in SdXMLEventContext()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/dataaccess/ |
H A D | documentevents.cxx | 104 OUString sEventName = OUString::createFromAscii( pEventData->pAsciiEventName ); in DocumentEvents() local 105 … DocumentEventsData::const_iterator existingPos = m_pData->rEventsData.find( sEventName ); in DocumentEvents() 107 m_pData->rEventsData[ sEventName ] = Sequence< PropertyValue >(); in DocumentEvents()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/ |
H A D | documentevents.cxx | 108 OUString sEventName = OUString::createFromAscii( pEventData->pAsciiEventName ); in DocumentEvents() local 109 … DocumentEventsData::const_iterator existingPos = m_pData->rEventsData.find( sEventName ); in DocumentEvents() 111 m_pData->rEventsData[ sEventName ] = Sequence< PropertyValue >(); in DocumentEvents()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/dom/ |
H A D | attr.cxx | 197 OUString sEventName( "DOMAttrModified" ); in setValue() local 199 Reference< XMutationEvent > event(docevent->createEvent(sEventName),UNO_QUERY); in setValue() 201 sEventName, true, false, in setValue()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/source/dom/ |
H A D | attr.cxx | 198 OUString sEventName( "DOMAttrModified" ); in setValue() local 200 Reference< XMutationEvent > event(docevent->createEvent(sEventName),UNO_QUERY); in setValue() 202 sEventName, true, false, in setValue()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/ |
H A D | eventimp.cxx | 149 OUString sEventName; in SdXMLEventContext() local 192 sEventName = sValue; in SdXMLEventContext() 194 GetImport().GetNamespaceMap().GetKeyByAttrName( sValue, &sEventName ); in SdXMLEventContext() 195 maData.mbValid = XML_NAMESPACE_DOM == nScriptPrefix && sEventName == "click"; in SdXMLEventContext() 233 maData.mbValid = !sEventName.isEmpty(); in SdXMLEventContext()
|
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/smf/ |
H A D | smf_event.cpp | 228 SMFEvent::SMFEvent( const char* sEventName, unsigned nTicks ) in SMFEvent() argument 229 : Object( sEventName ) in SMFEvent()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/ |
H A D | controllerframe.cxx | 215 OUString sEventName = _bActive ? OUString("OnFocus") : OUString("OnUnfocus"); in lcl_notifyFocusChange_nothrow() local 217 … _rData.m_xDocEventBroadcaster->notifyDocumentEvent( sEventName, xController, Any() ); in lcl_notifyFocusChange_nothrow()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/ |
H A D | controllerframe.cxx | 210 OUString sEventName = _bActive ? OUString("OnFocus") : OUString("OnUnfocus"); in lcl_notifyFocusChange_nothrow() local 212 … _rData.m_xDocEventBroadcaster->notifyDocumentEvent( sEventName, xController, Any() ); in lcl_notifyFocusChange_nothrow()
|
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/smf/ |
H A D | SMFEvent.h | 89 SMFEvent( const char* sEventName, unsigned nTicks );
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/ |
H A D | AsyncJob.java | 127 String sEventName = null; in executeAsync() local 136 sEventName = com.sun.star.uno.AnyConverter.toString(lEnvironment[i].Value); in executeAsync()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/ |
H A D | AsyncJob.java | 127 String sEventName = null; in executeAsync() local 136 sEventName = com.sun.star.uno.AnyConverter.toString(lEnvironment[i].Value); in executeAsync()
|