Searched refs:the_form (Results 1 – 1 of 1) sorted by relevance
229 XForm the_form = null; in bindForm() local231 the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), aForm); in bindForm()239 formLoader = (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()262 XForm the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), in bindForm() local264 … XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm()269 return (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()276 … XForm the_form = (XForm) FormTools.getForms(WriterTools.getDrawPage(aDoc)).getByName(formName); in bindForm() local281 formLoader = (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()305 XForm the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), in bindForm() local307 … XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm()[all …]
Completed in 16 milliseconds