~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to packages/extra/univint/MacOS.pas

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{$mode macpas}
 
2
{$packenum 1}
 
3
{$macro on}
 
4
{$inline on}
 
5
{$CALLING MWPASCAL}
 
6
 
 
7
unit MacOS;
 
8
interface
 
9
 
 
10
uses 
 
11
  ABActions,
 
12
  ABAddressBook,
 
13
  ABGlobals,
 
14
  ABPeoplePicker,
 
15
  ABTypedefs,
 
16
  AEDataModel,
 
17
  AEHelpers,
 
18
  AEInteraction,
 
19
  AEMach,
 
20
  AEObjects,
 
21
  AEPackObject,
 
22
  AERegistry,
 
23
  AEUserTermTypes,
 
24
  AIFF,
 
25
  ASDebugging,
 
26
  ASRegistry,
 
27
  ATSFont,
 
28
  ATSLayoutTypes,
 
29
  ATSTypes,
 
30
  ATSUnicodeDirectAccess,
 
31
  ATSUnicodeDrawing,
 
32
  ATSUnicodeFlattening,
 
33
  ATSUnicodeFonts,
 
34
  ATSUnicodeGlyphs,
 
35
  ATSUnicodeObjects,
 
36
  ATSUnicodeTypes,
 
37
  AVLTree,
 
38
  AXConstants,
 
39
  AXErrors,
 
40
  AXUIElement,
 
41
  AXValue,
 
42
  Aliases,
 
43
  Appearance,
 
44
  AppleDiskPartitions,
 
45
  AppleEvents,
 
46
  AppleHelp,
 
47
  AppleScript,
 
48
  AuthSession,
 
49
  Authorization,
 
50
  AuthorizationDB,
 
51
  AuthorizationTags,
 
52
  CFArray,
 
53
  CFAttributedString,
 
54
  CFBag,
 
55
  CFBase,
 
56
  CFBinaryHeap,
 
57
  CFBitVector,
 
58
  CFBundle,
 
59
  CFByteOrders,
 
60
  CFCalendar,
 
61
  CFCharacterSet,
 
62
  CFData,
 
63
  CFDate,
 
64
  CFDateFormatter,
 
65
  CFDictionary,
 
66
  CFFTPStream,
 
67
  CFHTTPMessage,
 
68
  CFHTTPStream,
 
69
  CFHost,
 
70
  CFLocale,
 
71
  CFMachPort,
 
72
  CFMessagePort,
 
73
  CFNetServices,
 
74
  CFNotificationCenter,
 
75
  CFNumber,
 
76
  CFNumberFormatter,
 
77
  CFPlugIn,
 
78
  CFPlugInCOM,
 
79
  CFPreferences,
 
80
  CFPropertyList,
 
81
  CFRunLoop,
 
82
  CFSet,
 
83
  CFSocket,
 
84
  CFSocketStream,
 
85
  CFStream,
 
86
  CFString,
 
87
  CFStringEncodingExt,
 
88
  CFTimeZone,
 
89
  CFTree,
 
90
  CFURL,
 
91
  CFURLAccess,
 
92
  CFUUID,
 
93
  CFUserNotification,
 
94
  CFXMLNode,
 
95
  CFXMLParser,
 
96
  CGAffineTransforms,
 
97
  CGBase,
 
98
  CGBitmapContext,
 
99
  CGColor,
 
100
  CGColorSpace,
 
101
  CGContext,
 
102
  CGDataConsumer,
 
103
  CGDataProvider,
 
104
  CGDirectDisplay,
 
105
  CGDirectPalette,
 
106
  CGDisplayConfiguration,
 
107
  CGDisplayFade,
 
108
  CGErrors,
 
109
  CGEvent,
 
110
  CGEventSource,
 
111
  CGEventTypes,
 
112
  CGFont,
 
113
  CGFunction,
 
114
  CGGLContext,
 
115
  CGGeometry,
 
116
  CGImage,
 
117
  CGLayer,
 
118
  CGPDFArray,
 
119
  CGPDFContentStream,
 
120
  CGPDFContext,
 
121
  CGPDFDictionary,
 
122
  CGPDFDocument,
 
123
  CGPDFObject,
 
124
  CGPDFOperatorTable,
 
125
  CGPDFPage,
 
126
  CGPDFScanner,
 
127
  CGPDFStream,
 
128
  CGPDFString,
 
129
  CGPSConverter,
 
130
  CGPath,
 
131
  CGPattern,
 
132
  CGRemoteOperation,
 
133
  CGSession,
 
134
  CGShading,
 
135
  CGWindowLevels,
 
136
  CMApplication,
 
137
  CMCalibrator,
 
138
  CMDeviceIntegration,
 
139
  CMICCProfile,
 
140
  CMMComponent,
 
141
  CMPRComponent,
 
142
  CMScriptingPlugin,
 
143
  CMTypes,
 
144
  CarbonEvents,
 
145
  CarbonEventsCore,
 
146
  CodeFragments,
 
147
  Collections,
 
148
  ColorPicker,
 
149
  Components,
 
150
  ConditionalMacros,
 
151
  ControlDefinitions,
 
152
  Controls,
 
153
  CoreFoundation,
 
154
  CoreGraphics,
 
155
  DHCPClientPreferences,
 
156
  DateTimeUtils,
 
157
  Debugging,
 
158
  Devices,
 
159
  Dialogs,
 
160
  Dictionary,
 
161
  Displays,
 
162
  Drag,
 
163
  DrawSprocket,
 
164
  DriverFamilyMatching,
 
165
  DriverGestalt,
 
166
  DriverSynchronization,
 
167
  Endian,
 
168
  Events,
 
169
  FileTypesAndCreators,
 
170
  Files,
 
171
  FindByContent,
 
172
  Finder,
 
173
  FinderRegistry,
 
174
  FixMath,
 
175
  Folders,
 
176
  FontSync,
 
177
  Fonts,
 
178
  GXTypes,
 
179
  GestaltEqu,
 
180
  HFSVolumes,
 
181
  HIArchive,
 
182
  HIGeometry,
 
183
  HIObject,
 
184
  HIObjectCore,
 
185
  HIShape,
 
186
  HITextUtils,
 
187
  HITheme,
 
188
  HIToolbar,
 
189
  HIToolbox,
 
190
  HIView,
 
191
  HTMLRendering,
 
192
  IBCarbonRuntime,
 
193
  ICAApplication,
 
194
  ICACamera,
 
195
  ICADevice,
 
196
  Icons,
 
197
  ImageCodec,
 
198
  ImageCompression,
 
199
  InternetConfig,
 
200
  IntlResources,
 
201
  Keyboards,
 
202
  KeychainCore,
 
203
  KeychainHI,
 
204
  LanguageAnalysis,
 
205
  LaunchServices,
 
206
  Lists,
 
207
  LowMem,
 
208
  MacApplication,
 
209
  MacErrors,
 
210
  MacHelp,
 
211
  MacLocales,
 
212
  MacMemory,
 
213
  MacOSXPosix,
 
214
  MacTextEditor,
 
215
  MacTypes,
 
216
  MacWindows,
 
217
  MachineExceptions,
 
218
  Math64,
 
219
  MediaHandlers,
 
220
  Menus,
 
221
  MixedMode,
 
222
  Movies,
 
223
  MoviesFormat,
 
224
  Multiprocessing,
 
225
  NSL,
 
226
  NSLCore,
 
227
  NameRegistry,
 
228
  Navigation,
 
229
  Notification,
 
230
  NumberFormatting,
 
231
  OSA,
 
232
  OSAComp,
 
233
  OSAGeneric,
 
234
  OSUtils,
 
235
  OpenTransport,
 
236
  OpenTransportProtocol,
 
237
  OpenTransportProviders,
 
238
  PEFBinaryFormat,
 
239
  PLStringFuncs,
 
240
  PMApplication,
 
241
  PMCore,
 
242
  PMDefinitions,
 
243
  Palettes,
 
244
  Pasteboard,
 
245
  PictUtils,
 
246
  Power,
 
247
  Printing,
 
248
  Processes,
 
249
  QDOffscreen,
 
250
  QDPictToCGContext,
 
251
  QTML,
 
252
  QTSMovie,
 
253
  QTStreamingComponents,
 
254
  QuickTimeComponents,
 
255
  QuickTimeMusic,
 
256
  QuickTimeStreaming,
 
257
  QuickTimeVR,
 
258
  QuickTimeVRFormat,
 
259
  Quickdraw,
 
260
  QuickdrawText,
 
261
  Resources,
 
262
  SCDynamicStore,
 
263
  SCDynamicStoreCopyDHCPInfos,
 
264
  SCDynamicStoreCopySpecific,
 
265
  SCDynamicStoreKey,
 
266
  SCNetwork,
 
267
  SCNetworkConnection,
 
268
  SCNetworkReachability,
 
269
  SCPreferences,
 
270
  SCPreferencesPath,
 
271
  SCPreferencesSetSpecific,
 
272
  SCSI,
 
273
  SCSchemaDefinitions,
 
274
  SFNTLayoutTypes,
 
275
  SFNTTypes,
 
276
  Scrap,
 
277
  Script,
 
278
  Sound,
 
279
  SpeechRecognition,
 
280
  SpeechSynthesis,
 
281
  StringCompare,
 
282
  SystemConfiguration,
 
283
  SystemSound,
 
284
  TSMTE,
 
285
  TextCommon,
 
286
  TextEdit,
 
287
  TextEncodingConverter,
 
288
  TextEncodingPlugin,
 
289
  TextServices,
 
290
  TextUtils,
 
291
  Threads,
 
292
  Timer,
 
293
  ToolUtils,
 
294
  Translation,
 
295
  TranslationExtensions,
 
296
  TypeSelect,
 
297
  URLAccess,
 
298
  USB,
 
299
  UTCUtils,
 
300
  UTType,
 
301
  UnicodeConverter,
 
302
  UnicodeUtilities,
 
303
  Video,
 
304
  WorldScript,
 
305
  fenv,
 
306
  fp,
 
307
  vBLAS,
 
308
  vDSP;
 
309
 
 
310
end.