Searched refs:triggerMethod (Results 1 – 2 of 2) sorted by relevance
2326 mpUserForm->triggerMethod( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Userform_QueryClose") ), in windowClosing()2439 void SbUserFormModule::triggerMethod( const String& aMethodToRun ) in triggerMethod() function in SbUserFormModule2442 triggerMethod( aMethodToRun, aArguments ); in triggerMethod()2445 void SbUserFormModule::triggerMethod( const String& aMethodToRun, Sequence< Any >& aArguments ) in triggerMethod() function in SbUserFormModule2489 triggerMethod( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("UserForm_Activate") ) ); in triggerActivateEvent()2496 triggerMethod( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Userform_Deactivate") ) ); in triggerDeactivateEvent()2505 triggerMethod( aInitMethodName ); in triggerInitializeEvent()2513 triggerMethod( aTermMethodName ); in triggerTerminateEvent()2520 triggerMethod( aMethodName ); in triggerLayoutEvent()2526 triggerMethod( aMethodName ); in triggerResizeEvent()[all …]
83 void triggerMethod( const String& );84 void triggerMethod( const String&, css::uno::Sequence< css::uno::Any >& );
Completed in 23 milliseconds