Home
last modified time | relevance | path

Searched refs:bTryMerge (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx516 void UndoManager::AddUndoAction(std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge) in AddUndoAction() argument
530 SdrUndoManager::AddUndoAction(std::move(pAction), bTryMerge); in AddUndoAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx531 …mplAddUndoAction_NoNotify( std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge, bool bClearRedo… in ImplAddUndoAction_NoNotify() argument
542 if ( bTryMerge && pMergeWithAction ) in ImplAddUndoAction_NoNotify()
582 void SfxUndoManager::AddUndoAction( std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge ) in AddUndoAction() argument
588 if ( ImplAddUndoAction_NoNotify( std::move(pAction), bTryMerge, true, aGuard ) ) in AddUndoAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx530 …mplAddUndoAction_NoNotify( std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge, bool bClearRedo… in ImplAddUndoAction_NoNotify() argument
541 if ( bTryMerge && pMergeWithAction ) in ImplAddUndoAction_NoNotify()
581 void SfxUndoManager::AddUndoAction( std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge ) in AddUndoAction() argument
587 if ( ImplAddUndoAction_NoNotify( std::move(pAction), bTryMerge, true, aGuard ) ) in AddUndoAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Ddocundo.cxx514 void UndoManager::AddUndoAction(std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge) in AddUndoAction() argument
528 SdrUndoManager::AddUndoAction(std::move(pAction), bTryMerge); in AddUndoAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit5.cxx261 void ImpEditEngine::InsertUndo( std::unique_ptr<EditUndo> pUndo, bool bTryMerge ) in InsertUndo() argument
269 GetUndoManager().AddUndoAction( std::move(pUndo), bTryMerge ); in InsertUndo()
271 mbLastTryMerge = bTryMerge; in InsertUndo()
H A Dimpedit.hxx614 void InsertUndo( std::unique_ptr<EditUndo> pUndo, bool bTryMerge = false );
H A Dimpedit2.cxx2668 bool bTryMerge = !bDoOverwrite && ( c != ' ' ); in InsertTextUserInput() local
2669 InsertUndo( std::move(pNewUndo), bTryMerge ); in InsertTextUserInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit5.cxx264 void ImpEditEngine::InsertUndo( std::unique_ptr<EditUndo> pUndo, bool bTryMerge ) in InsertUndo() argument
272 GetUndoManager().AddUndoAction( std::move(pUndo), bTryMerge ); in InsertUndo()
274 mbLastTryMerge = bTryMerge; in InsertUndo()
H A Dimpedit.hxx553 void InsertUndo( std::unique_ptr<EditUndo> pUndo, bool bTryMerge = false );
H A Dimpedit2.cxx2679 bool bTryMerge = !bDoOverwrite && ( c != ' ' ); in InsertTextUserInput() local
2680 InsertUndo( std::move(pNewUndo), bTryMerge ); in InsertTextUserInput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx318 …bool ImplAddUndoAction_NoNotify( std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge, bool b…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx316 …bool ImplAddUndoAction_NoNotify( std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge, bool b…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtexteng.hxx264 void InsertUndo( std::unique_ptr<TextUndo> pUndo, bool bTryMerge = false );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dtexteng.hxx260 void InsertUndo( std::unique_ptr<TextUndo> pUndo, bool bTryMerge = false );
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtexteng.cxx721 bool bTryMerge = !bDoOverwrite && ( c != ' ' ); in ImpInsertText() local
722 InsertUndo( std::move(pNewUndo), bTryMerge ); in ImpInsertText()
1306 void TextEngine::InsertUndo( std::unique_ptr<TextUndo> pUndo, bool bTryMerge ) in InsertUndo() argument
1309 GetUndoManager().AddUndoAction( std::move(pUndo), bTryMerge ); in InsertUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtexteng.cxx721 bool bTryMerge = !bDoOverwrite && ( c != ' ' ); in ImpInsertText() local
722 InsertUndo( std::move(pNewUndo), bTryMerge ); in ImpInsertText()
1306 void TextEngine::InsertUndo( std::unique_ptr<TextUndo> pUndo, bool bTryMerge ) in InsertUndo() argument
1309 GetUndoManager().AddUndoAction( std::move(pUndo), bTryMerge ); in InsertUndo()