/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | Alert.java | 31 protected Alert(java.awt.Frame owner, XAccessibleComponent xAccessibleComponent) { in Alert() argument 32 super(owner, xAccessibleComponent); in Alert() 35 protected Alert(java.awt.Frame owner, String name, XAccessibleComponent xAccessibleComponent) { in Alert() argument 36 super(owner, name, xAccessibleComponent); in Alert() 39 …protected Alert(java.awt.Frame owner, String name, boolean modal, XAccessibleComponent xAccessible… in Alert() argument 40 super(owner, name, modal, xAccessibleComponent); in Alert()
|
H A D | Dialog.java | 40 protected Dialog(java.awt.Frame owner, XAccessibleComponent xAccessibleComponent) { in Dialog() argument 41 super(owner); in Dialog() 45 protected Dialog(java.awt.Frame owner, String name, XAccessibleComponent xAccessibleComponent) { in Dialog() argument 46 super(owner, name); in Dialog() 50 …protected Dialog(java.awt.Frame owner, String name, boolean modal, XAccessibleComponent xAccessibl… in Dialog() argument 51 super(owner, name, modal); in Dialog()
|
/aoo42x/main/sysui/desktop/slackware/ |
H A D | makefile.mk | 91 @tar -C $(MISC)/$(TARGET)/empty --owner=root --group=root --same-owner -cf $@ . 103 …@tar -C $(MISC)/$(@:b) --owner=root --group=root --same-owner --exclude application.flag -rf $@.tm…
|
/aoo42x/main/offapi/com/sun/star/configuration/backend/ |
H A D | XBackendEntities.idl | 57 provides the entity id of the owner entity of the backend. 60 an entity identifier for the owner entity. 61 <p> The owner entity is the default entity for the backend. 62 For normal configuration data access the owner entity
|
H A D | XBackend.idl | 65 <p> There is an implied owner entity associated to the object 80 retrieves the layers associated to the owner 106 creates an update handler for the owner entity
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XComponentLoader.idl | 142 it after use directly, because the frame containing the component is its owner. 150 containing the component is its owner. Here the object can be disposed 158 does not have an explicit owner. Every view and also the component that 159 loaded the document may consider itself as an owner. 161 cause problems, if some members of the "owner community" are currently
|
H A D | XController.idl | 51 the new owner frame of this controller 109 /** provides access to owner frame of this controller
|
H A D | XFrameLoader.idl | 92 Because only the owner of this process who called load method 94 On the other hand - nobody then this owner himself can be registered as an
|
H A D | XFrame.idl | 67 <var>xWindow</var>. Thus, the previous owner is not allowed to 305 Note: Don't dispose this window - the frame is the owner of it. 321 Note: Don't dispose it - the frame is the owner of it.
|
/aoo42x/main/setup_native/tests/opensolaris/bundledextensions/ |
H A D | send_ooo | 46 pkgsend -s http://localhost:80 add file installed mode=644 owner=root group=bin path=${EXTENSIONP… 47 pkgsend -s http://localhost:80 add file svc-ooo_bundled_extensions mode=744 owner=root group=bin pa… 48 pkgsend -s http://localhost:80 add file ooo_bundled_extensions.xml mode=644 owner=root group=bin pa…
|
/aoo42x/main/setup_native/scripts/source/ |
H A D | getuid.c | 37 int chown (const char *path, uid_t owner, gid_t group) {return 0;} in chown() argument 38 int lchown (const char *path, uid_t owner, gid_t group) {return 0;} in lchown() argument 39 int fchown (int fildes, uid_t owner, gid_t group) {return 0;} in fchown() argument
|
/aoo42x/main/udkapi/com/sun/star/lang/ |
H A D | XComponent.idl | 47 to UNO objects if you are by definition the owner of that object or 57 /** The owner of an object calls this method to explicitly free all 60 <p>Only the owner of this object is allowed to call this method. 81 <p>For some objects no real owner can be identified, thus it can be
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XCloseable.idl | 90 …If it is set to <FALSE/> the caller of the method close() will be the owner of this object in ever… 93 …he will be the new owner of the closing object. This information is passed to the listener by a pa… 96 …<var>DeliverOwnership</var> was set to <TRUE/> the object will be his own owner with all consequen… 110 …This new owner has to close the closing object again if his still running processes will be finish…
|
H A D | XCloseListener.idl | 81 will be the owner in every case. It's not allowed to call close() from this listener then. 82 If it's set to <TRUE/> this listener will be the new owner if he throw the exception,
|
/aoo42x/main/offapi/com/sun/star/datatransfer/clipboard/ |
H A D | XClipboard.idl | 61 transferable object and registers the specified clipboard owner 62 as the owner of the new contents. 72 The new owner of the clipboard.
|
H A D | XClipboardOwner.idl | 41 /** The owner of a transferable object may pass this interface to the 50 /** Notifies the tranferable object source that it is no longer the owner of
|
/aoo42x/main/setup_native/source/opensolaris/bundledextensions/ |
H A D | README | 17 pkgsend -s url_to_pkg_server add file installed mode=644 owner=root group=bin path=${EXTENSIONPAT… 18 pkgsend -s url_to_pkg_server add file svc-ooo_bundled_extensions mode=744 owner=root group=bin path… 19 pkgsend -s url_to_pkg_server add file ooo_bundled_extensions.xml mode=644 owner=root group=bin path…
|
/aoo42x/main/helpauthoring/license/ |
H A D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
/aoo42x/main/ |
H A D | LICENSE_ALv2 | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | Get Directory Dialog.bas | 85 Public Function BrowseForFolder(owner As Form, Title As String, StartDir As String) As String 96 .hWndOwner = owner.hWnd
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | InteractiveLockingLockedException.idl | 43 /** The owner of the lock. 50 /** The owner of the lock.
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | XHatchWindowController.idl | 43 A hatch window owner is responsible to handle resize/move requests 51 /** requests window owner to resize/move the window.
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | PopupWindow.java | 40 public PopupWindow(java.awt.Window owner) { in PopupWindow() argument 41 super(owner); in PopupWindow()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAwareFields.java | 53 public static DataAware.Value getFieldValueFor(Object owner, String fieldname, Object value) in getFieldValueFor() argument 57 Field f = owner.getClass().getField(fieldname); in getFieldValueFor()
|
/aoo42x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | UIMapOp.java | 336 WorkingCopyOwner owner = new WorkingCopyOwner() {}; in define() local 339 ICompilationUnit workingCopy = uiMap.getWorkingCopy(owner, null); in define()
|