Searched refs:SdrLayerNameItem (Results 1 – 4 of 4) sorted by relevance
45 class SdrLayerNameItem: public SfxStringItem { class47 SdrLayerNameItem() : SfxStringItem() { SetWhich(SDRATTR_LAYERNAME); } in SdrLayerNameItem() function in SdrLayerNameItem48 SdrLayerNameItem(const String& rStr) : SfxStringItem(SDRATTR_LAYERNAME,rStr) {} in SdrLayerNameItem() function in SdrLayerNameItem49 SdrLayerNameItem(SvStream& rIn) : SfxStringItem(SDRATTR_LAYERNAME,rIn) {} in SdrLayerNameItem() function in SdrLayerNameItem
1219 if (bMeasure) aMeasureLayer=((const SdrLayerNameItem*)pPoolItem)->GetValue(); in SetNotPersistDefaultAttr()1220 else aAktLayer=((const SdrLayerNameItem*)pPoolItem)->GetValue(); in SetNotPersistDefaultAttr()1229 rAttr.Put(SdrLayerNameItem(aNam)); in MergeNotPersistDefaultAttr()
2184 XubString aLayerName=((const SdrLayerNameItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr()2265 lcl_SetItem(rAttr,bMerge,SdrLayerNameItem(pLayer->GetName())); in TakeNotPersistAttr()
190 mppLocalPoolDefaults[SDRATTR_LAYERNAME -SDRATTR_START]=new SdrLayerNameItem; in SdrItemPool()