Lines Matching refs:sal_uInt16

33 #define BULITEM_VERSION		((sal_uInt16)2)
43 sal_uInt16 nTemp; 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()
69 Font SvxBulletItem::CreateFont( SvStream& rStream, sal_uInt16 nVer ) in CreateFont()
74 sal_uInt16 nTemp; in CreateFont()
79 …nTemp = (sal_uInt16)GetSOLoadTextEncoding((rtl_TextEncoding)nTemp, (sal_uInt16)rStream.GetVersion(… in CreateFont()
111 SvxBulletItem::SvxBulletItem( sal_uInt16 _nWhich ) : SfxPoolItem( _nWhich ) in SvxBulletItem()
120 …tem::SvxBulletItem( sal_uInt8 nNewStyle, const Font& rFont, sal_uInt16 /*nStart*/, sal_uInt16 _nWh… in SvxBulletItem() argument
130 SvxBulletItem::SvxBulletItem( const Font& rFont, xub_Unicode cSymb, sal_uInt16 _nWhich ) : SfxPoolI… in SvxBulletItem()
141 SvxBulletItem::SvxBulletItem( const Bitmap& rBmp, sal_uInt16 _nWhich ) : SfxPoolItem( _nWhich ) in SvxBulletItem()
156 SvxBulletItem::SvxBulletItem( const GraphicObject& rGraphicObject, sal_uInt16 _nWhich ) : SfxPoolIt… in SvxBulletItem()
171 SvxBulletItem::SvxBulletItem( SvStream& rStrm, sal_uInt16 _nWhich ) : in SvxBulletItem()
258 SfxPoolItem* SvxBulletItem::Create( SvStream& rStrm, sal_uInt16 /*nVersion*/ ) const in Create()
287 sal_uInt16 SvxBulletItem::GetVersion( sal_uInt16 /*nVersion*/ ) const in GetVersion()
365 SvStream& SvxBulletItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
389 sal_uInt16 nFac = ( rStrm.GetCompressMode() != COMPRESSMODE_NONE ) ? 3 : 1; in Store()