Home
last modified time | relevance | path

Searched refs:aScriptEvent (Results 1 – 9 of 9) sorted by relevance

/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx142 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 Ddlgevtatt.hxx139 …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 Deventatt.cxx90 ::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 …]
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx232 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 …]
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx245 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 …]
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1811 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 DInterfaceContainer.cxx1189 …::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 DXEventAttacherManager.idl68 [in] com::sun::star::script::ScriptEventDescriptor aScriptEvent )
/trunk/main/forms/source/inc/
H A DInterfaceContainer.hxx176 …_Int32 nIndex, const ::com::sun::star::script::ScriptEventDescriptor& aScriptEvent ) throw(::com::…

Completed in 64 milliseconds