Catalogen

NameRecord @Cluster 1 (getnametext, rec, workbook)


HSSFWorkbook.java

add the specified block to the collection of this part @ return the index of the newly created

792. NameRecord r = null;
795.     int indexToSheet = r.getEqualsToIndexToSheet() -1;

HSSFWorkbook.java

sets the a number of the columns that contains the comment @ param row the 0 - based column of the cell that contains the comment

714. NameRecord nameRecord;
730. nameRecord.setDefinitionTextLength(definitionTextLength);
765. nameRecord.setNameDefinition(ptgs);

NamePtg.java

checks the conversion of an excel date to a java . util . date on a day when daylight saving time starts .

72. NameRecord rec;
75.     if (name.equals(rec.getNameText())) {
81. rec.setNameText(name);
82. rec.setNameTextLength((byte) name.length());

HSSFName.java

sets the

55. private NameRecord       name;
76.     short indexToExternSheet = name.getExternSheetNumber();
89.     String result = name.getNameText();
100.     name.setNameText(nameName);
101.     name.setNameTextLength((byte)nameName.length());
121.     result = name.getAreaReference(book);
137.     name.setExternSheetNumber(externSheetNumber);
159.     name.setAreaReference(ref);