Searched refs:formDeactivated (Results 1 – 10 of 10) sorted by relevance
75 public void formDeactivated(EventObject ev) { in formDeactivated() method in _XFormController.MyListener
69 [oneway] void formDeactivated( [in] com::sun::star::lang::EventObject rEvent );
143 …void formDeactivated( const ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::…
210 …virtual void SAL_CALL formDeactivated(const ::com::sun::star::lang::EventObject& rEvent) throw(::c…
300 …virtual void SAL_CALL formDeactivated(const ::com::sun::star::lang::EventObject& rEvent) throw( ::…
523 void SAL_CALL FmXFormView::formDeactivated(const EventObject& rEvent) throw( RuntimeException ) in formDeactivated() function in FmXFormView526 m_pView->GetFormShell()->GetImpl()->formDeactivated( rEvent ); in formDeactivated()
1100 void FmTextControlShell::formDeactivated( const Reference< XFormController >& _rxController ) in formDeactivated() function in svx::FmTextControlShell
912 void SAL_CALL FmXFormShell::formDeactivated(const EventObject& rEvent) throw( RuntimeException ) in formDeactivated() function in FmXFormShell918 m_pTextShell->formDeactivated( xController ); in formDeactivated()
1213 m_aActivateListeners.notifyEach( &XFormControllerListener::formDeactivated, aEvt ); in disposing()1830 m_aActivateListeners.notifyEach( &XFormControllerListener::formDeactivated, aEvent );
1087 static_cast<XFormControllerListener*>(aIter.next())->formDeactivated(aEvt); in focusLost()
Completed in 86 milliseconds