AlterOffice
AlterOffice 2026.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
MultiEntryClipboardEvent.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 module com { module sun { module star { module datatransfer { module multientryclipboard {
7 
14 {
17  byte Type;
18 };
19 
20 
21 }; }; }; }; };
22 
23 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
byte Type
EventType enum value describing clipboard action.
Definition: MultiEntryClipboardEvent.idl:17
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:27
A multi entry clipboard uses this object to notify its listeners of content changes.
Definition: MultiEntryClipboardEvent.idl:13