181182183184185186187188189190191
row.setAnonymous(true); row.setChildrenContentType(BlockBox.CONTENT_BLOCK); row.setHeightOverride(height); section.addChild(row); } int cellCount = 0; boolean alwaysCreate = names.length > 1 && direction == MARGIN_BOX_HORIZONTAL;
202203204205206207208209210211212
row.setAnonymous(true); row.setChildrenContentType(BlockBox.CONTENT_BLOCK); row.setHeightOverride(height); section.addChild(row); } row.addChild(cell); cellCount++; } }
180181182183184185186187188189190
201202203204205206207208209210211