AlterOffice
AlterOffice 2026.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
XMultiEntryClipboard.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the AlterOffice project.
4  *
5  */
6 
7 module com { module sun { module star { module datatransfer { module multientryclipboard {
8 
12  published interface XClipboardListener;
13  published interface XClipboardOwner;
14 
16 {
24  com::sun::star::datatransfer::XTransferable getEntry([in] unsigned short nId);
25 
28  void deleteEntry([in] unsigned short nId);
29 
32  void deleteAllEntries();
33 
39  sequence<unsigned short> getEntryIdList();
40 
46  byte getEntryType([in] unsigned short nId);
47 
53  string getEntryPreviewText([in] unsigned short nId);
54 
58  void skipClipboardUpdateFor([in] unsigned short nId);
59 };
60 
61 
62 }; }; }; }; };
63 
64 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
base interface of all UNO interfaces
Definition: XInterface.idl:45
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition: XTransferable.idl:29