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() 373 ScriptEvent aScriptEvent; in firing_impl() local 374 aScriptEvent.Source = (OWeakObject *)this; // get correct XInterface in firing_impl() 375 aScriptEvent.ListenerType = Event.ListenerType; in firing_impl() [all …]
|
| H A D | dlgevtatt.hxx | 139 …virtual void firing_impl( const ::com::sun::star::script::ScriptEvent& aScriptEvent, ::com::sun::s… 149 virtual void SAL_CALL firing( const ::com::sun::star::script::ScriptEvent& aScriptEvent ) 151 …: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) 180 virtual Any SAL_CALL approveFiring(const ScriptEvent& aScriptEvent) 189 void BasicScriptListener_Impl::firing( const ScriptEvent& aScriptEvent ) throw ( RuntimeException ) in firing() argument 191 firing_impl( aScriptEvent, NULL ); in firing() 194 Any BasicScriptListener_Impl::approveFiring( const ScriptEvent& aScriptEvent ) in approveFiring() argument [all …]
|
| /trunk/main/comphelper/source/eventattachermgr/ |
| H A D | eventattachermgr.cxx | 232 ScriptEvent aScriptEvent; in firing() local 233 aScriptEvent.Source = (OWeakObject *)mpManager; // get correct XInterface in firing() 234 aScriptEvent.ListenerType = Event.ListenerType; in firing() 235 aScriptEvent.MethodName = Event.MethodName; in firing() 236 aScriptEvent.Arguments = Event.Arguments; in firing() 237 aScriptEvent.Helper = Event.Helper; in firing() 238 aScriptEvent.ScriptType = aScriptType; in firing() 239 aScriptEvent.ScriptCode = aScriptCode; in firing() 244 ((XScriptListener *)aIt.next())->firing( aScriptEvent ); in firing() 298 ScriptEvent aScriptEvent; in approveFiring() local [all …]
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | eventhandler.cxx | 245 ScriptEventDescriptor aScriptEvent; in lcl_getAssignedScriptEvent() local 248 aScriptEvent.ListenerType = _rEvent.sListenerClassName; in lcl_getAssignedScriptEvent() 249 aScriptEvent.EventMethod = _rEvent.sListenerMethodName; in lcl_getAssignedScriptEvent() 268 aScriptEvent = *pAssignedEvent; in lcl_getAssignedScriptEvent() 270 if ( !aScriptEvent.ScriptType.equalsAscii( "StarBasic" ) ) in lcl_getAssignedScriptEvent() 278 sal_Int32 nPrefixLen = aScriptEvent.ScriptCode.indexOf( ':' ); in lcl_getAssignedScriptEvent() 280 ::rtl::OUString sLocation = aScriptEvent.ScriptCode.copy( 0, nPrefixLen ); in lcl_getAssignedScriptEvent() 281 ::rtl::OUString sMacroPath = aScriptEvent.ScriptCode.copy( nPrefixLen + 1 ); in lcl_getAssignedScriptEvent() 289 aScriptEvent.ScriptCode = aNewStyleSpec.makeStringAndClear(); in lcl_getAssignedScriptEvent() 292 … aScriptEvent.ScriptType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Script" ) ); in lcl_getAssignedScriptEvent() [all …]
|
| /trunk/main/dbaccess/source/ext/macromigration/ |
| H A D | migrationengine.cxx | 1811 ScriptEventDescriptor aScriptEvent; in impl_adjustDialogElementEvents_throw() local 1814 OSL_VERIFY( xEvents->getByName( *eventName ) >>= aScriptEvent ); in impl_adjustDialogElementEvents_throw() 1816 if ( !impl_adjustScriptLibrary_nothrow( aScriptEvent ) ) in impl_adjustDialogElementEvents_throw() 1819 xEvents->replaceByName( *eventName, makeAny( aScriptEvent ) ); in impl_adjustDialogElementEvents_throw()
|
| /trunk/main/forms/source/misc/ |
| H A D | InterfaceContainer.cxx | 1189 …::registerScriptEvent( sal_Int32 nIndex, const ScriptEventDescriptor& aScriptEvent ) throw(Illegal… in registerScriptEvent() argument 1194 m_xEventAttacher->registerScriptEvent( nIndex, aScriptEvent ); in registerScriptEvent()
|
| /trunk/main/udkapi/com/sun/star/script/ |
| H A D | XEventAttacherManager.idl | 68 [in] com::sun::star::script::ScriptEventDescriptor aScriptEvent )
|
| /trunk/main/forms/source/inc/ |
| H A D | InterfaceContainer.hxx | 176 …_Int32 nIndex, const ::com::sun::star::script::ScriptEventDescriptor& aScriptEvent ) throw(::com::…
|