Home
last modified time | relevance | path

Searched refs:SdrLayerNameItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsxlayitm.hxx45 class SdrLayerNameItem: public SfxStringItem { class
47 SdrLayerNameItem() : SfxStringItem() { SetWhich(SDRATTR_LAYERNAME); } in SdrLayerNameItem() function in SdrLayerNameItem
48 SdrLayerNameItem(const String& rStr) : SfxStringItem(SDRATTR_LAYERNAME,rStr) {} in SdrLayerNameItem() function in SdrLayerNameItem
49 SdrLayerNameItem(SvStream& rIn) : SfxStringItem(SDRATTR_LAYERNAME,rIn) {} in SdrLayerNameItem() function in SdrLayerNameItem
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx1219 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()
H A Dsvdobj.cxx2184 XubString aLayerName=((const SdrLayerNameItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr()
2265 lcl_SetItem(rAttr,bMerge,SdrLayerNameItem(pLayer->GetName())); in TakeNotPersistAttr()
H A Dsvdattr.cxx190 mppLocalPoolDefaults[SDRATTR_LAYERNAME -SDRATTR_START]=new SdrLayerNameItem; in SdrItemPool()