Catalogen

SSTRecord @Cluster 2 (getstring, sst, sstrec)


Excel2003ImportListener.java

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

24. private SSTRecord sstrec;
90.                     String value = sstrec.getString(lrec.getSSTIndex()).getString();

ExcelExtractor.java

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

178. private SSTRecord sstRecord;
374.         UnicodeString unicode = sstRecord.getString(sst.getSSTIndex());

Workbook.java

creates an empty string of the specified type , containing the text if it ‘ s list to be that .

780. SSTRecord sst = null;
798.             record = sst.createExtSSTRecord(sstPos + offset);

Workbook.java

creates the

827. SSTRecord sst = null;
837.             retval += sst.calcExtSSTRecordSize();

ExcelKeywordParser.java

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

54. private SSTRecord sstrec;
147.                         sstrec.getNumUniqueStrings() + " unique strings");
162.                         final String cellValue = sstrec.getString(lrec.getSSTIndex()).getString();
246.         sstrec.getString(lrec.getSSTIndex()).getString();

Workbook.java

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

103. protected SSTRecord        sst         = null;
703.   return sst.addString(string);
715.     UnicodeString retval = sst.getString(str);
798.                 record = sst.createExtSSTRecord(sstPos + offset);
837.                 retval += sst.calcExtSSTRecordSize();

ExcelLanguageCentricParser.java

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

55. private SSTRecord sstrec;
147.                         sstrec.getNumUniqueStrings() + " unique strings");
162.                             sstrec.getString(lrec.getSSTIndex()).getString();
167.                                 sstrec.getString(lrec.getSSTIndex()).getString());
172.                         String name = sstrec.getString(lrec.getSSTIndex()).getString();
187.                         String value = sstrec.getString(lrec.getSSTIndex()).getString();
241.         String colHeader = sstrec.getString(lrec.getSSTIndex()).getString();