/aoo42x/main/desktop/test/deployment/active/ |
H A D | makefile.mk | 49 ALLTAR : $(MISC)/active.oxt 51 $(MISC)/active.oxt : manifest.xml description.xml Addons.xcu \ 55 $(RM) -r $(MISC)/$(TARGET)/active.oxt-zip 56 $(MKDIR) $(MISC)/$(TARGET)/active.oxt-zip 57 $(MKDIRHIER) $(MISC)/$(TARGET)/active.oxt-zip/META-INF 60 > $(MISC)/$(TARGET)/active.oxt-zip/META-INF/manifest.xml 63 $(MISC)/$(TARGET)/active.oxt-zip/ 64 cd $(MISC)/$(TARGET)/active.oxt-zip && zip ../../active.oxt \
|
/aoo42x/main/qadevOOo/runner/stats/ |
H A D | InternalLogWriter.java | 35 boolean active; field in InternalLogWriter 44 active = true; in InternalLogWriter() 53 public boolean initialize(share.DescEntry entry, boolean active) { in initialize() argument 54 this.active = active; in initialize() 63 if (active) in println() 72 if (active) in print()
|
/aoo42x/main/offapi/com/sun/star/animations/ |
H A D | AnimationEndSync.idl | 37 active end of all the child elements. This does not refer to the lexical 39 child to end its (first) active duration. 43 /** The par, excl, or media element's implicit duration ends with the last active 45 to the last child to start, but rather refers to the last active end of all 49 restart, the child elements must complete all instances of active durations 56 child elements have ended their respective active durations. Elements with 59 When all elements have completed the active duration one or more times,
|
H A D | AnimationRestart.idl | 56 …** The element can only be restarted when it is not active (i.e. it can be restarted after the act… 57 Attempts to restart the element during its active duration are ignored.
|
/aoo42x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDropTarget.idl | 75 /** Indicates either a drop target object is active or not. 79 currently active, that is ready to accept drops. 85 /** Sets the drop target object active or inactive. 87 @param active 88 A value of <TRUE/> sets the drop target object active. 92 void setActive( [in] boolean active );
|
/aoo42x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XFramesSupplier.java | 48 protected XFrame active = null ; field in _XFramesSupplier 68 active = oObj.getActiveFrame() ; in _getActiveFrame() 69 if (active == null) { in _getActiveFrame() 95 if (active.equals(fr)) { in _getActiveFrame() 189 sFrame = active ; in _setActiveFrame()
|
/aoo42x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XConfigurationController.idl | 51 set of active resources. 54 <li>The current configuration contains the set of currently active 95 the current configuration (the one that comprises the actually active 116 active in the requested configuration. The event is sent when the 123 deactivation of a resource has been requested and the resource is active 185 of a resource that is not active is not an error.</p> 193 /** Return the active resource specified by the given resource id. 196 resource id of an active resource. 198 When the given resource id specifies an active resource then
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | FrameAction.idl | 92 not active before, down to the inner most component. 105 does not stay active up to the outer most component which does not 106 stay active. 127 /** an event of this kind is broadcast by an active frame when it 135 /** an event of this kind is broadcast by an active frame when it
|
H A D | XFramesSupplier.idl | 54 /** gets the current active frame of this container 58 This may be the frame itself. The active frame is defined as 67 the <type>Frame</type> which is active within this frame. 93 the new active child frame inside this container
|
H A D | XModel.idl | 197 If the controller which is active is a controller of this model, 199 active of this model is returned. If no controller of this model 200 ever was active, the controller first registered is returned. If no 210 the new active one
|
H A D | XFrame.idl | 224 At first the frame sets itself as the active frame of its 246 At first the frame deactivates its active sub-frame, if any. 257 /** determines if the frame is active. 260 <TRUE/> for active or UI active frames
|
/aoo42x/main/instsetoo_native/util/ |
H A D | openoffice.lst | 105 active 1 175 active 1 226 active 1 273 active 1 328 active 1 386 active 1
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | EmbedStates.idl | 69 /** "Inplace active" - the object has own window in the container's 81 /** "UI active" - the inplace active object that has user interface. 84 The object is inplace active, allowed to have menus, toolbars,
|
/aoo42x/main/sal/osl/unx/ |
H A D | thread.c | 357 int active; in osl_destroyThread() local 359 active = (impl->m_Flags & THREADIMPL_FLAGS_ACTIVE) != 0; in osl_destroyThread() 362 if (!active) { in osl_destroyThread() 426 sal_Bool active; in osl_isThreadRunning() local 433 active = ((pImpl->m_Flags & THREADIMPL_FLAGS_ACTIVE) > 0); in osl_isThreadRunning() 436 return (active); in osl_isThreadRunning()
|
/aoo42x/main/offapi/com/sun/star/form/runtime/ |
H A D | FormFeature.idl | 50 including the potentially active insertion row. 96 /// sorts the form ascending by the field which the active form control is bound to. 99 /// sorts the form descending by the field which the active form control is bound to. 105 /** adds a filter to the form, which is defined by the active form control and its 108 <p>For instance, if the currently active form control is bound to a table field
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XSimpleTabController.idl | 128 of the last active tab. 131 the ID of the new active tab. 140 /** return the unique ID of the current active tab. 143 the ID of the active tab.
|
H A D | XExtendedToolkit.idl | 92 visible, or active. 116 /** Return the currently active top-level window, i.e. which has 120 active. 129 to keep track of the currently active frame.
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | ActivationEvent.idl | 40 /** describes a change of the active sheet. The new active sheet is given 50 /** specifies the new active Spreadsheet.
|
H A D | XActivationEventListener.idl | 41 /** makes it possible to receive events when the active spreadsheet changes. 50 to get notified of changes of the active Spreadsheet. 54 the event that gives further information on which Spreadsheet is active now.
|
/aoo42x/main/solenv/bin/modules/ |
H A D | SourceConfigHelper.pm | 201 foreach my $active (@$result_ref) { 202 if ($active) { 203 $is_active = $active;
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxtabcontrol.cxx | 395 bool active = (i+1 == (unsigned) getActiveTabID()); in allocateArea() local 401 xWin->setVisible( active ); in allocateArea() 403 setChildrenVisible( xChild, active ); in allocateArea() 406 if ( active ) in allocateArea()
|
/aoo42x/main/linguistic/qa/complex/linguistic/ |
H A D | HangulHanjaConversion.java | 283 boolean active = false; field in HangulHanjaConversion.ConversionDictionary 320 return active; in isActive() 328 active = param; in setActive()
|
/aoo42x/main/dtrans/source/os2/dnd/ |
H A D | DropTarget.cxx | 119 void SAL_CALL DropTarget::setActive(sal_Bool active) throw(RuntimeException) in setActive() argument 121 debug_printf("DropTarget::setActive %d", active); in setActive() 122 mbActive = active; in setActive()
|
/aoo42x/main/offapi/com/sun/star/form/control/ |
H A D | GridControl.idl | 93 /** allows committing the content of the active cell of the control. 97 /** allows access to the active cell within the grid. 106 /** used to broadcast modifications made by the user (within the active cell)
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleEventId.idl | 80 /** Constant used to determine when the active descendant of a component 81 has changed. The active descendant is used in objects with 83 contains the now active object. The 85 previously active child. Empty references indicate that no child 86 has been respectively is currently active.
|