Searched refs:SdrAllSizeWidthItem (Results 1 – 3 of 3) sorted by relevance
50 class SdrAllSizeWidthItem: public SdrMetricItem { class52 SdrAllSizeWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_ALLSIZEWIDTH,nWdt) {} in SdrAllSizeWidthItem() function in SdrAllSizeWidthItem53 SdrAllSizeWidthItem(SvStream& rIn): SdrMetricItem(SDRATTR_ALLSIZEWIDTH,rIn) {} in SdrAllSizeWidthItem() function in SdrAllSizeWidthItem
753 nAllWdt=((const SdrAllSizeWidthItem*)pPoolItem)->GetValue(); in SetNotPersistAttrToMarked()888 if (bSnapWdtDC || nAllSnapWdt !=nSnapWdt ) rAttr.Put(SdrAllSizeWidthItem(nAllSnapWdt)); in MergeNotPersistAttrFromMarked()
194 mppLocalPoolDefaults[SDRATTR_ALLSIZEWIDTH -SDRATTR_START]=new SdrAllSizeWidthItem; in SdrItemPool()