Home
last modified time | relevance | path

Searched defs:SdrLayerNameItem (Results 1 – 1 of 1) sorted by path

/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

Completed in 12 milliseconds