Home
last modified time | relevance | path

Searched refs:IsMoveProtect (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdedtv1.cxx838 bMovProtect=pObj->IsMoveProtect(); in MergeNotPersistAttrFromMarked()
856 if (!bMovProtectDC && bMovProtect!=pObj->IsMoveProtect()) bMovProtectDC=sal_True; in MergeNotPersistAttrFromMarked()
1362 sal_Bool bPosProt=pObj->IsMoveProtect(); in GetGeoAttrFromMarked()
1369 if (bPosProt!=pObj->IsMoveProtect()) bPosProtDontCare=sal_True; in GetGeoAttrFromMarked()
1711 if(pObj->IsMoveProtect() != bProtPos) in SetGeoAttrToMarked()
1837 if (!aInfo.bMoveAllowed || pObj->IsMoveProtect()) in AlignMarkedObjects()
1883 if (aInfo.bMoveAllowed && !pObj->IsMoveProtect()) in AlignMarkedObjects()
H A Dsvdobj.cxx2166 if( IsMoveProtect() ) in NbcApplyNotPersistAttr()
2237 lcl_SetItem(rAttr,bMerge,SdrObjMoveProtectItem(IsMoveProtect())); in TakeNotPersistAttr()
2715 if(IsMoveProtect() != bProt) in SetMoveProtect()
H A Dsvdedtv.cxx584 sal_Bool bMovPrt=pObj->IsMoveProtect(); in CheckPossibilities()
/AOO41X/main/sd/source/ui/docshell/
H A Dsdclient.cxx106 bPosProtect = pObj->IsMoveProtect(); in RequestNewObjectArea()
/AOO41X/main/sc/source/ui/app/
H A Dclient.cxx109 if ( pDrawObj->IsMoveProtect() ) in RequestNewObjectArea()
/AOO41X/main/sd/source/ui/func/
H A Dfucopy.cxx276 pDstObj->SetMoveProtect( pSrcObj->IsMoveProtect() ); in DoExecute()
/AOO41X/main/sw/source/core/doc/
H A Ddoclay.cxx1656 if ( rSdrObj.IsMoveProtect() || rSdrObj.IsResizeProtect() ) in lcl_InsertDrawLabel()
1660 aProtect.SetPosProtect( rSdrObj.IsMoveProtect() ); in lcl_InsertDrawLabel()
/AOO41X/main/svx/inc/svx/
H A Dsvdobj.hxx1019 sal_Bool IsMoveProtect() const { return bMovProt; } in IsMoveProtect() function in SdrObject
/AOO41X/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx737 sal_Bool bHasFixed = !aInfo.bMoveAllowed || pObj->IsMoveProtect(); in collectBoundResizeRect()
818 if (aInfo.bMoveAllowed && !pObj->IsMoveProtect()) in alignMarkedObjects()
/AOO41X/main/sw/source/core/frmedt/
H A Dfeshview.cxx2493 nChk |= ( pObj->IsMoveProtect() ? FLYPROTECT_POS : 0 ) | in IsSelObjProtected()
/AOO41X/main/svx/source/unodraw/
H A Dunoshape.cxx2968 rValue = uno::makeAny( (sal_Bool) mpObj->IsMoveProtect() ); in getPropertyValueImpl()