Searched refs:aScriptEvent (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/scripting/source/dlgprov/ |
| H A D | dlgevtatt.cxx | 70 virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ); 78 virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ); 90 virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ); 107 virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet ); 138 …void DialogVBAScriptListenerImpl::firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* ) in firing_impl() argument 140 …if ( aScriptEvent.ScriptType.equals( rtl::OUString::createFromAscii("VBAInterop") ) && mxListener.… in firing_impl() 142 ScriptEvent aScriptEventCopy( aScriptEvent ); in firing_impl() 371 ScriptEvent aScriptEvent; in firing_impl() local 372 aScriptEvent.Source = (OWeakObject *)this; // get correct XInterface in firing_impl() 373 aScriptEvent.ListenerType = Event.ListenerType; in firing_impl() [all …]
|
| H A D | dlgevtatt.hxx | 131 …virtual void firing_impl( const ::com::sun::star::script::ScriptEvent& aScriptEvent, ::com::sun::s… 140 virtual void SAL_CALL firing( const ::com::sun::star::script::ScriptEvent& aScriptEvent ); 141 …star::uno::Any SAL_CALL approveFiring( const ::com::sun::star::script::ScriptEvent& aScriptEvent );
|
| /trunk/main/basic/source/classes/ |
| H A D | eventatt.cxx | 87 void SFURL_firing_impl( const ScriptEvent& aScriptEvent, Any* pRet, const Reference< frame::XModel … in SFURL_firing_impl() argument 90 ::rtl::OUStringToOString( aScriptEvent.ScriptCode, in SFURL_firing_impl() 134 inArgs = aScriptEvent.Arguments; in SFURL_firing_impl() 136 … Reference< provider::XScript > xScript = xScriptProvider->getScript( aScriptEvent.ScriptCode ); in SFURL_firing_impl() 171 virtual void firing_impl(const ScriptEvent& aScriptEvent, Any* pRet); 178 virtual void SAL_CALL firing(const ScriptEvent& aScriptEvent); 179 virtual Any SAL_CALL approveFiring(const ScriptEvent& aScriptEvent); 186 void BasicScriptListener_Impl::firing( const ScriptEvent& aScriptEvent ) in firing() argument 188 firing_impl( aScriptEvent, NULL ); in firing() 191 Any BasicScriptListener_Impl::approveFiring( const ScriptEvent& aScriptEvent ) in approveFiring() argument [all …]
|
| /trunk/main/comphelper/source/eventattachermgr/ |
| H A D | eventattachermgr.cxx | 219 ScriptEvent aScriptEvent; in firing() local 220 aScriptEvent.Source = (OWeakObject *)mpManager; // get correct XInterface in firing() 221 aScriptEvent.ListenerType = Event.ListenerType; in firing() 222 aScriptEvent.MethodName = Event.MethodName; in firing() 223 aScriptEvent.Arguments = Event.Arguments; in firing() 224 aScriptEvent.Helper = Event.Helper; in firing() 225 aScriptEvent.ScriptType = aScriptType; in firing() 226 aScriptEvent.ScriptCode = aScriptCode; in firing() 231 ((XScriptListener *)aIt.next())->firing( aScriptEvent ); in firing() 283 ScriptEvent aScriptEvent; in approveFiring() local [all …]
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | eventhandler.cxx | 246 ScriptEventDescriptor aScriptEvent; in lcl_getAssignedScriptEvent() local 249 aScriptEvent.ListenerType = _rEvent.sListenerClassName; in lcl_getAssignedScriptEvent() 250 aScriptEvent.EventMethod = _rEvent.sListenerMethodName; in lcl_getAssignedScriptEvent() 269 aScriptEvent = *pAssignedEvent; in lcl_getAssignedScriptEvent() 271 if ( !aScriptEvent.ScriptType.equalsAscii( "StarBasic" ) ) in lcl_getAssignedScriptEvent() 279 sal_Int32 nPrefixLen = aScriptEvent.ScriptCode.indexOf( ':' ); in lcl_getAssignedScriptEvent() 281 ::rtl::OUString sLocation = aScriptEvent.ScriptCode.copy( 0, nPrefixLen ); in lcl_getAssignedScriptEvent() 282 ::rtl::OUString sMacroPath = aScriptEvent.ScriptCode.copy( nPrefixLen + 1 ); in lcl_getAssignedScriptEvent() 290 aScriptEvent.ScriptCode = aNewStyleSpec.makeStringAndClear(); in lcl_getAssignedScriptEvent() 293 … aScriptEvent.ScriptType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Script" ) ); in lcl_getAssignedScriptEvent() [all …]
|
| /trunk/main/dbaccess/source/ext/macromigration/ |
| H A D | migrationengine.cxx | 1812 ScriptEventDescriptor aScriptEvent; in impl_adjustDialogElementEvents_throw() local 1815 OSL_VERIFY( xEvents->getByName( *eventName ) >>= aScriptEvent ); in impl_adjustDialogElementEvents_throw() 1817 if ( !impl_adjustScriptLibrary_nothrow( aScriptEvent ) ) in impl_adjustDialogElementEvents_throw() 1820 xEvents->replaceByName( *eventName, makeAny( aScriptEvent ) ); in impl_adjustDialogElementEvents_throw()
|
| /trunk/main/forms/source/misc/ |
| H A D | InterfaceContainer.cxx | 1188 …erfaceContainer::registerScriptEvent( sal_Int32 nIndex, const ScriptEventDescriptor& aScriptEvent ) in registerScriptEvent() argument 1193 m_xEventAttacher->registerScriptEvent( nIndex, aScriptEvent ); in registerScriptEvent()
|
| /trunk/main/forms/source/inc/ |
| H A D | InterfaceContainer.hxx | 176 …riptEvent( sal_Int32 nIndex, const ::com::sun::star::script::ScriptEventDescriptor& aScriptEvent );
|
| /trunk/main/udkapi/com/sun/star/script/ |
| H A D | XEventAttacherManager.idl | 68 [in] com::sun::star::script::ScriptEventDescriptor aScriptEvent )
|