Lines Matching refs:rFont
41 void SvxBulletItem::StoreFont( SvStream& rStream, const Font& rFont ) in StoreFont() argument
45 rStream << rFont.GetColor(); in StoreFont()
46 nTemp = (sal_uInt16)rFont.GetFamily(); rStream << nTemp; in StoreFont()
49 …nTemp = (sal_uInt16)GetSOStoreTextEncoding((rtl_TextEncoding)rFont.GetCharSet(), (sal_uInt16)rStre… in StoreFont()
52 nTemp = (sal_uInt16)rFont.GetPitch(); rStream << nTemp; in StoreFont()
53 nTemp = (sal_uInt16)rFont.GetAlign(); rStream << nTemp; in StoreFont()
54 nTemp = (sal_uInt16)rFont.GetWeight(); rStream << nTemp; in StoreFont()
55 nTemp = (sal_uInt16)rFont.GetUnderline(); rStream << nTemp; in StoreFont()
56 nTemp = (sal_uInt16)rFont.GetStrikeout(); rStream << nTemp; in StoreFont()
57 nTemp = (sal_uInt16)rFont.GetItalic(); rStream << nTemp; in StoreFont()
60 rStream.WriteByteString(rFont.GetName()); in StoreFont()
62 rStream << rFont.IsOutline(); in StoreFont()
63 rStream << rFont.IsShadow(); in StoreFont()
64 rStream << rFont.IsTransparent(); in StoreFont()
120 SvxBulletItem::SvxBulletItem( sal_uInt8 nNewStyle, const Font& rFont, sal_uInt16 /*nStart*/, sal_uI… in SvxBulletItem() argument
124 aFont = rFont; in SvxBulletItem()
130 SvxBulletItem::SvxBulletItem( const Font& rFont, xub_Unicode cSymb, sal_uInt16 _nWhich ) : SfxPoolI… in SvxBulletItem() argument
133 aFont = rFont; in SvxBulletItem()