Lines Matching refs:pb

368     NSPasteboard *pb;
372 pb = [NSPasteboard generalPasteboard];
374 if (nil == pb)
377 countNow = [pb changeCount];
598 - (void) send_targets:(XSelectionRequestEvent *)e pasteboard:(NSPasteboard *)pb
605 pbtypes = [pb types];
659 - (void) send_string:(XSelectionRequestEvent *)e utf8:(BOOL)utf8 pasteboard:(NSPasteboard *)pb
671 pbtypes = [pb types];
681 data = [pb stringForType:NSStringPboardType];
721 - (void) send_compound_text:(XSelectionRequestEvent *)e pasteboard:(NSPasteboard *)pb
730 pbtypes = [pb types];
734 NSString *data = [pb stringForType:NSStringPboardType];
824 pasteboard:(NSPasteboard *)pb
833 img = [[NSImage alloc] initWithPasteboard:pb];
875 pasteboard:(NSPasteboard *)pb
884 data = [pb dataForType:NSTIFFPboardType];
908 - (void) send_image:(XSelectionRequestEvent *)e pasteboard:(NSPasteboard *)pb
924 pbtypes = [pb types];
930 if (NO == [self send_image_tiff_reply:e pasteboard:pb type:imagetype])
935 if (NO == [self send_image_pict_reply:e pasteboard:pb type:imagetype])
959 NSPasteboard *pb;
976 pb = [NSPasteboard generalPasteboard];
977 if (nil == pb)
990 [self send_targets:e pasteboard:pb];
1002 [self send_string:e utf8:YES pasteboard:pb];
1006 [self send_string:e utf8:NO pasteboard:pb];
1010 [self send_compound_text:e pasteboard:pb];
1018 [self send_image:e pasteboard:pb];
1194 - (void) handle_image: (struct propdata *)pdata pasteboard:(NSPasteboard *)pb
1251 [pb declareTypes:pbtypes owner:nil];
1252 if (YES != [pb setData:tiff forType:NSTIFFPboardType])
1264 - (void) handle_utf8_string:(struct propdata *)pdata pasteboard:(NSPasteboard *)pb
1284 [pb declareTypes:pbtypes owner:nil];
1286 if (YES != [pb setString:string forType:NSStringPboardType]) {
1294 - (void) handle_string: (struct propdata *)pdata pasteboard:(NSPasteboard *)pb
1314 [pb declareTypes:pbtypes owner:nil];
1315 if (YES != [pb setString:string forType:NSStringPboardType]) {
1325 NSPasteboard *pb;
1329 pb = [NSPasteboard generalPasteboard];
1331 if (nil == pb)
1351 [self handle_image:pdata pasteboard:pb];
1355 [self handle_image:pdata pasteboard:pb];
1359 [self handle_utf8_string:pdata pasteboard:pb];
1363 [self handle_string:pdata pasteboard:pb];
1470 - (void) pasteboard:(NSPasteboard *)pb provideDataForType:(NSString *)type
1475 - (void) pasteboardChangedOwner:(NSPasteboard *)pb