/aoo4110/main/chart2/source/controller/main/ |
H A D | ChartController_Insert.cxx | 230 aUndoGuard.commit(); in executeDispatch_DeleteLegend() 241 aUndoGuard.commit(); in executeDispatch_InsertLegend() 396 aUndoGuard.commit(); in executeDispatch_InsertMeanValue() 419 aUndoGuard.commit(); in executeDispatch_InsertMenu_MeanValues() 610 aUndoGuard.commit(); in executeDispatch_InsertR2Value() 625 aUndoGuard.commit(); in executeDispatch_DeleteR2Value() 640 aUndoGuard.commit(); in executeDispatch_DeleteMeanValue() 709 aUndoGuard.commit(); in executeDispatch_InsertDataLabel() 732 aUndoGuard.commit(); in executeDispatch_DeleteDataLabel() 743 aUndoGuard.commit(); in executeDispatch_ResetAllDataPoints() [all …]
|
H A D | ChartController_Tools.cxx | 125 aUndoGuard.commit(); in lcl_deleteDataSeries() 148 aUndoGuard.commit(); in lcl_deleteDataCurve() 274 aUndoGuard.commit(); in executeDispatch_NewArrangement() 295 aUndoGuard.commit(); in executeDispatch_ScaleText() 663 aUndoGuard.commit(); in executeDispatch_Delete() 721 aUndoGuard.commit(); in executeDispatch_Delete() 748 aUndoGuard.commit(); in executeDispatch_Delete() 772 aUndoGuard.commit(); in executeDispatch_Delete() 879 aUndoGuard.commit(); in executeDispatch_ToggleLegend() 901 aUndoGuard.commit(); in executeDispatch_ToggleGridHorizontal() [all …]
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XConnection.idl | 197 /** sets this connection's auto-commit mode. 201 If a connection is in auto-commit mode, then all its SQL 210 By default, new connections are in auto-commit mode. 213 The commit occurs when the statement completes or the next 224 <TRUE/> enables auto-commit; <FALSE/> disables auto-commit. 231 /** gets the current auto-commit state. 234 the current state of auto-commit mode. 243 /** makes all changes made since the previous commit/rollback 246 used only when auto-commit mode has been disabled. 253 void commit() raises (SQLException); [all …]
|
H A D | Connection.idl | 53 changes after executing each statement. If auto commit has been 54 disabled, an explicit commit must be done or database changes will
|
/aoo4110/main/toolkit/workben/layout/ |
H A D | ooo-patch | 22 commit=${1-3249db59} # m5 24 git diff $commit layout | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-layout.diff 25 git diff $commit config_office scp2 | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-config… 26 git diff $commit svx sw | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-svx-sw.diff 27 git diff $commit transex3 | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-transex3.diff
|
/aoo4110/main/qadevOOo/tests/java/ifc/form/ |
H A D | _XUpdateBroadcaster.java | 67 public void commit() throws com.sun.star.uno.Exception ; in commit() method 144 checker.commit() ; in _addUpdateListener() 166 checker.commit() ; in _addUpdateListener() 210 checker.commit() ; in _removeUpdateListener()
|
/aoo4110/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks.cxx | 190 xTrans->commit(); in Delete() 219 xTrans->commit(); in Rename() 236 xTrans->commit(); in Rename() 415 xTrans->commit(); in PutBlock() 421 xTmpTrans->commit(); in PutBlock() 493 xTrans->commit(); in PutMuchEntries()
|
H A D | SwXMLTextBlocks1.cxx | 90 xTrans->commit(); in GetDoc() 448 xTrans->commit(); in PutBlockText() 454 xTmpTrans->commit(); in PutBlockText() 595 xTrans->commit(); in WriteInfo() 713 xTmpTrans->commit(); in SetMacroTable() 719 xTrans->commit(); in SetMacroTable()
|
/aoo4110/main/slideshow/source/engine/animationnodes/ |
H A D | basenode.cxx | 303 void commit() { in commit() function in slideshow::internal::BaseNode::StateTransition 459 st.commit(); // changing state in resolve() 520 st.commit(); // changing state in activate() 576 st.commit(); in deactivate() 613 st.commit(); // changing state in end()
|
/aoo4110/main/offapi/com/sun/star/form/ |
H A D | XBoundComponent.idl | 40 data to a data source it is bound to. A <member>commit</member> will be 47 <p>A commit may fail if an <type>XUpdateListener</type> vetoes the it.</p> 60 boolean commit();
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | XStorageHelper.java | 223 commit(xStorage); in disposeObject() 250 static public void commit( XInterface xInterface ) in commit() method in XStorageHelper 258 xTrans.commit(); in commit()
|
/aoo4110/main/extensions/source/abpilot/ |
H A D | fieldmappingimpl.cxx | 316 aAddressBookSettings.commit(); in writeTemplateAddressFieldMapping() 344 aAddressBookSettings.commit(); in writeTemplateAddressSource() 361 aAddressBookSettings.commit(); in markPilotSuccess()
|
/aoo4110/main/unotools/source/config/ |
H A D | configvaluecontainer.cxx | 407 commit( sal_False ); in write() 413 void OConfigurationValueContainer::commit( sal_Bool _bWrite ) in commit() function in utl::OConfigurationValueContainer 420 m_pImpl->aConfigRoot.commit( ); in commit()
|
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | imagemanagerimpl.cxx | 630 xTransaction->commit(); in implts_storeUserImages() 640 xTransaction->commit(); in implts_storeUserImages() 670 xTransaction->commit(); in implts_storeUserImages() 675 xTransaction->commit(); in implts_storeUserImages() 1345 xUserConfigStorageCommit->commit(); in store() 1347 m_xUserRootCommit->commit(); in store() 1380 xTransaction->commit(); in storeToStorage()
|
H A D | moduleuicfgsupplier.cxx | 69 …virtual void SAL_CALL commit() throw ( com::sun::star::io::IOException, com::sun::star::lang::Wrap… in commit() function in framework::RootStorageWrapper 71 m_xRootCommit->commit(); in commit()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | databaseregistrations.cxx | 304 m_aConfigurationRoot.commit(); in registerDatabaseLocation() 330 m_aConfigurationRoot.commit(); in revokeDatabaseLocation() 356 m_aConfigurationRoot.commit(); in changeDatabaseLocation()
|
H A D | SharedConnection.cxx | 107 void SAL_CALL OSharedConnection::commit( ) throw(SQLException, RuntimeException) in commit() function in dbaccess::OSharedConnection 113 m_xConnection->commit(); in commit()
|
/aoo4110/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_stgelems.cxx | 520 void SAL_CALL Storage::commit() in commit() function in Storage 535 m_xWrappedTransObj->commit(); in commit() 544 xParentTA->commit(); in commit() 1099 xParentTA->commit(); in commitChanges()
|
/aoo4110/main/package/qa/storages/ |
H A D | TestHelper.java | 384 xTransact.commit(); in WriteBytesToStreamH() 449 xTransact.commit(); in WriteBytesToEncrStreamH() 531 xTransact.commit(); in WBToSubstrOfEncrH() 658 xTransact.commit(); in ChangeStreamPassH() 1114 xTransact.commit(); in commitStorage()
|
/aoo4110/main/qadevOOo/tests/java/mod/_forms/ |
H A D | OListBoxModel.java | 212 public void commit() throws SQLException { in commit() method in OListBoxModel.Checker 219 bound.commit(); in commit()
|
H A D | OTimeModel.java | 213 public void commit() throws com.sun.star.sdbc.SQLException { in commit() method in OTimeModel.Checker 220 bound.commit(); in commit()
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | XTransactedObject.idl | 50 void commit() 54 /** removes all the changes made for the object after last commit or
|
H A D | Storage.idl | 170 A storage flashes on commit all the child streams it 204 A storage flashes on commit all the child streams it 257 /** allows to commit or revert changes that were done for the storage. 262 storage should be the root one. For the package based storages commit
|
H A D | UseBackupException.idl | 37 /** This exception can be thrown in case a storage commit is failed. 39 If a commit process of a storage failes on last transfer and the original
|
/aoo4110/main/filter/source/xsltfilter/ |
H A D | uof2storage.cxx | 246 void StorageBase::commit() in commit() function in XSLT::StorageBase 251 m_aSubStorages.forEachMem(&StorageBase::commit); in commit() 415 ::com::sun::star::uno::UNO_QUERY_THROW)->commit(); in implCommit()
|