Searched refs:aScriptEvent (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 142 ScriptEvent aScriptEventCopy( aScriptEvent ); in firing_impl() 373 ScriptEvent aScriptEvent; in firing_impl() local 376 aScriptEvent.MethodName = Event.MethodName; in firing_impl() 377 aScriptEvent.Arguments = Event.Arguments; in firing_impl() 378 aScriptEvent.Helper = Event.Helper; in firing_impl() 379 aScriptEvent.ScriptType = m_sScriptType; in firing_impl() 380 aScriptEvent.ScriptCode = m_sScriptCode; in firing_impl() 493 aInParams = aScriptEvent.Arguments; in firing_impl() 523 ScriptEvent aSFScriptEvent( aScriptEvent ); in firing_impl() 653 firing_impl( aScriptEvent, NULL ); in firing() [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 )
|
/aoo4110/main/basic/source/classes/ |
H A D | eventatt.cxx | 90 ::rtl::OUStringToOString( aScriptEvent.ScriptCode, in SFURL_firing_impl() 134 inArgs = aScriptEvent.Arguments; in SFURL_firing_impl() 171 virtual void firing_impl(const ScriptEvent& aScriptEvent, Any* pRet); 178 virtual void SAL_CALL firing(const ScriptEvent& aScriptEvent) 191 firing_impl( aScriptEvent, NULL ); in firing() 198 firing_impl( aScriptEvent, &aRetAny ); in approveFiring() 215 if( aScriptEvent.ScriptType.compareToAscii( "StarBasic" ) == 0 ) in firing_impl() 218 String aMacro( aScriptEvent.ScriptCode ); in firing_impl() 318 sal_Int32 nCnt = aScriptEvent.Arguments.getLength(); in firing_impl() 322 const Any *pArgs = aScriptEvent.Arguments.getConstArray(); in firing_impl() [all …]
|
/aoo4110/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 232 ScriptEvent aScriptEvent; in firing() local 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() 298 ScriptEvent aScriptEvent; in approveFiring() local 302 aScriptEvent.Arguments = Event.Arguments; in approveFiring() 303 aScriptEvent.Helper = Event.Helper; in approveFiring() 304 aScriptEvent.ScriptType = aScriptType; in approveFiring() [all …]
|
/aoo4110/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() 289 aScriptEvent.ScriptCode = aNewStyleSpec.makeStringAndClear(); in lcl_getAssignedScriptEvent() 294 return aScriptEvent; in lcl_getAssignedScriptEvent() 692 ScriptEventDescriptor aScriptEvent; in convertToControlValue() local 693 OSL_VERIFY( _rPropertyValue >>= aScriptEvent ); in convertToControlValue() [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/udkapi/com/sun/star/script/ |
H A D | XEventAttacherManager.idl | 68 [in] com::sun::star::script::ScriptEventDescriptor aScriptEvent )
|
/aoo4110/main/forms/source/inc/ |
H A D | InterfaceContainer.hxx | 176 …_Int32 nIndex, const ::com::sun::star::script::ScriptEventDescriptor& aScriptEvent ) throw(::com::…
|
Completed in 65 milliseconds