/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/ |
H A D | _XFormController.java | 63 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.java | 62 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 D | XConfigurationController.idl | 92 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 D | XResource.idl | 51 deactivated when it has no children, either because none is
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XTabListener.idl | 84 /** a tab was deactivated, because another tab becames the new active state. 86 void deactivated( [in] long ID );
|
H A D | XMenuListener.idl | 47 /** is invoked when a menu is deactivated.
|
H A D | ImageDrawMode.idl | 47 /** the image is drawn as being deactivated.
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | DictionaryListEventFlags.idl | 76 /** A dictionary with positive entries was deactivated or 88 /** A dictionary with negative entries was deactivated or
|
H A D | DictionaryEventFlags.idl | 72 /** used when the dictionary was deactivated.
|
H A D | XDictionaryList.idl | 108 <P>If the dictionary is still active, it will be deactivated
|
/trunk/main/offapi/com/sun/star/script/vba/ |
H A D | VBAEventId.idl | 82 /** Document deactivated. No arguments. */ 98 /** Document window has been deactivated. Arguments: XController aController. */
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | XInplaceClient.idl | 102 /** notifies container through the client that the object is deactivated. 112 UI-deactivated.
|
H A D | XHatchWindowController.idl | 71 void deactivated();
|
/trunk/main/svtools/source/hatchwindow/ |
H A D | hatchwindow.cxx | 234 m_xController->deactivated(); in Deactivated()
|
/trunk/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XWizardController.idl | 61 /** called when a page in the wizard is being deactivated
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | FrameAction.idl | 101 component is deactivated
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | AccessibleTextEmbeddedObject.idl | 54 until the ovject is deactivated.
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view.src | 83 Message [ en-US ] = "Check special regions is deactivated. Check anyway?" ;
|
/trunk/main/framework/source/services/ |
H A D | tabwindowservice.cxx | 402 pListener->deactivated( (sal_Int32)(sal_uLong)pWinEvt->GetData() ); in IMPL_LINK()
|
/trunk/main/embeddedobj/source/inc/ |
H A D | docholder.hxx | 205 virtual void SAL_CALL deactivated( ) throw (::com::sun::star::uno::RuntimeException);
|
/trunk/main/offapi/com/sun/star/presentation/ |
H A D | XSlideShowController.idl | 218 <p>A deactivated
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxtabcontrol.cxx | 497 listener->deactivated( page ); in ProcessWindowEvent()
|
/trunk/main/basctl/source/basicide/ |
H A D | basidesh.src | 165 Text [ en-US ] = "The default library cannot be deactivated" ;
|
/trunk/main/apple_remote/source/ |
H A D | HIDRemoteControlDevice.m | 150 // Whenever SecureEventInput is activated or deactivated the exclusive access
|
/trunk/main/framework/source/tabwin/ |
H A D | tabwindow.cxx | 211 ((css::awt::XTabListener*)pIterator.next())->deactivated( ID ); in implts_SendNotification()
|