Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java69 …XRefreshable xUp = UnoRuntime.queryInterface(XRefreshable.class, xTextFieldsSupplier.getTextFields… in refreshTextFields() local
70 xUp.refresh(); in refreshTextFields()
237 XUpdatable xUp = UnoRuntime.queryInterface(XUpdatable.class, oTextField); in updateDocInfoFields() local
238 xUp.update(); in updateDocInfoFields()
242 XUpdatable xUp = UnoRuntime.queryInterface(XUpdatable.class, oTextField); in updateDocInfoFields() local
243 xUp.update(); in updateDocInfoFields()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx120 Reference< XResultSetUpdate> xUp(_xRs,UNO_QUERY_THROW); in DBG_NAME() local
125 xUp->moveToInsertRow(); in DBG_NAME()
126 xUp->cancelRowUpdates(); in DBG_NAME()

Completed in 23 milliseconds