Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:seld

327     seld = dict['seld']
330 if want == 'text': return aetypes.Text(seld, fr)
331 if want == 'cha ': return aetypes.Character(seld, fr)
332 if want == 'cwor': return aetypes.Word(seld, fr)
333 if want == 'clin': return aetypes.Line(seld, fr)
334 if want == 'cpar': return aetypes.Paragraph(seld, fr)
335 if want == 'cwin': return aetypes.Window(seld, fr)
336 if want == 'docu': return aetypes.Document(seld, fr)
337 if want == 'file': return aetypes.File(seld, fr)
338 if want == 'cins': return aetypes.InsertionPoint(seld, fr)
339 if want == 'prop' and form == 'prop' and aetypes.IsType(seld):
340 return aetypes.Property(seld.type, fr)
341 return aetypes.ObjectSpecifier(want, form, seld, fr)