Home
last modified time | relevance | path

Searched refs:bAnchorAttrRestored (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dunattr.cxx172 bool bAnchorAttrRestored( false ); in UndoImpl() local
174 bAnchorAttrRestored = RestoreFlyAnchor(rContext); in UndoImpl()
175 if ( bAnchorAttrRestored ) { in UndoImpl()
186 if ( bAnchorAttrRestored ) return; in UndoImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dunattr.cxx174 bool bAnchorAttrRestored( false ); in UndoImpl() local
176 bAnchorAttrRestored = RestoreFlyAnchor(rContext); in UndoImpl()
177 if ( bAnchorAttrRestored ) { in UndoImpl()
188 if ( !bAnchorAttrRestored ) { in UndoImpl()