test that we get the same value as excel and , for
24. private SSTRecord sstrec;
90. String value = sstrec.getString(lrec.getSSTIndex()).getString();
test that we get the same value as excel and , for
178. private SSTRecord sstRecord;
374. UnicodeString unicode = sstRecord.getString(sst.getSSTIndex());
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);
creates the
827. SSTRecord sst = null;
837. retval += sst.calcExtSSTRecordSize();
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();
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();
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();