Lines Matching refs:XLoadable
40 import com.sun.star.form.XLoadable;
224 public static XLoadable bindForm( XTextDocument aDoc ) { in bindForm()
225 XLoadable formLoader = null; in bindForm()
239 formLoader = (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()
259 public static XLoadable bindForm( XTextDocument aDoc, String sourceName, String tableName ) in bindForm()
269 return (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()
272 public static XLoadable bindForm( XTextDocument aDoc, String formName ) { in bindForm()
273 XLoadable formLoader = null; in bindForm()
281 formLoader = (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()
302 public static XLoadable bindForm( XTextDocument aDoc, String formName, String sourceName, in bindForm()
312 return (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()