Searched refs:bMoveProtect (Results 1 – 7 of 7) sorted by relevance
103 bMoveProtect =sal_False; in ImpResetPossibilityFlags()421 if (bMoveProtect) return sal_False; in IsRotateAllowed()429 if (bMoveProtect) return sal_False; in IsMirrorAllowed()432 return bMirrorFreeAllowed && !bMoveProtect; in IsMirrorAllowed()466 return !bMoveProtect && bMoveAllowed; in IsCrookAllowed()587 if (bMovPrt) bMoveProtect=sal_True; in CheckPossibilities()
1725 bMoveProtect = bProtPos; in SetGeoAttrToMarked()1740 if(!bMoveProtect) in SetGeoAttrToMarked()
426 sal_Bool bMoveProtect = sal_False; in StartElement() local899 bMoveProtect = IsXMLToken( sAttrValue, XML_TRUE ); in StartElement()1003 if( bMoveProtect || bSizeProtect || aProtectAttrValue.getLength() ) in StartElement()1005 if( (bMoveProtect ||bSizeProtect) && IsXMLToken( aProtectAttrValue, XML_NONE ) ) in StartElement()1009 if( bMoveProtect && -1 == aProtectAttrValue.indexOf( rPosition ) ) in StartElement()
135 unsigned bMoveProtect : 1; member in SdrEditView271 sal_Bool IsMoveAllowed() const { ForcePossibilities(); return bMoveAllowed && !bMoveProtect; } in IsMoveAllowed()
989 bMoveProtect = true; in CheckPossibilities()1018 bMoveProtect |= bProtect; in CheckPossibilities()
222 void SetMoveProtected( bool bSet ) { bMoveProtect = bSet; } in SetMoveProtected()
2557 sal_Bool bMoveProtect = sal_Bool(); in setPropertyValueImpl() local2558 if( rValue >>= bMoveProtect ) in setPropertyValueImpl()2560 mpObj->SetMoveProtect(bMoveProtect); in setPropertyValueImpl()
Completed in 84 milliseconds