Lines Matching refs:clipboard
45 module com { module sun { module star { module datatransfer { module clipboard {
50 /** This interface is used to retrieve, add, or remove clipboard instances.
52 @see com::sun::star::datatransfer::clipboard::XClipboard
58 /** Get a clipboard instance by name.
61 The clipboard object with the specified name.
64 The name of clipboard to return. To retrieve the default (system)
65 clipboard, pass an empty string.
68 if no clipboard with the specified name exists.
74 /** Add a clipboard instance to the manager's list.
77 The clipboard to add.
80 if xClipboard is not a valid clipboard.
83 if a clipboard with the name of xClipboard already exists.
90 /** Removes the clipboard with the specified name from the list.
93 The name of the clipboard to remove.