~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/intl/ctl/public/nsCtlCIID.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
2
 * XPCTL : nsCtlCIID.h
 
3
 *
 
4
 * The contents of this file are subject to the Mozilla Public
 
5
 * License Version 1.1 (the "License"); you may not use this file
 
6
 * except in compliance with the License. You may obtain a copy of
 
7
 * the License at http://www.mozilla.org/MPL/
 
8
 *
 
9
 * Software distributed under the License is distributed on an "AS
 
10
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
11
 * implied. See the License for the specific language governing
 
12
 * rights and limitations under the License.
 
13
 *
 
14
 * The Original Code is mozilla.org code.
 
15
 * The Initial Developer of the Original Code is Sun Microsystems,
 
16
 * Inc.  Portions created by SUN are Copyright (C) 2000 SUN
 
17
 * Microsystems, Inc. All Rights Reserved.
 
18
 *
 
19
 * This module 'XPCTL Interface' is based on Pango (www.pango.org)
 
20
 * by Red Hat Software. Portions created by Redhat are Copyright (C)
 
21
 * 1999 Red Hat Software.
 
22
 *
 
23
 * Contributor(s):
 
24
 *   Prabhat Hegde (prabhat.hegde@sun.com)
 
25
 */
 
26
 
 
27
#ifndef nsCtlCIID_h___
 
28
#define nsCtlCIID_h___
 
29
 
 
30
// Class ID for UnicodeToSunIndia font encoding converter for *nix
 
31
#define NS_UNICODETOSUNINDIC_CID \
 
32
{ 0xc270e4e7, 0x3915, 0x43fe, \
 
33
 { 0xbc, 0xb0, 0x57, 0x4e, 0x68, 0xaf, 0x6b, 0xaf } }
 
34
 
 
35
// Class ID for UnicodeToTIS620 charset converter for *nix
 
36
#define NS_UNICODETOTIS620_CID \
 
37
{ 0xa2297171, 0x41ee, 0x498a, \
 
38
 { 0x83, 0x12, 0x1a, 0x63, 0x27, 0xd0, 0x44, 0x3a } }
 
39
 
 
40
// Class ID for UnicodeToThaiTTF charset converter 
 
41
#define NS_UNICODETOTHAITTF_CID \
 
42
{ 0xf15aec07, 0xd606, 0x452b, \
 
43
 { 0x96, 0xd6, 0x55, 0xa6, 0x84, 0x3f, 0x97, 0xf6 } }
 
44
 
 
45
// 1B285478-11B7-4EA3-AF47-2A7D117845AC
 
46
#define NS_ILE_IID \
 
47
{ 0x1b285478, 0x11b7, 0x4ea3, \
 
48
{ 0xaf, 0x47, 0x2a, 0x7d, 0x11, 0x78, 0x45, 0xac } }
 
49
 
 
50
#define NS_ILE_PROGID "@mozilla.org/extensions/ctl;1"
 
51
 
 
52
// A47B6D8A-CB2D-439E-B186-AC40F73B8252
 
53
#define NS_ULE_CID \
 
54
{ 0xa47b6d8a, 0xcb2d, 0x439e, \
 
55
  { 0xb1, 0x86, 0xac, 0x40, 0xf7, 0x3b, 0x82, 0x52 } }
 
56
 
 
57
// 6898A17D-5933-4D49-9CB4-CB261206FCC0
 
58
#define NS_ULE_IID \
 
59
{ 0x6898a17d, 0x5933, 0x4d49, \
 
60
  { 0x9c, 0xb4, 0xcb, 0x26, 0x12, 0x06, 0xfc, 0xc0 } }
 
61
 
 
62
#define NS_ULE_PROGID "@mozilla.org/intl/extensions/nsULE;1"
 
63
 
 
64
// D9E30F46-0EB5-4763-A7BD-26DECB30952F
 
65
#define NS_ISHAPEDTEXT_IID \
 
66
{ 0xd9e30f46, 0x0eb5, 0x4763, \
 
67
{ 0xa7, 0xbd, 0x26, 0xde, 0xcb, 0x30, 0x95, 0x2f } }
 
68
 
 
69
// {2997A657-AD7B-4036-827C-FBB3B443845B}
 
70
#define NS_SHAPEDTEXT_CID \
 
71
{ 0x2997a657, 0xad7b, 0x4036, \
 
72
  { 0x82, 0x7c, 0xfb, 0xb3, 0xb4, 0x43, 0x84, 0x5b } }
 
73
 
 
74
// {A47B6D8A-CB2D-439E-B186-AC40F73B8252}
 
75
#define NS_SHAPEDTEXT_IID \
 
76
{ 0xa47b6d8a, 0xcb2d, 0x439e, \
 
77
  { 0xb1, 0x86, 0xac, 0x40, 0xf7, 0x3b, 0x82, 0x52 } }
 
78
 
 
79
#define NS_SHAPEDTEXT_PROGID "component://netscape/extensions/ctl/nsShapedText"
 
80
 
 
81
#endif /* !nsCtlCIID_h___ */