Home
last modified time | relevance | path

Searched refs:xUpdateControl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java307 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, configView); in commit() local
308 xUpdateControl.commitChanges(); in commit()
316 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, view); in updateConfiguration() local
317 xUpdateControl.commitChanges(); in updateConfiguration()
324 XChangesBatch xUpdateControl = UnoRuntime.queryInterface(XChangesBatch.class, view); in removeNode() local
325 xUpdateControl.commitChanges(); in removeNode()
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java597 XChangesBatch xUpdateControl = in editGridOptions() local
602 xUpdateControl.commitChanges(); in editGridOptions()
775 XChangesBatch xUpdateControl =
778 xUpdateControl.commitChanges();
834 XChangesBatch xUpdateControl =
837 xUpdateControl.commitChanges();
920 XChangesBatch xUpdateControl =
923 xUpdateControl.commitChanges();
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx191 Reference< XChangesBatch > xUpdateControl( xUpdatableView, UNO_QUERY ); in ~FilterConfigItem() local
192 if ( xUpdateControl.is() ) in ~FilterConfigItem()
196 xUpdateControl->commitChanges(); in ~FilterConfigItem()

Completed in 26 milliseconds