Searched defs:SdrObjMoveProtectItem (Results 1 – 1 of 1) sorted by relevance
32 class SdrObjMoveProtectItem: public SdrYesNoItem { class34 SdrObjMoveProtectItem(bool bOn=false): SdrYesNoItem(SDRATTR_OBJMOVEPROTECT,bOn) {} in SdrObjMoveProtectItem() function in SdrObjMoveProtectItem35 SdrObjMoveProtectItem(SvStream& rIn): SdrYesNoItem(SDRATTR_OBJMOVEPROTECT,rIn) {} in SdrObjMoveProtectItem() function in SdrObjMoveProtectItem
Completed in 9 milliseconds