00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class NSMutableString, PlainTextDocument; 00010 00011 @interface FormatFlowedWriter : NSObject 00012 { 00013 PlainTextDocument *_inputDocument; 00014 unsigned int _encoding; 00015 NSMutableString *_outputString; 00016 unsigned int _addedTrailingSpaces:1; 00017 NSMutableString *_lineString; 00018 } 00019 00020 + (id)newWithPlainTextDocument:(id)fp8 encoding:(unsigned long)fp12; 00021 - (void)dealloc; 00022 - (unsigned int)_findLineBreakInRange:(struct _NSRange)fp8 maxCharWidthCount:(unsigned int)fp16 endIsURL:(BOOL)fp20; 00023 - (void)_outputQuotedParagraph:(id)fp8 range:(struct _NSRange)fp12 withQuoteLevel:(unsigned int)fp20; 00024 - (id)outputString; 00025 - (BOOL)addedTrailingSpaces; 00026 00027 @end 00028