Package com.sun.star.frame

Examples of com.sun.star.frame.XSynchronousFrameLoader.load()


      try {
        setModified(false);
      } catch (java.lang.IllegalStateException exp) {
      }
      // Load the document.
      if (frameLoader.load(desc, mFrame) == false) {
        throw new java.io.IOException(
          "Can not load a document: \"" + url + "\"");
      }
      mDocumentURL  = url;
      // Get document's XModifiable interface if any.
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.