Lines Matching refs:range
106 +(void)addColor:(SalColor)nSalColor forAttribute:(NSString *)attribute andRange:(NSRange)range toSt…
111 [ string addAttribute: attribute value: (id) aColorRef range: range ];
115 +(void)addFont:(NSFont *)font toString:(NSMutableAttributedString *)string forRange:(NSRange)range {
126 range: range
131 …attributes toString:(NSMutableAttributedString *)string forRange:(NSRange)range storeDefaultsTo:(A…
161 …ute: NSAccessibilityUnderlineTextAttribute value: [ NSNumber numberWithInt: style ] range: range ];
173 …: NSAccessibilityStrikethroughTextAttribute value: [ NSNumber numberWithBool: YES ] range: range ];
177 …tribute: NSAccessibilityShadowTextAttribute value: [ NSNumber numberWithBool: YES ] range: range ];
184 …32>() forAttribute: NSAccessibilityForegroundColorTextAttribute andRange: range toString: string ];
186 …32>() forAttribute: NSAccessibilityBackgroundColorTextAttribute andRange: range toString: string ];
193 … [ string addAttribute: NSAccessibilitySuperscriptTextAttribute value: number range: range ];
200 …eColor forAttribute: NSAccessibilityUnderlineColorTextAttribute andRange: range toString: string ];
207 [ AquaA11yTextAttributesWrapper addFont: font toString: string forRange: range ];
210 [ AquaA11yTextAttributesWrapper addFont: font toString: string forRange: range ];