Lines Matching refs:xRowRes
88 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in useRowSet() local
94 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in useRowSet()
99 xRowRes.execute(); in useRowSet()
103 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in useRowSet()
111 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetPrivileges() local
117 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in showRowSetPrivileges()
122 xRowRes.execute(); in showRowSetPrivileges()
137 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetPrivileges()
145 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetRowCount() local
151 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in showRowSetRowCount()
156 xRowRes.execute(); in showRowSetRowCount()
162 XResultSet xRes = (XResultSet)UnoRuntime.queryInterface(XResultSet.class,xRowRes); in showRowSetRowCount()
169 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetRowCount()
177 XRowSet xRowRes = (XRowSet)UnoRuntime.queryInterface( in showRowSetEvents() local
185 …ad = (XRowSetApproveBroadcaster)UnoRuntime.queryInterface(XRowSetApproveBroadcaster.class,xRowRes); in showRowSetEvents()
187 xRowRes.addRowSetListener(pRow); in showRowSetEvents()
190 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xRowRes); in showRowSetEvents()
195 xRowRes.execute(); in showRowSetEvents()
199 XResultSet xRes = (XResultSet)UnoRuntime.queryInterface(XResultSet.class,xRowRes); in showRowSetEvents()
225 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,xRowRes); in showRowSetEvents()