Home
last modified time | relevance | path

Searched refs:FocusEvent (Results 1 – 25 of 70) sorted by relevance

123

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DComponent.java122 …getEventQueue().postEvent(new java.awt.event.FocusEvent(this, java.awt.event.FocusEvent.FOCUS_GAIN… in requestFocusInWindow()
227 getEventQueue().postEvent(new java.awt.event.FocusEvent( in setComponentState()
229 java.awt.event.FocusEvent.FOCUS_GAINED : in setComponentState()
230 java.awt.event.FocusEvent.FOCUS_LOST)); in setComponentState()
428 public void focusGained(java.awt.event.FocusEvent event) { in focusGained()
436 public void focusLost(java.awt.event.FocusEvent event) { in focusLost()
H A DContainer.java125 …getEventQueue().postEvent(new java.awt.event.FocusEvent(this, java.awt.event.FocusEvent.FOCUS_GAIN… in requestFocusInWindow()
222 getEventQueue().postEvent(new java.awt.event.FocusEvent( in setComponentState()
224 java.awt.event.FocusEvent.FOCUS_GAINED : in setComponentState()
225 java.awt.event.FocusEvent.FOCUS_LOST)); in setComponentState()
453 public void focusGained(java.awt.event.FocusEvent event) { in focusGained()
461 public void focusLost(java.awt.event.FocusEvent event) { in focusLost()
/trunk/main/svx/source/inc/
H A Dfmtextcontrolshell.hxx67 virtual void focusGained( const ::com::sun::star::awt::FocusEvent& _rEvent ) = 0;
68 virtual void focusLost( const ::com::sun::star::awt::FocusEvent& _rEvent ) = 0;
151 virtual void focusGained( const ::com::sun::star::awt::FocusEvent& _rEvent );
152 virtual void focusLost( const ::com::sun::star::awt::FocusEvent& _rEvent );
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelPropertiesVisualPanel.java99 public void focusGained(java.awt.event.FocusEvent evt) { in initComponents()
102 public void focusLost(java.awt.event.FocusEvent evt) { in initComponents()
146 …private void recipeNameFocusGained(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_recipeNameFoc… in recipeNameFocusGained()
150 …private void recipeNameFocusLost(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_recipeNameFocus… in recipeNameFocusLost()
/trunk/main/extensions/workben/
H A Dtestframecontrol.cxx77 virtual void focusGained( const FocusEvent& evt );
78 virtual void focusLost( const FocusEvent& evt );
169 void Listener_Impl::focusGained( const FocusEvent& evt ) {} in focusGained()
170 void Listener_Impl::focusLost( const FocusEvent& evt ) {} in focusLost()
/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx288 void OMRCListenerMultiplexerHelper::focusGained(const FocusEvent& aEvent ) throw( UNO3_RUNTIMEEXCEP… in focusGained()
317 MULTIPLEX( XFocusListener, focusGained, FocusEvent, aEvent ) in focusGained()
324 void OMRCListenerMultiplexerHelper::focusLost(const FocusEvent& aEvent ) throw( UNO3_RUNTIMEEXCEPTI… in focusLost()
326 MULTIPLEX( XFocusListener, focusLost, FocusEvent, aEvent ) in focusLost()
/trunk/main/offapi/com/sun/star/awt/
H A DXFocusListener.idl31 #include <com/sun/star/awt/FocusEvent.idl>
54 [oneway] void focusGained( [in] com::sun::star::awt::FocusEvent e );
62 [oneway] void focusLost( [in] com::sun::star::awt::FocusEvent e );
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx192 virtual void SAL_CALL focusGained( const FocusEvent& e ) throw (RuntimeException);
193 virtual void SAL_CALL focusLost( const FocusEvent& e ) throw (RuntimeException);
242 … void SAL_CALL FmFocusListenerAdapter::focusGained( const FocusEvent& e ) throw (RuntimeException) in focusGained()
249 void SAL_CALL FmFocusListenerAdapter::focusLost( const FocusEvent& e ) throw (RuntimeException) in focusLost()
1351 void FmTextControlShell::focusGained( const ::com::sun::star::awt::FocusEvent& _rEvent ) in focusGained()
1367 void FmTextControlShell::focusLost( const ::com::sun::star::awt::FocusEvent& _rEvent ) in focusLost()
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java31 import java.awt.event.FocusEvent;
100 public void focusLost(FocusEvent evt) { in initUI()
116 private void tableFocusLost(FocusEvent evt) { in tableFocusLost()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XWindow.java26 import com.sun.star.awt.FocusEvent;
335 public void focusGained(FocusEvent e) { in focusGained()
338 public void focusLost(FocusEvent e) { in focusLost()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DCommonListener.java135 public void focusGained(FocusEvent event) in focusGained()
143 public void focusLost(FocusEvent event) in focusLost()
/trunk/main/avmedia/source/viewer/
H A Dmediaevent_impl.hxx74 …virtual void SAL_CALL focusGained( const ::com::sun::star::awt::FocusEvent& e ) throw (::com::sun:…
75 …virtual void SAL_CALL focusLost( const ::com::sun::star::awt::FocusEvent& e ) throw (::com::sun::s…
H A Dmediaevent_impl.cxx205 void SAL_CALL MediaEventListenersImpl::focusGained( const ::com::sun::star::awt::FocusEvent& /* e *… in focusGained() argument
212 void SAL_CALL MediaEventListenersImpl::focusLost( const ::com::sun::star::awt::FocusEvent& /* e */ ) in focusLost() argument
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.hxx100 virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent)
103 virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent)
H A DPresenterWindowManager.hxx175 virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent)
178 virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent)
H A DPresenterController.hxx178 virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent)
180 virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent)
/trunk/main/avmedia/source/java/
H A DWindowAdapter.java330 public void fireFocusEvent( java.awt.event.FocusEvent aEvt ) in fireFocusEvent()
332 if( java.awt.event.FocusEvent.FOCUS_GAINED == aEvt.getID() ) in fireFocusEvent()
335 FocusEvent aUNOEvt = new FocusEvent(); in fireFocusEvent()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.hxx82 void SAL_CALL focusGained (css::awt::FocusEvent const& e) throw (css::uno::RuntimeException);
83 void SAL_CALL focusLost (css::awt::FocusEvent const& e) throw (css::uno::RuntimeException);
/trunk/main/framework/inc/services/
H A Dframe.hxx267 …virtual void SAL_CALL focusGained ( const css::awt::FocusEvent& aEvent …
268 …virtual void SAL_CALL focusLost ( const css::awt::FocusEvent& /*aEvent… in focusLost() argument
400 …static sal_Bool implcp_focusGained ( const css::awt::FocusEvent& …
/trunk/main/extensions/source/bibliography/
H A Dgeneral.hxx171 …void SAL_CALL focusGained( const ::com::sun::star::awt::FocusEvent& e ) throw( com::sun::star::…
172 …void SAL_CALL focusLost( const ::com::sun::star::awt::FocusEvent& e ) throw( com::sun::star::un…
/trunk/main/forms/source/component/
H A DEdit.hxx164 …virtual void SAL_CALL focusGained( const ::com::sun::star::awt::FocusEvent& e ) throw ( ::com::sun…
165 …virtual void SAL_CALL focusLost( const ::com::sun::star::awt::FocusEvent& e ) throw ( ::com::sun::…
H A DFilter.hxx123 …virtual void SAL_CALL focusGained(const ::com::sun::star::awt::FocusEvent& e) throw( ::com::sun:…
124 …virtual void SAL_CALL focusLost(const ::com::sun::star::awt::FocusEvent& e) throw( ::com::sun::s…
/trunk/main/sd/source/ui/inc/
H A DAccessibleDocumentViewBase.hxx260 virtual void SAL_CALL focusGained (const ::com::sun::star::awt::FocusEvent& e)
262 virtual void SAL_CALL focusLost (const ::com::sun::star::awt::FocusEvent& e)
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java28 import com.sun.star.awt.FocusEvent;
308 public void focusGained(FocusEvent fe) in focusGained()
358 public void focusLost(FocusEvent fe)
/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java224 public void focusLost(FocusEvent e){ in initView()
232 public void focusGained( FocusEvent e){ in initView()

Completed in 135 milliseconds

123