19#ifndef INCLUDED_EDITENG_WGHTITEM_HXX 
   20#define INCLUDED_EDITENG_WGHTITEM_HXX 
   39                    const sal_uInt16 
nId  );
 
   45                                  OUString &rText, 
const IntlWrapper& ) 
const override;
 
   48    static OUString         GetValueTextByPos( sal_uInt16 
nPos );
 
   63    virtual bool IsSortable()
 const override { 
return true; }
 
   68        return GetValue() < other.GetValue();
 
virtual sal_uInt16 GetValueCount() const=0
 
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8) override
 
virtual bool HasBoolValue() const
 
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8=0) const override
 
virtual void SetBoolValue(bool bValue)
 
virtual bool GetPresentation(SfxItemPresentation, MapUnit, MapUnit, OUString &rText, const IntlWrapper &) const override
 
virtual bool GetBoolValue() const
 
virtual void dumpAsXml(xmlTextWriterPtr pWriter) const
 
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
 
FontWeight GetWeight() const
 
virtual bool operator<(const SfxPoolItem &rCmp) const override
 
virtual bool IsSortable() const override
 
#define EDITENG_DLLPUBLIC
 
struct _xmlTextWriter * xmlTextWriterPtr