Package com.sun.star.frame

Examples of com.sun.star.frame.XController.suspend()


      XController xOldController = null;
      if ( mFrame != null && mFrame.getController() != null )
        xOldController = mFrame.getController();
      try {
        if ( mFrame != null && xOldController != null )
          xOldController.suspend(true);
        setModified(false);
      } catch (java.lang.IllegalStateException exp) {
      }

      // load the document.
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.