Lines Matching refs:xProp
94 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in useRowSet() local
95 xProp.setPropertyValue("DataSourceName","Bibliography"); in useRowSet()
96 xProp.setPropertyValue("Command","biblio"); in useRowSet()
97 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in useRowSet()
117 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in showRowSetPrivileges() local
118 xProp.setPropertyValue("DataSourceName","Bibliography"); in showRowSetPrivileges()
119 xProp.setPropertyValue("Command","biblio"); in showRowSetPrivileges()
120 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in showRowSetPrivileges()
125 Integer aPriv = (Integer)xProp.getPropertyValue("Privileges"); in showRowSetPrivileges()
151 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in showRowSetRowCount() local
152 xProp.setPropertyValue("DataSourceName","Bibliography"); in showRowSetRowCount()
153 xProp.setPropertyValue("Command","biblio"); in showRowSetRowCount()
154 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in showRowSetRowCount()
160 System.out.println("The RowCount is final: " + xProp.getPropertyValue("IsRowCountFinal")); in showRowSetRowCount()
165 System.out.println("The RowCount is final: " + xProp.getPropertyValue("IsRowCountFinal")); in showRowSetRowCount()
166 System.out.println("There are " + xProp.getPropertyValue("RowCount") + " rows!"); in showRowSetRowCount()
190 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in showRowSetEvents() local
191 xProp.setPropertyValue("DataSourceName","Bibliography"); in showRowSetEvents()
192 xProp.setPropertyValue("Command","biblio"); in showRowSetEvents()
193 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in showRowSetEvents()