Lines Matching refs:rStrm

150 SvStream& SvxPaperBinItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const  in Store()  argument
152 rStrm << GetValue(); in Store()
153 return rStrm; in Store()
158 SfxPoolItem* SvxPaperBinItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
161 rStrm >> nBin; in Create()
357 SvStream& SvxSizeItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
359 rStrm << aSize.Width(); in Store()
360 rStrm << aSize.Height(); in Store()
361 return rStrm; in Store()
383 SfxPoolItem* SvxSizeItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
386 rStrm >> nWidth >> nHeight; in Create()
658 SvStream& SvxLRSpaceItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() argument
666 rStrm << nMargin; in Store()
667 rStrm << nPropLeftMargin; in Store()
672 rStrm << nMargin; in Store()
673 rStrm << nPropRightMargin; in Store()
674 rStrm << nFirstLineOfst; in Store()
675 rStrm << nPropFirstLineOfst; in Store()
680 rStrm << nMargin; in Store()
687 rStrm << nAutoFirst; in Store()
690 …DBG_ASSERT( rStrm.GetVersion() <= SOFFICE_FILEFORMAT_50, "MT: Fileformat SvxLRSpaceItem aendern!" … in Store()
691 rStrm << (sal_uInt32) BULLETLR_MARKER; in Store()
692 rStrm << nSaveFI; in Store()
696 rStrm << nLeftMargin; in Store()
697 rStrm << nRightMargin; in Store()
703 return rStrm; in Store()
708 SfxPoolItem* SvxLRSpaceItem::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create() argument
716 rStrm >> left >> prpleft >> right >> prpright >> firstline >> in Create()
719 sal_uInt32 nPos = rStrm.Tell(); in Create()
721 rStrm >> nMarker; in Create()
724 rStrm >> firstline; in Create()
729 rStrm.Seek( nPos ); in Create()
733 rStrm >> left >> prpleft >> right >> prpright >> firstline >> in Create()
738 rStrm >> left >> prpleft >> right >> prpright >> firstline >> in Create()
744 rStrm >> left >> nL >> right >> nR >> firstline >> nFL; in Create()
764 rStrm >> nMargin; in Create()
767 rStrm >> nMargin; in Create()
989 SvStream& SvxULSpaceItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
991 rStrm << GetUpper() in Store()
995 return rStrm; in Store()
1000 SfxPoolItem* SvxULSpaceItem::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create() argument
1005 rStrm >> upper >> nPU >> lower >> nPL; in Create()
1009 rStrm >> upper >> nU >> lower >> nL; in Create()
1055 SvStream& SvxPrintItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1057 rStrm << (sal_Int8)GetValue(); in Store()
1058 return rStrm; in Store()
1063 SfxPoolItem* SvxPrintItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
1066 rStrm >> bIsPrint; in Create()
1112 SvStream& SvxOpaqueItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1114 rStrm << (sal_Int8)GetValue(); in Store()
1115 return rStrm; in Store()
1120 SfxPoolItem* SvxOpaqueItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
1123 rStrm >> bIsOpaque; in Create()
1265 SvStream& SvxProtectItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1271 rStrm << (sal_Int8) cProt; in Store()
1272 return rStrm; in Store()
1277 SfxPoolItem* SvxProtectItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
1280 rStrm >> cFlags; in Create()
1501 SvStream& SvxShadowItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
1503 rStrm << (sal_Int8) GetLocation() in Store()
1509 return rStrm; in Store()
1529 SfxPoolItem* SvxShadowItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
1537 rStrm >> cLoc >> _nWidth in Create()
2270 SvStream& SvxBoxItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() argument
2272 rStrm << (sal_uInt16) GetDistance(); in Store()
2284 rStrm << (sal_Int8) i in Store()
2300 rStrm << cLine; in Store()
2304 rStrm << (sal_uInt16)nTopDist in Store()
2310 return rStrm; in Store()
2349 SfxPoolItem* SvxBoxItem::Create( SvStream& rStrm, sal_uInt16 nIVersion ) const in Create() argument
2352 rStrm >> nDistance; in Create()
2361 rStrm >> cLine; in Create()
2367 rStrm >> aColor >> nOutline >> nInline >> _nDistance; in Create()
2378 rStrm >> nDist; in Create()
2700 SvStream& SvxBoxInfoItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
2710 rStrm << (sal_Int8) cFlags in Store()
2721 rStrm << (char) i in Store()
2728 rStrm << (char) 2; in Store()
2729 return rStrm; in Store()
2751 SfxPoolItem* SvxBoxInfoItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
2755 rStrm >> cFlags >> _nDefDist; in Create()
2767 rStrm >> cLine; in Create()
2773 rStrm >> aColor >> nOutline >> nInline >> nDistance; in Create()
3132 SvStream& SvxFmtBreakItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() argument
3134 rStrm << (sal_Int8)GetValue(); in Store()
3136 rStrm << (sal_Int8)0x01; in Store()
3137 return rStrm; in Store()
3154 SfxPoolItem* SvxFmtBreakItem::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create() argument
3157 rStrm >> eBreak; in Create()
3159 rStrm >> bDummy; in Create()
3179 SvStream& SvxFmtKeepItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
3181 rStrm << (sal_Int8)GetValue(); in Store()
3182 return rStrm; in Store()
3187 SfxPoolItem* SvxFmtKeepItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
3190 rStrm >> bIsKeep; in Create()
3380 SvStream& SvxLineItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() argument
3384 rStrm << pLine->GetColor() in Store()
3390 rStrm << Color() << (short)0 << (short)0 << (short)0; in Store()
3391 return rStrm; in Store()
3411 SfxPoolItem* SvxLineItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() argument
3417 rStrm >> aColor >> nOutline >> nInline >> nDistance; in Create()
4364 SfxPoolItem* SvxFrameDirectionItem::Create( SvStream & rStrm, sal_uInt16 /*nVer*/ ) const in Create() argument
4367 rStrm >> nValue; in Create()
4371 SvStream& SvxFrameDirectionItem::Store( SvStream & rStrm, sal_uInt16 /*nIVer*/ ) const in Store() argument
4374 rStrm << nValue; in Store()
4375 return rStrm; in Store()