Lines Matching refs:alloc
354 mpPreviewBox = [[NSBox alloc] initWithFrame: aPreviewFrame];
364 mpPreview = [[NSImageView alloc] initWithFrame: aPreviewFrame];
378 mpPagesLabel = [[NSTextView alloc] initWithFrame: aTextRect];
388 mpPageEdit = [[NSTextField alloc] initWithFrame: aFieldRect];
397 mpStepper = [[NSStepper alloc] initWithFrame: aStepFrame];
403 NSNumberFormatter* pFormatter = [[NSNumberFormatter alloc] init];
716 NSTextField* pTextView = [[NSTextField alloc] initWithFrame: aTextRect];
776 NSBox* pBox = [[NSBox alloc] initWithFrame: aSepRect];
793 NSButton* pBtn = [[NSButton alloc] initWithFrame: aCheckRect];
859 NSButtonCell* pProto = [[NSButtonCell alloc] init];
864 NSMatrix* pMatrix = [[NSMatrix alloc] initWithFrame: aRadioRect
920 NSPopUpButton* pBtn = [[NSPopUpButton alloc] initWithFrame: aBtnRect pullsDown: NO];
996 NSTextField* pFieldView = [[NSTextField alloc] initWithFrame: aFieldRect];
1022 NSStepper* pStep = [[NSStepper alloc] initWithFrame: aStepFrame];
1035 NSNumberFormatter* pFormatter = [[NSNumberFormatter alloc] init];
1099 NSView* pAccessoryView = [[NSView alloc] initWithFrame: aViewFrame];
1100 NSTabView* pTabView = [[NSTabView alloc] initWithFrame: aTabViewFrame];
1106 … ControlTarget* pCtrlTarget = [[ControlTarget alloc] initWithControllerMap: pControllerProperties];
1250 NSTabViewItem* pItem = [[NSTabViewItem alloc] initWithIdentifier: pLabel ];
1253 pCurParent = [[NSView alloc] initWithFrame: aTabViewFrame];