Searched refs:SdrHorzShearAllItem (Results 1 – 3 of 3) sorted by relevance
32 class SdrHorzShearAllItem: public SdrAngleItem { class34 SdrHorzShearAllItem(long nAngle=0): SdrAngleItem(SDRATTR_HORZSHEARALL,nAngle) {} in SdrHorzShearAllItem() function in SdrHorzShearAllItem35 SdrHorzShearAllItem(SvStream& rIn): SdrAngleItem(SDRATTR_HORZSHEARALL,rIn) {} in SdrHorzShearAllItem() function in SdrHorzShearAllItem
781 long nAngle=((const SdrHorzShearAllItem*)pPoolItem)->GetValue(); in SetNotPersistAttrToMarked()904 rAttr.Put(SdrHorzShearAllItem()); in MergeNotPersistAttrFromMarked()
214 mppLocalPoolDefaults[SDRATTR_HORZSHEARALL -SDRATTR_START]=new SdrHorzShearAllItem; in SdrItemPool()
Completed in 35 milliseconds