Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdmodel.cxx125 mbUndoEnabled=true; in SdrModel()
310 const bool bWasUndoEnabled = mbUndoEnabled; in Undo()
311 mbUndoEnabled = false; in Undo()
316 mbUndoEnabled = bWasUndoEnabled; in Undo()
332 const bool bWasUndoEnabled = mbUndoEnabled; in Redo()
333 mbUndoEnabled = false; in Redo()
338 mbUndoEnabled = bWasUndoEnabled; in Redo()
544 mbUndoEnabled = bEnable; in EnableUndo()
556 return mbUndoEnabled; in IsUndoEnabled()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdmodel.cxx132 mbUndoEnabled=true; in ImpCtor()
345 const bool bWasUndoEnabled = mbUndoEnabled; in Undo()
346 mbUndoEnabled = false; in Undo()
353 mbUndoEnabled = bWasUndoEnabled; in Undo()
369 const bool bWasUndoEnabled = mbUndoEnabled; in Redo()
370 mbUndoEnabled = false; in Redo()
377 mbUndoEnabled = bWasUndoEnabled; in Redo()
586 mbUndoEnabled = bEnable; in EnableUndo()
598 return mbUndoEnabled; in IsUndoEnabled()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtexteng.hxx124 bool mbUndoEnabled : 1; member in TextEngine
270 bool IsUndoEnabled() const { return mbUndoEnabled; } in IsUndoEnabled()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx164 bool mbUndoEnabled; member
176 ,mbUndoEnabled( true ) in SfxUndoManager_Data()
362 if ( m_xData->mbUndoEnabled == i_enable ) in ImplEnableUndo_Lock()
364 m_xData->mbUndoEnabled = i_enable; in ImplEnableUndo_Lock()
377 return m_xData->mbUndoEnabled; in ImplIsUndoEnabled_Lock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx167 bool mbUndoEnabled; member
179 ,mbUndoEnabled( true ) in SfxUndoManager_Data()
361 if ( m_xData->mbUndoEnabled == i_enable ) in ImplEnableUndo_Lock()
363 m_xData->mbUndoEnabled = i_enable; in ImplEnableUndo_Lock()
376 return m_xData->mbUndoEnabled; in ImplIsUndoEnabled_Lock()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dtexteng.hxx120 bool mbUndoEnabled : 1; member in TextEngine
266 bool IsUndoEnabled() const { return mbUndoEnabled; } in IsUndoEnabled()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdmodel.hxx195 …bool mbUndoEnabled:1; // If false no undo is recorded or we are during the executi… member in SdrModel
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdmodel.hxx195 …bool mbUndoEnabled:1; // If false no undo is recorded or we are during the executi… member in SdrModel
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumen2.cxx168 mbUndoEnabled( true ), in ScDocument()
H A Ddocument.cxx6508 mbUndoEnabled = bVal; in EnableUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen2.cxx155 mbUndoEnabled( true ), in ScDocument()
H A Ddocument.cxx6465 mbUndoEnabled = bVal; in EnableUndo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtexteng.cxx82 , mbUndoEnabled {false}
1282 mbUndoEnabled = bEnable; in EnableUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtexteng.cxx82 , mbUndoEnabled {false}
1282 mbUndoEnabled = bEnable; in EnableUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddocument.hxx538 bool mbUndoEnabled:1; member in ScDocument
1501 bool IsUndoEnabled() const { return mbUndoEnabled; } in IsUndoEnabled()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddocument.hxx543 bool mbUndoEnabled:1; member in ScDocument
1535 bool IsUndoEnabled() const { return mbUndoEnabled; } in IsUndoEnabled()