Lines Matching refs:formProps
235 … XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm() local
236 formProps.setPropertyValue("DataSourceName","Bibliography"); in bindForm()
237 formProps.setPropertyValue("Command","biblio"); in bindForm()
238 … formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
264 … XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm() local
265 formProps.setPropertyValue("DataSourceName",sourceName); in bindForm()
266 formProps.setPropertyValue("Command",tableName); in bindForm()
267 formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
277 … XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm() local
278 formProps.setPropertyValue("DataSourceName","Bibliography"); in bindForm()
279 formProps.setPropertyValue("Command","biblio"); in bindForm()
280 … formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
307 … XPropertySet formProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, the_form); in bindForm() local
308 formProps.setPropertyValue("DataSourceName",sourceName); in bindForm()
309 formProps.setPropertyValue("Command",tableName); in bindForm()
310 formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()