Lines Matching refs:mpUserForm
2213 SbUserFormModule* mpUserForm; member in FormObjEventListenerImpl
2226 mpUserForm( pUserForm ), mxComponent( xComponent), mxModel( xModel ), in FormObjEventListenerImpl()
2292 if ( mpUserForm ) in windowOpened()
2299 mpUserForm->triggerActivateEvent(); in windowOpened()
2326 mpUserForm->triggerMethod( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Userform_QueryClose") ), in windowClosing()
2355 if ( mpUserForm ) in windowActivated()
2361 mpUserForm->triggerActivateEvent(); in windowActivated()
2368 if ( mpUserForm ) in windowDeactivated()
2369 mpUserForm->triggerDeactivateEvent(); in windowDeactivated()
2374 if ( mpUserForm ) in windowResized()
2376 mpUserForm->triggerResizeEvent(); in windowResized()
2377 mpUserForm->triggerLayoutEvent(); in windowResized()
2383 if ( mpUserForm ) in windowMoved()
2384 mpUserForm->triggerLayoutEvent(); in windowMoved()
2402 if ( mpUserForm ) in notifyEvent()
2403 mpUserForm->ResetApiObj(); // will trigger "UserForm_Terminate" in notifyEvent()
2412 if ( mpUserForm ) in disposing()
2413 mpUserForm->ResetApiObj( false ); // pass false (too late to trigger VBA events here) in disposing()