Package com.sun.star.sheet

Examples of com.sun.star.sheet.XScenarios


    /**
    * Test calls the method and checks returned value. <p>
    * Has <b> OK </b> status if returned value isn't null. <p>
    */
    public void _getScenarios(){
        XScenarios oSc = oObj.getScenarios();
        tRes.tested("getScenarios()", oSc != null);
    }
View Full Code Here


    /**
    * Test calls the method and checks returned value. <p>
    * Has <b> OK </b> status if returned value isn't null. <p>
    */
    public void _getScenarios(){
        XScenarios oSc = oObj.getScenarios();
        tRes.tested("getScenarios()", oSc != null);
    }
View Full Code Here

    /**
    * Test calls the method and checks returned value. <p>
    * Has <b> OK </b> status if returned value isn't null. <p>
    */
    public void _getScenarios(){
        XScenarios oSc = oObj.getScenarios();
        tRes.tested("getScenarios()", oSc != null);
    }
View Full Code Here

    /**
    * Test calls the method and checks returned value. <p>
    * Has <b> OK </b> status if returned value isn't null. <p>
    */
    public void _getScenarios(){
        XScenarios oSc = oObj.getScenarios();
        tRes.tested("getScenarios()", oSc != null);
    }
View Full Code Here

    /**
    * Test calls the method and checks returned value. <p>
    * Has <b> OK </b> status if returned value isn't null. <p>
    */
    public void _getScenarios(){
        XScenarios oSc = oObj.getScenarios();
        tRes.tested("getScenarios()", oSc != null);
    }
View Full Code Here

    /**
    * Test calls the method and checks returned value. <p>
    * Has <b> OK </b> status if returned value isn't null. <p>
    */
    public void _getScenarios(){
        XScenarios oSc = oObj.getScenarios();
        tRes.tested("getScenarios()", oSc != null);
    }
View Full Code Here

TOP

Related Classes of com.sun.star.sheet.XScenarios

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.