Lines Matching full:pb
355 NSPasteboard *pb;
359 pb = [NSPasteboard generalPasteboard];
361 if (nil == pb)
364 countNow = [pb changeCount];
590 pb
597 pbtypes = [pb types];
657 NSPasteboard *)pb
669 pbtypes = [pb types];
679 data = [pb stringForType:NSStringPboardType];
717 NSPasteboard *)pb
726 pbtypes = [pb types];
729 NSString *data = [pb stringForType:NSStringPboardType];
815 pasteboard:(NSPasteboard *)pb
824 img = [[NSImage alloc] initWithPasteboard:pb];
863 pasteboard:(NSPasteboard *)pb
872 data = [pb dataForType:NSTIFFPboardType];
896 - (void) send_image:(XSelectionRequestEvent *)e pasteboard:(NSPasteboard *)pb
912 pbtypes = [pb types];
917 [self send_image_tiff_reply:e pasteboard:pb type:imagetype])
930 [self send_image_pict_reply:e pasteboard:pb type:imagetype])
953 NSPasteboard *pb;
970 pb = [NSPasteboard generalPasteboard];
971 if (nil == pb) {
981 [self send_targets:e pasteboard:pb];
991 [self send_string:e utf8:YES pasteboard:pb];
994 [self send_string:e utf8:NO pasteboard:pb];
997 [self send_compound_text:e pasteboard:pb];
1004 [self send_image:e pasteboard:pb];
1173 - (void) handle_image: (struct propdata *)pdata pasteboard:(NSPasteboard *)pb
1228 [pb declareTypes:pbtypes owner:nil];
1229 if (YES != [pb setData:tiff forType:NSTIFFPboardType]) {
1242 *)pb
1264 [pb declareTypes:pbtypes owner:nil];
1266 if (YES != [pb setString:string forType:NSStringPboardType]) {
1275 pb
1297 [pb declareTypes:pbtypes owner:nil];
1298 if (YES != [pb setString:string forType:NSStringPboardType]) {
1310 NSPasteboard *pb;
1314 pb = [NSPasteboard generalPasteboard];
1316 if (nil == pb) {
1333 [self handle_image:pdata pasteboard:pb];
1336 [self handle_image:pdata pasteboard:pb];
1339 [self handle_utf8_string:pdata pasteboard:pb];
1342 [self handle_string:pdata pasteboard:pb];
1459 - (void) pasteboard:(NSPasteboard *)pb provideDataForType:(NSString *)type
1464 - (void) pasteboardChangedOwner:(NSPasteboard *)pb