Catalogen

EscherContainerRecord @Cluster 3 (addchildrecord, dg, spcontainer)


SlideShow.java

create a new ctworkbook with all values set to default

802. EscherContainerRecord dggContainer = _documentRecord.getPPDrawingGroup().getDggContainer();
809.   dggContainer.addChildBefore(bstore, EscherOptRecord.RECORD_ID);

Shape.java

test that we get the same value as excel and , for

91. protected EscherContainerRecord _escherContainer;
144.     EscherSpRecord spRecord = _escherContainer.getChildById(EscherSpRecord.RECORD_ID);

Picture.java

create and create a new stream @ param out the stream to be

200. EscherContainerRecord bstore = (EscherContainerRecord)Shape.getEscherChild(dggContainer, EscherContainerRecord.BSTORE_CONTAINER);
205. List lst = bstore.getChildRecords();

Sheet.java

create a new ctworkbook with all values set to default

215. EscherContainerRecord spgr = null;
229. Iterator<EscherRecord> it = spgr.getChildIterator();

EscherAggregate.java

create a new ctworkbook with all values set to default

591. private void convertShapes( HSSFShapeContainer parent, EscherContainerRecord escherParent, Map shapeToObj )
621.             escherParent.addChildRecord( shapeModel.getSpContainer() );

EscherAggregate.java

create a new ctworkbook with all values set to default

629. private void convertGroup( HSSFShapeGroup shape, EscherContainerRecord escherParent, Map shapeToObj )
696.     escherParent.addChildRecord( spgrContainer );

Sheet.java

create a new ctworkbook with all values set to default

253. EscherContainerRecord spgr = (EscherContainerRecord) Shape.getEscherChild(dgContainer, EscherContainerRecord.SPGR_CONTAINER);
254. spgr.addChildRecord(shape.getSpContainer());

DefaultEscherRecordFactory.java

create the batblocks

69. EscherContainerRecord r = new EscherContainerRecord();
70. r.setRecordId( recordId );
71. r.setOptions( options );

Sheet.java

create a new ctworkbook with all values set to default

310. EscherContainerRecord spgr = null;
323. List<EscherRecord> lst = spgr.getChildRecords();
325. spgr.setChildRecords(lst);