Home
last modified time | relevance | path

Searched refs:aControlLayerID (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/draw/
H A Ddcontact.cxx1152 const SdrLayerID aControlLayerID(rIDDMA.GetControlsId()); in Changed_() local
1155 … if(aCurrentLayer != aControlLayerID && aCurrentLayer != aInvisibleControlLayerID) in Changed_()
1164 maAnchoredDrawObj.DrawObj()->SetLayer(aControlLayerID); in Changed_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/draw/
H A Ddcontact.cxx1175 const SdrLayerID aControlLayerID(rIDDMA.GetControlsId()); in Changed_() local
1178 … if(aCurrentLayer != aControlLayerID && aCurrentLayer != aInvisibleControlLayerID) in Changed_()
1187 maAnchoredDrawObj.DrawObj()->SetLayer(aControlLayerID); in Changed_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dfly.cxx2275 const SdrLayerID aControlLayerID(rIDDMA.GetControlsId()); in AppendDrawObj() local
2278 if(aCurrentLayer != aControlLayerID && aCurrentLayer != aInvisibleControlLayerID) in AppendDrawObj()
2287 _rNewObj.DrawObj()->SetLayer(aControlLayerID); in AppendDrawObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dfly.cxx2227 const SdrLayerID aControlLayerID(rIDDMA.GetControlsId()); in AppendDrawObj() local
2230 if(aCurrentLayer != aControlLayerID && aCurrentLayer != aInvisibleControlLayerID) in AppendDrawObj()
2239 _rNewObj.DrawObj()->SetLayer(aControlLayerID); in AppendDrawObj()