Home
last modified time | relevance | path

Searched refs:bLockedCanvas (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/drawingml/
H A Dshape.hxx200 void setLockedCanvas(bool bLockedCanvas);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/drawingml/
H A Dshape.hxx205 void setLockedCanvas(bool bLockedCanvas);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx889 bool bLockedCanvas = lcl_isLockedCanvas(xShape); in writeDMLDrawing() local
890 if (bLockedCanvas) in writeDMLDrawing()
897 if (bLockedCanvas) in writeDMLDrawing()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx1005 bool bLockedCanvas = lcl_isLockedCanvas(xShape); in writeDMLDrawing() local
1006 if (bLockedCanvas) in writeDMLDrawing()
1013 if (bLockedCanvas) in writeDMLDrawing()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dshape.cxx312 void Shape::setLockedCanvas(bool bLockedCanvas) in setLockedCanvas() argument
314 mbLockedCanvas = bLockedCanvas; in setLockedCanvas()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dshape.cxx332 void Shape::setLockedCanvas(bool bLockedCanvas) in setLockedCanvas() argument
334 mbLockedCanvas = bLockedCanvas; in setLockedCanvas()