Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWindow2.java40 public class Window2 implements BIFFRecord { class
52 public Window2() { in Window2() method in Window2
63 public Window2(InputStream is) throws IOException { in Window2() method in Window2
H A DWorksheet.java53 private Window2 win2 = new Window2();
182 win2 = new Window2(is); in read()