Lines Matching refs:rStrm

391 SvStream& SvxFontItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const  in Store()  argument
400 rStrm << (sal_uInt8) GetFamily() << (sal_uInt8) GetPitch() in Store()
401 … ? RTL_TEXTENCODING_SYMBOL : GetSOStoreTextEncoding(GetCharSet(), (sal_uInt16)rStrm.GetVersion())); in Store()
406 rStrm.WriteByteString(aStoreFamilyName); in Store()
407 rStrm.WriteByteString(GetStyleName()); in Store()
413 rStrm << nMagic; in Store()
414 rStrm.WriteByteString( aStoreFamilyName, RTL_TEXTENCODING_UNICODE ); in Store()
415 rStrm.WriteByteString( GetStyleName(), RTL_TEXTENCODING_UNICODE ); in Store()
418 return rStrm; in Store()
423 SfxPoolItem* SvxFontItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
427 rStrm >> _eFamily; in Create()
428 rStrm >> eFontPitch; in Create()
429 rStrm >> eFontTextEncoding; in Create()
432 rStrm.ReadByteString(aName); in Create()
435 rStrm.ReadByteString(aStyle); in Create()
438 …eFontTextEncoding = (sal_uInt8)GetSOLoadTextEncoding( eFontTextEncoding, (sal_uInt16)rStrm.GetVers… in Create()
445 sal_Size nStreamPos = rStrm.Tell(); in Create()
447 rStrm >> nMagic; in Create()
450 rStrm.ReadByteString( aName, RTL_TEXTENCODING_UNICODE ); in Create()
451 rStrm.ReadByteString( aStyle, RTL_TEXTENCODING_UNICODE ); in Create()
455 rStrm.Seek( nStreamPos ); in Create()
518 SvStream& SvxPostureItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
520 rStrm << (sal_uInt8)GetValue(); in Store()
521 return rStrm; in Store()
526 SfxPoolItem* SvxPostureItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
529 rStrm >> nPosture; in Create()
694 SvStream& SvxWeightItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
696 rStrm << (sal_uInt8)GetValue(); in Store()
697 return rStrm; in Store()
702 SfxPoolItem* SvxWeightItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
705 rStrm >> nWeight; in Create()
809 SvStream& SvxFontHeightItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() argument
811 rStrm << (sal_uInt16)GetHeight(); in Store()
814 rStrm << GetProp() << (sal_uInt16)GetPropUnit(); in Store()
822 rStrm << _nProp; in Store()
824 return rStrm; in Store()
829 SfxPoolItem* SvxFontHeightItem::Create( SvStream& rStrm, in Create() argument
834 rStrm >> nsize; in Create()
837 rStrm >> nprop; in Create()
841 rStrm >> nP; in Create()
846 rStrm >> nPropUnit; in Create()
1215 SvStream& SvxFontWidthItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1217 rStrm << GetWidth() << GetProp(); in Store()
1218 return rStrm; in Store()
1238 SfxPoolItem* SvxFontWidthItem::Create( SvStream& rStrm, in Create() argument
1244 rStrm >> nS; in Create()
1245 rStrm >> nP; in Create()
1383 SvStream& SvxTextLineItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1385 rStrm << (sal_uInt8)GetValue(); in Store()
1386 return rStrm; in Store()
1391 SfxPoolItem* SvxTextLineItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1394 rStrm >> nState; in Create()
1528 SfxPoolItem* SvxUnderlineItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1531 rStrm >> nState; in Create()
1561 SfxPoolItem* SvxOverlineItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1564 rStrm >> nState; in Create()
1620 SvStream& SvxCrossedOutItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1622 rStrm << (sal_uInt8)GetValue(); in Store()
1623 return rStrm; in Store()
1628 SfxPoolItem* SvxCrossedOutItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1631 rStrm >> eCross; in Create()
1724 SvStream& SvxShadowedItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1726 rStrm << (sal_uInt8) GetValue(); in Store()
1727 return rStrm; in Store()
1732 SfxPoolItem* SvxShadowedItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1735 rStrm >> nState; in Create()
1785 SvStream& SvxAutoKernItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1787 rStrm << (sal_uInt8) GetValue(); in Store()
1788 return rStrm; in Store()
1793 SfxPoolItem* SvxAutoKernItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1796 rStrm >> nState; in Create()
1847 SvStream& SvxWordLineModeItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1849 rStrm << (sal_Bool) GetValue(); in Store()
1850 return rStrm; in Store()
1855 SfxPoolItem* SvxWordLineModeItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1858 rStrm >> bValue; in Create()
1908 SvStream& SvxContourItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1910 rStrm << (sal_Bool) GetValue(); in Store()
1911 return rStrm; in Store()
1916 SfxPoolItem* SvxContourItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1919 rStrm >> bValue; in Create()
1969 SvStream& SvxPropSizeItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1971 rStrm << (sal_uInt16) GetValue(); in Store()
1972 return rStrm; in Store()
1977 SfxPoolItem* SvxPropSizeItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
1980 rStrm >> nSize; in Create()
2016 SvxColorItem::SvxColorItem( SvStream &rStrm, const sal_uInt16 nId ) : in SvxColorItem() argument
2020 rStrm >> aColor; in SvxColorItem()
2086 SvStream& SvxColorItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() argument
2090 rStrm << Color( COL_BLACK ); in Store()
2092 rStrm << mColor; in Store()
2093 return rStrm; in Store()
2098 SfxPoolItem* SvxColorItem::Create(SvStream& rStrm, sal_uInt16 /*nVer*/ ) const in Create() argument
2100 return new SvxColorItem( rStrm, Which() ); in Create()
2166 SvStream& SvxCharSetColorItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2170 rStrm << (sal_uInt8)GetSOStoreTextEncoding(GetCharSet(), (sal_uInt16)rStrm.GetVersion()) in Store()
2172 return rStrm; in Store()
2177 SfxPoolItem* SvxCharSetColorItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
2181 rStrm >> cSet >> aColor; in Create()
2215 SvStream& SvxKerningItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2217 rStrm << (short) GetValue(); in Store()
2218 return rStrm; in Store()
2238 SfxPoolItem* SvxKerningItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
2241 rStrm >> nValue; in Create()
2334 SvStream& SvxCaseMapItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2336 rStrm << (sal_uInt8) GetValue(); in Store()
2337 return rStrm; in Store()
2342 SfxPoolItem* SvxCaseMapItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
2345 rStrm >> cMap; in Create()
2471 SvStream& SvxEscapementItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2474 if( SOFFICE_FILEFORMAT_31 == rStrm.GetVersion() ) in Store()
2481 rStrm << (sal_uInt8) GetProp() in Store()
2483 return rStrm; in Store()
2488 SfxPoolItem* SvxEscapementItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
2492 rStrm >> _nProp >> _nEsc; in Create()
2660 SvStream& SvxLanguageItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2662 rStrm << (sal_uInt16) GetValue(); in Store()
2663 return rStrm; in Store()
2668 SfxPoolItem* SvxLanguageItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
2671 rStrm >> nValue; in Create()
2772 SvStream& SvxNoLinebreakItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2774 rStrm << (sal_Bool)GetValue(); in Store()
2775 return rStrm; in Store()
2780 SfxPoolItem* SvxNoLinebreakItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
2783 rStrm >> bValue; in Create()
2817 SvStream& SvxNoHyphenItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2819 rStrm << (sal_Bool) GetValue(); in Store()
2820 return rStrm; in Store()
2825 SfxPoolItem* SvxNoHyphenItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
2828 rStrm >> bValue; in Create()
2869 SvxLineColorItem::SvxLineColorItem( SvStream &rStrm, const sal_uInt16 nId ) : in SvxLineColorItem() argument
2870 SvxColorItem( rStrm, nId ) in SvxLineColorItem()
2919 SvStream& SvxBlinkItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2921 rStrm << (sal_uInt8) GetValue(); in Store()
2922 return rStrm; in Store()
2927 SfxPoolItem* SvxBlinkItem::Create(SvStream& rStrm, sal_uInt16) const in Create() argument
2930 rStrm >> nState; in Create()
2981 SvStream& SvxEmphasisMarkItem::Store( SvStream& rStrm, in Store() argument
2984 rStrm << (sal_uInt16)GetValue(); in Store()
2985 return rStrm; in Store()
2990 SfxPoolItem* SvxEmphasisMarkItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
2993 rStrm >> nValue; in Create()
3235 SfxPoolItem* SvxTwoLinesItem::Create( SvStream & rStrm, sal_uInt16 /*nVer*/) const in Create() argument
3239 rStrm >> _bOn >> cStart >> cEnd; in Create()
3243 SvStream& SvxTwoLinesItem::Store(SvStream & rStrm, sal_uInt16 /*nIVer*/) const in Store() argument
3245 rStrm << GetValue() << GetStartBracket() << GetEndBracket(); in Store()
3246 return rStrm; in Store()
3276 SfxPoolItem* SvxCharRotateItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
3280 rStrm >> nVal >> b; in Create()
3284 SvStream& SvxCharRotateItem::Store( SvStream & rStrm, sal_uInt16 ) const in Store() argument
3287 rStrm << GetValue() << bFlag; in Store()
3288 return rStrm; in Store()
3397 SfxPoolItem* SvxCharScaleWidthItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
3400 rStrm >> nVal; in Create()
3408 rStrm >> nVal; in Create()
3410 rStrm >> nTest; in Create()
3414 rStrm.SeekRel( -2*(long)sizeof(sal_uInt16) ); in Create()
3507 SfxPoolItem* SvxCharReliefItem::Create(SvStream & rStrm, sal_uInt16) const in Create() argument
3510 rStrm >> nVal; in Create()
3514 SvStream& SvxCharReliefItem::Store(SvStream & rStrm, sal_uInt16 /*nIVer*/) const in Store() argument
3517 rStrm << nVal; in Store()
3518 return rStrm; in Store()