870871872873874875876877
writeElementAttributes(box); return true; } catch (IOException e) { throw new InvalidReportStateException(e.getMessage(), e); } }
882883884885886887888889
{ xmlWriter.writeCloseTag(); } catch (IOException e) { throw new InvalidReportStateException(e.getMessage(), e); } }
922923924925926927928929
xmlWriter.writeTag(XmlDocumentWriter.LAYOUT_OUTPUT_NAMESPACE, "spacer", attributeList, XmlWriter.CLOSE); } } catch (IOException e) { throw new InvalidReportStateException(e.getMessage(), e); } }
966967968969970971972973974
writeElementAttributes(node); xmlWriter.writeCloseTag(); } catch (IOException e) { throw new InvalidReportStateException(e.getMessage(), e); } }
14031404140514061407140814091410141114121413
continue; } if (content.isCommited() == false) { throw new InvalidReportStateException( "Uncommited content encountered: " + row + ", " + col + ' ' + content); } final long contentOffset = contentProducer.getContentOffset(row, col);
599600601602603604605606
611612613614615616617618
634635636637638639640641
646647648649650651652653
661662663664665666667668