Home
last modified time | relevance | path

Searched refs:SfxFontItem (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/inc/svl/
H A Dsfontitm.hxx33 class SfxFontItem: public SfxPoolItem class
61 inline SfxFontItem(sal_uInt16 nWhich);
70 { return new SfxFontItem(*this); } in Clone()
141 inline SfxFontItem::SfxFontItem(sal_uInt16 which): in SfxFontItem() function in SfxFontItem
162 inline void SfxFontItem::setFont(sal_Int16 nTheFamily, in setFont()
176 inline void SfxFontItem::setWeight(sal_Int16 nTheWeight) in setWeight()
182 inline void SfxFontItem::setItalic(sal_Int16 nTheItalic) in setItalic()
188 inline void SfxFontItem::setHeight(sal_Int32 nHeight) in setHeight()
194 inline void SfxFontItem::setColor(const Color & rTheColor) in setColor()
200 inline void SfxFontItem::setFillColor(const Color & rTheFillColor) in setFillColor()
[all …]
/trunk/main/svl/source/items/
H A Dsfontitm.cxx36 TYPEINIT1(SfxFontItem, SfxPoolItem);
40 int SfxFontItem::operator ==(const SfxPoolItem & rItem) const in operator ==()
42 const SfxFontItem * pFontItem = PTR_CAST(SfxFontItem, &rItem); in operator ==()
71 SfxPoolItem * SfxFontItem::Create(SvStream & rStream, sal_uInt16) const in Create()
74 SfxFontItem * pItem = new SfxFontItem(Which()); in Create()
115 SvStream & SfxFontItem::Store(SvStream & rStream, sal_uInt16) const in Store()
/trunk/main/cui/source/inc/
H A Dcfgutil.hxx47 class SfxFontItem;