Home
last modified time | relevance | path

Searched refs:bMoveProtect (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/svx/source/svdraw/
H A Dsvdedtv.cxx103 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()
H A Dsvdedtv1.cxx1725 bMoveProtect = bProtPos; in SetGeoAttrToMarked()
1740 if(!bMoveProtect) in SetGeoAttrToMarked()
/aoo4110/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx426 sal_Bool bMoveProtect = sal_False; in StartElement() local
899 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()
/aoo4110/main/svx/inc/svx/
H A Dsvdedtv.hxx135 unsigned bMoveProtect : 1; member in SdrEditView
271 sal_Bool IsMoveAllowed() const { ForcePossibilities(); return bMoveAllowed && !bMoveProtect; } in IsMoveAllowed()
/aoo4110/main/sw/source/core/draw/
H A Ddview.cxx989 bMoveProtect = true; in CheckPossibilities()
1018 bMoveProtect |= bProtect; in CheckPossibilities()
/aoo4110/main/sd/source/ui/inc/
H A DView.hxx222 void SetMoveProtected( bool bSet ) { bMoveProtect = bSet; } in SetMoveProtected()
/aoo4110/main/svx/source/unodraw/
H A Dunoshape.cxx2557 sal_Bool bMoveProtect = sal_Bool(); in setPropertyValueImpl() local
2558 if( rValue >>= bMoveProtect ) in setPropertyValueImpl()
2560 mpObj->SetMoveProtect(bMoveProtect); in setPropertyValueImpl()

Completed in 66 milliseconds