Searched defs:SdrMeasureFormatStringItem (Results 1 – 1 of 1) sorted by relevance
31 class SdrMeasureFormatStringItem: public SfxStringItem { class33 …SdrMeasureFormatStringItem() : SfxStringItem() { SetWhich(SDRATTR_MEASUREFORMATS… in SdrMeasureFormatStringItem() function in SdrMeasureFormatStringItem34 SdrMeasureFormatStringItem(const String& rStr) : SfxStringItem(SDRATTR_MEASUREFORMATSTRING,rStr) {} in SdrMeasureFormatStringItem() function in SdrMeasureFormatStringItem35 SdrMeasureFormatStringItem(SvStream& rIn) : SfxStringItem(SDRATTR_MEASUREFORMATSTRING,rIn) {} in SdrMeasureFormatStringItem() function in SdrMeasureFormatStringItem
Completed in 12 milliseconds