Lines Matching refs:pb
345 NSPasteboard *pb;
349 pb = [NSPasteboard generalPasteboard];
351 if (nil == pb)
354 countNow = [pb changeCount];
580 pb
587 pbtypes = [pb types];
647 NSPasteboard *)pb
659 pbtypes = [pb types];
669 data = [pb stringForType:NSStringPboardType];
707 NSPasteboard *)pb
716 pbtypes = [pb types];
719 NSString *data = [pb stringForType:NSStringPboardType];
805 pasteboard:(NSPasteboard *)pb
814 img = [[NSImage alloc] initWithPasteboard:pb];
853 pasteboard:(NSPasteboard *)pb
862 data = [pb dataForType:NSTIFFPboardType];
886 - (void) send_image:(XSelectionRequestEvent *)e pasteboard:(NSPasteboard *)pb
902 pbtypes = [pb types];
907 [self send_image_tiff_reply:e pasteboard:pb type:imagetype])
920 [self send_image_pict_reply:e pasteboard:pb type:imagetype])
943 NSPasteboard *pb;
960 pb = [NSPasteboard generalPasteboard];
961 if (nil == pb) {
971 [self send_targets:e pasteboard:pb];
981 [self send_string:e utf8:YES pasteboard:pb];
984 [self send_string:e utf8:NO pasteboard:pb];
987 [self send_compound_text:e pasteboard:pb];
994 [self send_image:e pasteboard:pb];
1163 - (void) handle_image: (struct propdata *)pdata pasteboard:(NSPasteboard *)pb
1218 [pb declareTypes:pbtypes owner:nil];
1219 if (YES != [pb setData:tiff forType:NSTIFFPboardType]) {
1232 *)pb
1254 [pb declareTypes:pbtypes owner:nil];
1256 if (YES != [pb setString:string forType:NSStringPboardType]) {
1265 pb
1287 [pb declareTypes:pbtypes owner:nil];
1288 if (YES != [pb setString:string forType:NSStringPboardType]) {
1300 NSPasteboard *pb;
1304 pb = [NSPasteboard generalPasteboard];
1306 if (nil == pb) {
1323 [self handle_image:pdata pasteboard:pb];
1326 [self handle_image:pdata pasteboard:pb];
1329 [self handle_utf8_string:pdata pasteboard:pb];
1332 [self handle_string:pdata pasteboard:pb];
1432 - (void) pasteboard:(NSPasteboard *)pb provideDataForType:(NSString *)type
1437 - (void) pasteboardChangedOwner:(NSPasteboard *)pb