Searched refs:bResizeProtect (Results 1 – 6 of 6) sorted by relevance
104 bResizeProtect =sal_False; in ImpResetPossibilityFlags()413 if (bResizeProtect) return sal_False; in IsResizeAllowed()450 if (bResizeProtect) return sal_False; in IsShearAllowed()468 return !bResizeProtect && bContortionPossible; in IsCrookAllowed()478 return !bResizeProtect && bContortionPossible; in IsDistortAllowed()588 if (bSizPrt) bResizeProtect=sal_True; in CheckPossibilities()
1729 bResizeProtect = true; in SetGeoAttrToMarked()1761 bResizeProtect = bProtSize; in SetGeoAttrToMarked()
225 void SetResizeProtected( bool bSet ) { bResizeProtect = bSet; } in SetResizeProtected()
136 unsigned bResizeProtect : 1; member in SdrEditView
1019 bResizeProtect |= bProtect | bSzProtect; in CheckPossibilities()
2620 sal_Bool bResizeProtect = sal_Bool(); in setPropertyValueImpl() local2621 if( rValue >>= bResizeProtect ) in setPropertyValueImpl()2623 mpObj->SetResizeProtect(bResizeProtect); in setPropertyValueImpl()
Completed in 65 milliseconds