Home
last modified time | relevance | path

Searched refs:rSt (Results 26 – 38 of 38) sorted by relevance

12

/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1464 SvStream& rSt; member in WW8Style
1488 WW8Style( SvStream& rSt, WW8Fib& rFibPara );
1500 WW8Fonts( SvStream& rSt, WW8Fib& rFib );
1756 WW8Dop(SvStream& rSt, sal_Int16 nFib, sal_Int32 nPos, sal_uInt32 nSize);
1784 Word2CHPX ReadWord2Chpx(SvStream &rSt, sal_Size nOffset, sal_uInt8 nSize);
H A Dwrtw8esh.cxx1426 SvStream& rSt = rEx.GetStream(); in WriteData() local
1431 rSt << (sal_uInt16)0x0390 << sal_uInt32(3); in WriteData()
1432 rSt << (sal_uInt16)0x0392 << sal_uInt32(3); in WriteData()
1435 rSt << (sal_uInt16)0x053F << nInlineHack; in WriteData()
1440 rSt << (sal_uInt16)0x038F << mnXAlign; in WriteData()
1441 rSt << (sal_uInt16)0x0390 << mnXRelTo; in WriteData()
1442 rSt << (sal_uInt16)0x0391 << mnYAlign; in WriteData()
1443 rSt << (sal_uInt16)0x0392 << mnYRelTo; in WriteData()
H A Dww8par.hxx220 SvStream& rSt; member in WW8ListManager
713 …virtual SdrObject* ProcessObj( SvStream& rSt, DffObjData& rObjData, void* pData, Rectangle& rTextR…
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx162 static float GetSwapFloat( SvStream& rSt ) in GetSwapFloat() argument
166 rSt >> pPtr[3] >> pPtr[2] >> pPtr[1] >> pPtr[0]; // Little Endian <-> Big Endian switch in GetSwapFloat()
210 static sal_Bool ImplReadRegion( PolyPolygon& rPolyPoly, SvStream& rSt, sal_uInt32 nLen ) in ImplReadRegion() argument
216 rSt >> nHdSize in ImplReadRegion()
228 rSt >> nx1 >> ny1 >> nx2 >> ny2; in ImplReadRegion()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx816 Ww1StringList::Ww1StringList( SvStream& rSt, sal_uLong nFc, sal_uInt16 nCb ) in Ww1StringList() argument
823 if (rSt.Seek(nFc) == (sal_uLong)nFc) in Ww1StringList()
824 if (rSt.Read(nCountBytes, sizeof(nCountBytes)) in Ww1StringList()
833 if (rSt.Read(pA, nCb - sizeof(nCountBytes)) in Ww1StringList()
H A Dw1class.hxx1004 Ww1StringList( SvStream& rSt, sal_uLong nFc, sal_uInt16 nCb );
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1226 SvStream& rSt; member in WW8Style
1241 WW8Style( SvStream& rSt, WW8Fib& rFibPara );
1256 WW8Fonts( SvStream& rSt, WW8Fib& rFib );
1440 WW8Dop( SvStream& rSt, sal_Int16 nFib, sal_Int32 nPos, sal_Int32 nSize );
H A Dww8darr.hxx27 typedef void (*FnOut)( SvStream& rSt, short );
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx997 EscherExContainer( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0 );
1005 …EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0, const sal_…
1064 void WriteBlibEntry( SvStream& rSt, sal_Bool bWritePictureOffset, sal_uInt32 nResize = 0 );
1199 void Commit( SvStream& rSt, sal_uInt16 nVersion = 3, sal_uInt16 nRecType = ESCHER_OPT );
H A Ddffpropset.hxx72 sal_Bool SeekToContent( sal_uInt32 nRecType, SvStream& rSt ) const;
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx113 const XubString &rSt, xub_StrLen nI, xub_StrLen nL, in SwDrawTextInfo() argument
120 pText = &rSt; in SwDrawTextInfo()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3476 void PPTWriter::ImplWriteObjectEffect( SvStream& rSt, in ImplWriteObjectEffect() argument
3481 EscherExContainer aAnimationInfo( rSt, EPP_AnimationInfo ); in ImplWriteObjectEffect()
3482 EscherExAtom aAnimationInfoAtom( rSt, EPP_AnimationInfoAtom, 0, 1 ); in ImplWriteObjectEffect()
3986 rSt << nDimColor << nFlags << nSoundRef << nDelayTime in ImplWriteObjectEffect()
4127 rSt << (sal_uInt32)( ( EPP_InteractiveInfo << 16 ) | 0xf ) << (sal_uInt32)nContainerSize in ImplWriteClickAction()
4140 rSt << (sal_uInt32)( ( EPP_CString << 16 ) | 0x20 ) << (sal_uInt32)( nLen * 2 ); in ImplWriteClickAction()
4142 rSt << aFile.GetChar( i ); in ImplWriteClickAction()
4147 for ( int i = 0; i < 4; i++, rSt << (sal_uInt32)0 ) ; in ImplWriteClickAction()
5715 void PPTWriter::WriteCString( SvStream& rSt, const String& rString, sal_uInt32 nInstance ) in WriteCString() argument
5720 rSt << (sal_uInt32)( ( nInstance << 4 ) | ( EPP_CString << 16 ) ) in WriteCString()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptin.hxx74 …virtual SdrObject* ProcessObj( SvStream& rSt, DffObjData& rData, void* pData, Rectangle& rTex…

Completed in 190 milliseconds

12