Searched refs:xUpdateControl (Results 1 – 3 of 3) sorted by relevance
307 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, configView); in commit() local308 xUpdateControl.commitChanges(); in commit()316 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, view); in updateConfiguration() local317 xUpdateControl.commitChanges(); in updateConfiguration()324 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, view); in removeNode() local325 xUpdateControl.commitChanges(); in removeNode()
597 XChangesBatch xUpdateControl = in editGridOptions() local602 xUpdateControl.commitChanges(); in editGridOptions()775 XChangesBatch xUpdateControl =778 xUpdateControl.commitChanges();834 XChangesBatch xUpdateControl =837 xUpdateControl.commitChanges();920 XChangesBatch xUpdateControl =923 xUpdateControl.commitChanges();
191 Reference< XChangesBatch > xUpdateControl( xUpdatableView, UNO_QUERY ); in ~FilterConfigItem() local192 if ( xUpdateControl.is() ) in ~FilterConfigItem()196 xUpdateControl->commitChanges(); in ~FilterConfigItem()
Completed in 15 milliseconds