Searched refs:xmodel (Results 1 – 4 of 4) sorted by relevance
73 XModel xmodel = scriptcontext.getDocument(); in OfficeAttachment() local74 storedDoc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xmodel); in OfficeAttachment()
194 XModel xmodel = (XModel)UnoRuntime.queryInterface(XModel.class, document); in getPageCount() local195 XController xcont = xmodel.getCurrentController(); in getPageCount()
387 XModel xmodel = UnoRuntime.queryInterface(XModel.class, model); in getFrame() local388 return xmodel.getCurrentController().getFrame(); in getFrame()
44 // xmodel = context.getDocument();
Completed in 20 milliseconds