bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlClipboardFormat.idl
bloba533ef0c5d9d9e73e61f0c301d6d6193cfb1f14e
1 /*
2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 module ooo { module vba { module excel {
20 constants XlClipboardFormat {
21 const long xlClipboardFormatBIFF = 8;
22 const long xlClipboardFormatBIFF2 = 18;
23 const long xlClipboardFormatBIFF3 = 20;
24 const long xlClipboardFormatBIFF4 = 30;
25 const long xlClipboardFormatBinary = 15;
26 const long xlClipboardFormatBitmap = 9;
27 const long xlClipboardFormatCGM = 13;
28 const long xlClipboardFormatCSV = 5;
29 const long xlClipboardFormatDIF = 4;
30 const long xlClipboardFormatDspText = 12;
31 const long xlClipboardFormatEmbeddedObject = 21;
32 const long xlClipboardFormatEmbedSource = 22;
33 const long xlClipboardFormatLink = 11;
34 const long xlClipboardFormatLinkSource = 23;
35 const long xlClipboardFormatLinkSourceDesc = 32;
36 const long xlClipboardFormatMovie = 24;
37 const long xlClipboardFormatNative = 14;
38 const long xlClipboardFormatObjectDesc = 31;
39 const long xlClipboardFormatObjectLink = 19;
40 const long xlClipboardFormatOwnerLink = 17;
41 const long xlClipboardFormatPICT = 2;
42 const long xlClipboardFormatPrintPICT = 3;
43 const long xlClipboardFormatRTF = 7;
44 const long xlClipboardFormatScreenPICT = 29;
45 const long xlClipboardFormatStandardFont = 28;
46 const long xlClipboardFormatStandardScale = 27;
47 const long xlClipboardFormatSYLK = 6;
48 const long xlClipboardFormatTable = 16;
49 const long xlClipboardFormatText = 0;
50 const long xlClipboardFormatToolFace = 25;
51 const long xlClipboardFormatToolFacePICT = 26;
52 const long xlClipboardFormatVALU = 1;
53 const long xlClipboardFormatWK1 = 10;
55 }; }; };