Examples of XNamed


Examples of com.sun.star.container.XNamed

        xTextDocument=docArg.getTextDocument();
    }
    public OOOPlot(OOODocument docArg,XEmbeddedObjectSupplier xEOS){
        this.xEOS=xEOS;
        oooDocument = docArg;
        XNamed xNxEOS = (XNamed) UnoRuntime.queryInterface(XNamed.class, xEOS);
        // Get name of object and use as name for expression
        name = xNxEOS.getName();
        xTextDocument=docArg.getTextDocument();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.