Home
last modified time | relevance | path

Searched refs:i_enable (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx352 void SfxUndoManager::EnableUndo( bool i_enable ) in EnableUndo() argument
355 ImplEnableUndo_Lock( i_enable ); in EnableUndo()
360 void SfxUndoManager::ImplEnableUndo_Lock( bool const i_enable ) in ImplEnableUndo_Lock() argument
362 if ( m_xData->mbUndoEnabled == i_enable ) in ImplEnableUndo_Lock()
364 m_xData->mbUndoEnabled = i_enable; in ImplEnableUndo_Lock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx351 void SfxUndoManager::EnableUndo( bool i_enable ) in EnableUndo() argument
354 ImplEnableUndo_Lock( i_enable ); in EnableUndo()
359 void SfxUndoManager::ImplEnableUndo_Lock( bool const i_enable ) in ImplEnableUndo_Lock() argument
361 if ( m_xData->mbUndoEnabled == i_enable ) in ImplEnableUndo_Lock()
363 m_xData->mbUndoEnabled = i_enable; in ImplEnableUndo_Lock()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx325 void ImplEnableUndo_Lock( bool const i_enable );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx323 void ImplEnableUndo_Lock( bool const i_enable );
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_altera_lpm.v2244 wire i_enable; net
2248 buf (i_enable, enable);
2281 always @(data or i_enable)
2284 if (i_enable)
4029 wire i_enable; net
4036 buf (i_enable, enable);
4115 if (i_enable)
4242 wire i_enable; net
4249 buf (i_enable, enable);
4337 if (i_enable)