Package org.apache.poi.hssf.record.formula

Examples of org.apache.poi.hssf.record.formula.RefErrorPtg


   * (instead of relying on re-parsing the whole formula which converts these
   * to the error constant #REF! )
   */
  public void testRefErr() {

    confirmRefErr(new RefErrorPtg());
    confirmRefErr(new AreaErrPtg());
    confirmRefErr(new DeletedRef3DPtg(0));
    confirmRefErr(new DeletedArea3DPtg(0));
  }
View Full Code Here


   * (instead of relying on re-parsing the whole formula which converts these
   * to the error constant #REF! )
   */
  public void testRefErr() {

    confirmRefErr(new RefErrorPtg());
    confirmRefErr(new AreaErrPtg());
    confirmRefErr(new DeletedRef3DPtg(0));
    confirmRefErr(new DeletedArea3DPtg(0));
  }
View Full Code Here

   * (instead of relying on re-parsing the whole formula which converts these
   * to the error constant #REF! )
   */
  public void testRefErr() {

    confirmRefErr(new RefErrorPtg());
    confirmRefErr(new AreaErrPtg());
    confirmRefErr(new DeletedRef3DPtg(0));
    confirmRefErr(new DeletedArea3DPtg(0));
  }
View Full Code Here

   * (instead of relying on re-parsing the whole formula which converts these
   * to the error constant #REF! )
   */
  public void testRefErr() {

    confirmRefErr(new RefErrorPtg());
    confirmRefErr(new AreaErrPtg());
    confirmRefErr(new DeletedRef3DPtg(0));
    confirmRefErr(new DeletedArea3DPtg(0));
  }
View Full Code Here

   * (instead of relying on re-parsing the whole formula which converts these
   * to the error constant #REF! )
   */
  public void testRefErr() {

    confirmRefErr(new RefErrorPtg());
    confirmRefErr(new AreaErrPtg());
    confirmRefErr(new DeletedRef3DPtg(0));
    confirmRefErr(new DeletedArea3DPtg(0));
  }
View Full Code Here

TOP

Related Classes of org.apache.poi.hssf.record.formula.RefErrorPtg

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.