Home
last modified time | relevance | path

Searched refs:deactivated (Results 1 – 25 of 75) sorted by relevance

123

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XFormController.java63 public boolean deactivated = false ; field in _XFormController.MyListener
68 deactivated = false; in init()
76 deactivated = true ; in formDeactivated()
100 ", deactivated = " + listener.deactivated) ; in _addActivateListener()
103 listener.deactivated && listener.activated) ; in _addActivateListener()
125 ", deactivated = " + listener.deactivated) ; in _removeActivateListener()
128 !listener.activated && !listener.deactivated); in _removeActivateListener()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTopWindow.java62 public boolean deactivated = false ; field in _XTopWindow.TestListener
70 deactivated = false; in initListener()
93 deactivated = true; in windowDeactivated()
150 tRes.tested("toFront()", listener.activated && !listener.deactivated); in _toFront()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationController.idl92 modified. No resources have been activated or deactivated.</p></li>
97 <p>The order in which resources are activated or deactivated depends on
100 activated first and deactivated last. The order is undefined for
149 deactivated, i.e. when an object that previously was part of the
153 deactivated resource.</p></li>
173 activating a new view the old one has to be deactivated.</p>
225 <p>Call it when a resource is activated or deactivated
H A DXResource.idl51 deactivated when it has no children, either because none is
/trunk/main/offapi/com/sun/star/awt/
H A DXTabListener.idl84 /** a tab was deactivated, because another tab becames the new active state.
86 void deactivated( [in] long ID );
H A DXMenuListener.idl47 /** is invoked when a menu is deactivated.
H A DImageDrawMode.idl47 /** the image is drawn as being deactivated.
/trunk/main/offapi/com/sun/star/linguistic2/
H A DDictionaryListEventFlags.idl76 /** A dictionary with positive entries was deactivated or
88 /** A dictionary with negative entries was deactivated or
H A DDictionaryEventFlags.idl72 /** used when the dictionary was deactivated.
H A DXDictionaryList.idl108 <P>If the dictionary is still active, it will be deactivated
/trunk/main/offapi/com/sun/star/script/vba/
H A DVBAEventId.idl82 /** Document deactivated. No arguments. */
98 /** Document window has been deactivated. Arguments: XController aController. */
/trunk/main/offapi/com/sun/star/embed/
H A DXInplaceClient.idl102 /** notifies container through the client that the object is deactivated.
112 UI-deactivated.
H A DXHatchWindowController.idl71 void deactivated();
/trunk/main/svtools/source/hatchwindow/
H A Dhatchwindow.cxx234 m_xController->deactivated(); in Deactivated()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXWizardController.idl61 /** called when a page in the wizard is being deactivated
/trunk/main/offapi/com/sun/star/frame/
H A DFrameAction.idl101 component is deactivated
/trunk/main/offapi/com/sun/star/text/
H A DAccessibleTextEmbeddedObject.idl54 until the ovject is deactivated.
/trunk/main/sw/source/ui/uiview/
H A Dview.src83 Message [ en-US ] = "Check special regions is deactivated. Check anyway?" ;
/trunk/main/framework/source/services/
H A Dtabwindowservice.cxx402 pListener->deactivated( (sal_Int32)(sal_uLong)pWinEvt->GetData() ); in IMPL_LINK()
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx205 virtual void SAL_CALL deactivated( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl218 <p>A deactivated
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx497 listener->deactivated( page ); in ProcessWindowEvent()
/trunk/main/basctl/source/basicide/
H A Dbasidesh.src165 Text [ en-US ] = "The default library cannot be deactivated" ;
/trunk/main/apple_remote/source/
H A DHIDRemoteControlDevice.m150 // Whenever SecureEventInput is activated or deactivated the exclusive access
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx211 ((css::awt::XTabListener*)pIterator.next())->deactivated( ID ); in implts_SendNotification()

Completed in 85 milliseconds

123