Home
last modified time | relevance | path

Searched refs:BoundSheet (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java119 BoundSheet bs = (BoundSheet) e.nextElement(); in write()
191 BoundSheet bs = new BoundSheet(is); in read()
353 BoundSheet bs = (BoundSheet) boundsheets.elementAt(index); in getSheetName()
365 BoundSheet bs = new BoundSheet(name); in addWorksheet()
H A DBoundSheet.java37 public class BoundSheet implements BIFFRecord { class
48 public BoundSheet(String name) throws IOException { in BoundSheet() method in BoundSheet
59 public BoundSheet(InputStream is) throws IOException { in BoundSheet() method in BoundSheet

Completed in 21 milliseconds