Searched refs:_textLists (Results 1 – 4 of 4) sorted by relevance
287 RELEASE(_textLists);441 return _textLists;459 c->_textLists = [_textLists mutableCopyWithZone: aZone];481 ASSIGN(_textLists, [aCoder decodeObjectForKey: @"NSTextLists"]);552 [aCoder encodeObject: _textLists forKey: @"NSTextLists"];746 ASSIGN(_textLists, lists);810 if (p->_textLists)811 [self setTextLists: p->_textLists];839 c->_textLists = [_textLists mutableCopyWithZone: aZone];
47 NSMutableArray *_textLists; variable
706 if ([_textLists count] > 0) [paragraphStyle setTextLists:_textLists];963 …&& !([_textLists count] > 0 && [@"block" isEqualToString:displayVal] && ![@"LI" isEqualToString:ta…1138 [_textLists addObject:list];1149 [_textLists addObject:list];1251 …} else if ([_textLists count] > 0 && [@"block" isEqualToString:displayVal] && ![@"LI" isEqualToStr…1318 …} else if (([@"UL" isEqualToString:tag] || [@"OL" isEqualToString:tag]) && [_textLists count] > 0)…1319 NSTextList *list = [_textLists lastObject];1321 [_textLists removeLastObject];1583 [_textLists release];1611 _textLists = [[NSMutableArray alloc] init];
96 NSArray *_textLists; variable