Lines Matching refs:NSRange
56 NSRange markedRange;
57 NSRange selectedRange;
238 NSRange glyphRange = [obj->layoutManager glyphRangeForTextContainer:obj->textContainer];
348 static NSRange selectionRange(PluginObject *obj)
362 NSRange range = selectionRange(obj);
411 void NPP_SetMarkedText(NPP npp, id aString, NSRange selRange)
417 NSRange range = selectionRange(obj);
443 NSAttributedString *NPP_AttributedSubstringFromRange(NPP npp, NSRange theRange)
448 NSRange NPP_MarkedRange(NPP npp)
455 NSRange NPP_SelectedRange(NPP npp)
462 NSRect NPP_FirstRectForCharacterRange(NPP npp, NSRange theRange)