luxlabs header browser preview


@class EXOfficeArtState, CXNamespace, OCPPackagePart, EDResources, NSMutableDictionary, EXOAVState, EDWorkbook, NSMutableArray, EDReference, EDSheet, ECColumnWidthConvertor;
@protocol TCCancelDelegate;

@interface EXReadState : OCXReadState {
    unsigned int mCurrentSheetIndex;
    EDSheet *mCurrentSheet;
    unsigned long long mCellStyleXfsOffset;
    double mDefaultColumnWidth;
    double mDefaultRowHeight;
    OCPPackagePart *mCurrentPart;
    OCPPackagePart *mWorkbookPart;
    struct map<long, unsigned long, std::less<long>, std::allocator<std::pair<const long, unsigned long>>> { struct __tree<std::__value_type<long, unsigned long>, std::__map_value_compare<long, std::__value_type<long, unsigned long>, std::less<long>>, std::allocator<std::__value_type<long, unsigned long>>> { void *__begin_node_; struct __compressed_pair<std::__tree_end_node<std::__tree_node_base<void *> *>, std::allocator<std::__tree_node<std::__value_type<long, unsigned long>, void *>>> { struct __tree_end_node<std::__tree_node_base<void *> *> { void *__left_; } __value_; } __pair1_; struct __compressed_pair<unsigned long, std::__map_value_compare<long, std::__value_type<long, unsigned long>, std::less<long>>> { unsigned long long __value_; } __pair3_; } __tree_; } mSharedFormulasMap;
    NSMutableArray *mArrayedFormulas;
    EDReference *mSheetDimension;
    EXOfficeArtState *mOfficeArtState;
    EXOAVState *mOAVState;
    BOOL mMaxColumnsWarned;
    BOOL mMaxRowsWarned;
    BOOL mIsPredefinedTableStylesRead;
    NSMutableDictionary *mReferenceForCommentTextBox;
    BOOL mIsPredefinedDxfsBeingRead;
    struct _xmlNs { struct _xmlNs *x0; int x1; char *x2; char *x3; void *x4; struct _xmlDoc *x5; } *mRelationshipNS;
    ECColumnWidthConvertor *mColumnWidthConvertor;
    NSMutableArray *mLegacyDrawables;
    EDWorkbook *mWorkbook;
    EDResources *mResources;
    unsigned int mCurrentRowMinColumnIndex;
    unsigned int mCurrentRowMaxColumnIndex;
}

@property (readonly, nonatomic) id<TCCancelDelegate> cancelDelegate;
@property (retain, nonatomic) CXNamespace *EXSpreadsheetMLNamespace;
@property (retain, nonatomic) CXNamespace *EXSpreadsheetDrawingNamespace;
@property (retain, nonatomic) CXNamespace *EXSpreadsheetRelationsNamespace;

- (void)setResources:(id)a0;
- (id)resources;
- (BOOL)isCancelled;
- (id).cxx_construct;
- (void).cxx_destruct;
- (id)currentPart;
- (double)defaultRowHeight;
- (void)setDefaultRowHeight:(double)a0;
- (id)legacyDrawables;
- (void)setCurrentPart:(id)a0;
- (void)setTextBox:(id)a0 author:(id)a1 forReference:(id)a2;
- (id)arrayedFormulas;
- (void)addSharedBaseFormulaIndex:(unsigned long long)a0 withIndex:(long long)a1;
- (id)authorForReference:(id)a0;
- (unsigned long long)cellStyleXfsOffset;
- (id)columnWidthConvertor;
- (unsigned int)currentRowMaxColumnIndex;
- (unsigned int)currentRowMinColumnIndex;
- (id)currentSheet;
- (unsigned int)currentSheetIndex;
- (double)defaultColumnWidth;
- (id)initWithWorkbookPart:(id)a0 cancelDelegate:(id)a1;
- (BOOL)isPredefinedDxfsBeingRead;
- (BOOL)isPredefinedTableStylesRead;
- (id)oavState;
- (id)officeArtState;
- (struct _xmlNs { struct _xmlNs *x0; int x1; char *x2; char *x3; void *x4; struct _xmlDoc *x5; } *)relationshipNameSpaceForWorkbook;
- (void)relationshipNameSpaceForWorkbook:(struct _xmlNs { struct _xmlNs *x0; int x1; char *x2; char *x3; void *x4; struct _xmlDoc *x5; } *)a0;
- (void)reportWarning:(id)a0;
- (void)reportWorksheetWarning:(id)a0;
- (void)resetForNewSheet;
- (void)setCellStyleXfsOffset:(unsigned long long)a0;
- (void)setCurrentRowMaxColumnIndex:(unsigned int)a0;
- (void)setCurrentRowMinColumnIndex:(unsigned int)a0;
- (void)setCurrentSheet:(id)a0;
- (void)setCurrentSheetIndex:(unsigned int)a0;
- (void)setDefaultColumnWidth:(double)a0;
- (void)setOfficeArtState:(id)a0;
- (void)setPredefinedDxfsBeingRead:(BOOL)a0;
- (void)setPredefinedTableStylesRead:(BOOL)a0;
- (void)setSheetDimension:(id)a0;
- (void)setWorkbook:(id)a0;
- (void)setupNSForXMLFormat:(int)a0;
- (unsigned long long)sharedBaseFormulaIndexWithIndex:(long long)a0;
- (id)sheetDimension;
- (id)textBoxForReference:(id)a0;
- (id)workbook;
- (id)workbookPart;

@end