Lines Matching refs:rSt

106 EscherExContainer::EscherExContainer( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nI…  in EscherExContainer()  argument
107 rStrm ( rSt ) in EscherExContainer()
124 EscherExAtom::EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance, c… in EscherExAtom() argument
125 rStrm ( rSt ) in EscherExAtom()
312 void EscherPropertyContainer::Commit( SvStream& rSt, sal_uInt16 nVersion, sal_uInt16 nRecType ) in Commit() argument
314 rSt << (sal_uInt16)( ( nCountCount << 4 ) | ( nVersion & 0xf ) ) << nRecType << nCountSize; in Commit()
325 rSt << nPropId in Commit()
333 rSt.Write( pSortStruct[ i ].pBuf, pSortStruct[ i ].nPropSize ); in Commit()
4169 void EscherBlibEntry::WriteBlibEntry( SvStream& rSt, sal_Bool bWritePictureOffset, sal_uInt32 nResi… in WriteBlibEntry() argument
4173 rSt << (sal_uInt32)( ( ESCHER_BSE << 16 ) | ( ( (sal_uInt16)meBlibType << 4 ) | 2 ) ) in WriteBlibEntry()
4181 rSt << (sal_uInt8)PICT; in WriteBlibEntry()
4184 rSt << (sal_uInt8)meBlibType; in WriteBlibEntry()
4187 rSt.Write( &mnIdentifier[ 0 ], 16 ); in WriteBlibEntry()
4188 rSt << (sal_uInt16)0 in WriteBlibEntry()
4268 sal_Bool EscherGraphicProvider::WriteBlibStoreEntry(SvStream& rSt, in WriteBlibStoreEntry() argument
4273 mpBlibEntrys[nBlipId-1]->WriteBlibEntry(rSt, bWritePictureOffSet, nResize); in WriteBlibStoreEntry()
4277 void EscherGraphicProvider::WriteBlibStoreContainer( SvStream& rSt, SvStream* pMergePicStreamBSE ) in WriteBlibStoreContainer() argument
4282 rSt << (sal_uInt32)( ( ESCHER_BstoreContainer << 16 ) | 0x1f ) in WriteBlibStoreContainer()
4297 pBlibEntry->WriteBlibEntry( rSt, sal_False, nBlipSize ); in WriteBlibStoreContainer()
4304 rSt << n16; in WriteBlibStoreContainer()
4307 rSt << sal_uInt16( ESCHER_BlipFirst + nBlibType ); in WriteBlibStoreContainer()
4313 rSt << nBlipSize; in WriteBlibStoreContainer()
4320 rSt.Write( pBuf, nBytes ); in WriteBlibStoreContainer()
4330 mpBlibEntrys[ i ]->WriteBlibEntry( rSt, sal_True ); in WriteBlibStoreContainer()