Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxexport.cxx1116 bool bIsProtectionTrackChanges = false; in WriteSettings() local
1139 bIsProtectionTrackChanges = true; in WriteSettings()
1145 … hasProtectionProperties = !bIsProtectionTrackChanges || bHasDummyRedlineProtectionKey; in WriteSettings()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxexport.cxx1253 bool bIsProtectionTrackChanges = false; in WriteSettings() local
1278 bIsProtectionTrackChanges = true; in WriteSettings()
1300 … bUseGrabBagProtection = (!bIsProtectionTrackChanges || bHasDummyRedlineProtectionKey) in WriteSettings()