Home
last modified time | relevance | path

Searched refs:the_form (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/qadevOOo/runner/util/
H A DFormTools.java229 XForm the_form = null; in bindForm() local
231 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() local
264 … 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() local
281 formLoader = (XLoadable) UnoRuntime.queryInterface(XLoadable.class, the_form); in bindForm()
305 XForm the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), in bindForm() local
307 … XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm()
[all …]

Completed in 11 milliseconds