Searched defs:SdrLayerNameItem (Results 1 – 1 of 1) 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
Completed in 7 milliseconds