Home
last modified time | relevance | path

Searched refs:xChangesBatch (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx605 if( xChangesBatch.is() && xChangesBatch->hasPendingChanges() ) in commitChanges()
607 util::ChangesSet aChangesSet = xChangesBatch->getPendingChanges(); in commitChanges()
608 xChangesBatch->commitChanges(); in commitChanges()
636 if( xChangesBatch.is() && xChangesBatch->hasPendingChanges() ) in commitChanges()
639 xChangesBatch->commitChanges(); in commitChanges()
642 if( xChangesBatch.is() && xChangesBatch->hasPendingChanges() ) in commitChanges()
645 xChangesBatch->commitChanges(); in commitChanges()
655 if( xChangesBatch.is() ) in hasPendingChanges()
656 return xChangesBatch->hasPendingChanges(); in hasPendingChanges()
667 if( xChangesBatch.is() ) in getPendingChanges()
[all …]
/aoo42x/main/desktop/source/migration/
H A Dpages.cxx312 Reference< XChangesBatch > xChangesBatch( xUpdateAccess, UNO_QUERY); in commitPage() local
313 if( xChangesBatch.is() && xChangesBatch->hasPendingChanges() ) in commitPage()
314 xChangesBatch->commitChanges(); in commitPage()
/aoo42x/main/cui/source/options/
H A Doptupdt.cxx240 uno::Reference< util::XChangesBatch > xChangesBatch(m_xUpdateAccess, uno::UNO_QUERY); in FillItemSet() local
241 if( xChangesBatch.is() && xChangesBatch->hasPendingChanges() ) in FillItemSet()
242 xChangesBatch->commitChanges(); in FillItemSet()
H A Doptinet2.cxx427 … Reference< util::XChangesBatch > xChangesBatch(m_xConfigurationUpdateAccess, UNO_QUERY_THROW); in RestoreConfigDefaults_Impl() local
428 xChangesBatch->commitChanges(); in RestoreConfigDefaults_Impl()
540 … Reference< util::XChangesBatch > xChangesBatch(m_xConfigurationUpdateAccess, UNO_QUERY_THROW); in FillItemSet() local
541 xChangesBatch->commitChanges(); in FillItemSet()
H A Doptgdlg.cxx645 Reference< XChangesBatch > xChangesBatch( in EnabledHardwareAcceleration() local
648 if( !xChangesBatch.is() ) in EnabledHardwareAcceleration()
651 xChangesBatch->commitChanges(); in EnabledHardwareAcceleration()
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java278 XChangesBatch xChangesBatch = (XChangesBatch)UnoRuntime.queryInterface( in setSecurity() local
320 xChangesBatch.commitChanges(); in setSecurity()
/aoo42x/main/scripting/source/storage/
H A DScriptSecurityManager.cxx480 Reference < util::XChangesBatch > xChangesBatch( xNameReplace, UNO_QUERY_THROW ); in addToSecurePaths() local
502 xChangesBatch->commitChanges(); in addToSecurePaths()
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx1194 uno::Reference< util::XChangesBatch > xChangesBatch( xNameContainer, uno::UNO_QUERY ); in storeIgnoredUpdates() local
1195 if ( xChangesBatch.is() && xChangesBatch->hasPendingChanges() ) in storeIgnoredUpdates()
1196 xChangesBatch->commitChanges(); in storeIgnoredUpdates()
/aoo42x/main/package/source/xstor/
H A Dxstorage.cxx1272 uno::Reference< util::XChangesBatch > xChangesBatch( m_xPackage, uno::UNO_QUERY ); in Commit() local
1274 OSL_ENSURE( xChangesBatch.is(), "Impossible to commit package!\n" ); in Commit()
1275 if ( !xChangesBatch.is() ) in Commit()
1280 xChangesBatch->commitChanges(); in Commit()

Completed in 57 milliseconds