Home
last modified time | relevance | path

Searched refs:rSt (Results 1 – 25 of 38) sorted by path

12

/trunk/main/autodoc/source/parser/tokens/
H A Dtkpstama.cxx169 StmArrayStatus & rSt = CurrentStatus(); in Peek() local
170 nPeekedStatus = rSt.NextBy(in_nBranch); in Peek()
/trunk/main/autodoc/source/parser_i/tokens/
H A Dtkpstam2.cxx166 StmArrayStatu2 & rSt = CurrentStatus(); in Peek() local
167 nPeekedStatus = rSt.NextBy(in_nBranch); in Peek()
/trunk/main/filter/inc/filter/msfilter/
H A Ddffpropset.hxx72 sal_Bool SeekToContent( sal_uInt32 nRecType, SvStream& rSt ) const;
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 Dmsdffimp.hxx427 void GetDrawingGroupContainerData( SvStream& rSt,
434 void GetDrawingContainerData( SvStream& rSt,
437 sal_Bool GetShapeGroupContainerData( SvStream& rSt,
441 sal_Bool GetShapeContainerData( SvStream& rSt,
447 FASTBOOL ReadGraphic( SvStream& rSt, sal_uLong nIndex, Graphic& rGraphic ) const;
524 static sal_Bool ReadCommonRecordHeader( SvStream& rSt,
563 void SetDgContainer( SvStream& rSt );
654 SdrObject* ImportObj(SvStream& rSt, void* pData,
657 SdrObject* ImportGroup( const DffRecordHeader& rHd, SvStream& rSt, void* pData,
660 SdrObject* ImportShape( const DffRecordHeader& rHd, SvStream& rSt, void* pData,
[all …]
H A Dsvdfppt.hxx454 virtual sal_Bool SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const;
458 void RecolorGraphic( SvStream& rSt, sal_uInt32 nRecLen, Graphic& rGraph );
461 …virtual SdrObject* ProcessObj( SvStream& rSt, DffObjData& rData, void* pData, Rectangle& rTextRect…
462 …virtual void ProcessClientAnchor2( SvStream& rSt, DffRecordHeader& rHd, void* pData, DffObjData& …
559 …sal_Bool SeekToContentOfProgTag( sal_Int32 nVersion, SvStream& rSt, const DffRecordHeader& rPro…
600 virtual sal_Bool SeekToShape( SvStream& rSt, void* pClientData, sal_uInt32 nId ) const;
708 PPTExtParaProv( SdrPowerPointImport& rManager, SvStream& rSt,
816 PPTStyleSheet( const DffRecordHeader& rSlideHd, SvStream& rSt, SdrPowerPointImport&,
981 void Read( SvStream& rSt );
1105 PPTTextObj( SvStream& rSt, SdrPowerPointImport&, PptSlidePersistEntry&, DffObjData* );
/trunk/main/filter/source/msfilter/
H A Descherex.cxx107 rStrm ( rSt ) in EscherExContainer()
125 rStrm ( rSt ) in EscherExAtom()
325 rSt << nPropId in Commit()
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()
4304 rSt << n16; in WriteBlibStoreContainer()
4307 rSt << sal_uInt16( ESCHER_BlipFirst + nBlibType ); in WriteBlibStoreContainer()
4313 rSt << nBlipSize; in WriteBlibStoreContainer()
[all …]
H A Dmsdffimp.cxx3360 rSt >> aHd; in SeekToRec()
3952 rSt >> aHd; in ImportGraphic()
4176 rSt >> aObjHd; in ImportObj()
4200 rSt >> aRecHd; in ImportGroup()
4312 rSt >> nPID; in ImportShape()
4315 rSt >> nUDData; in ImportShape()
4980 rSt >> aShapeHd; in GetGlobalChildAnchor()
5053 rSt >> aShapeHd; in GetGroupAnchors()
5151 rSt >> nPID; in ProcessObj()
5830 rSt >> aDgContHd; in SetDgContainer()
[all …]
H A Dsvdfppt.cxx719 rSt >> nX in RecolorGraphic()
750 rSt >> nChanged; in RecolorGraphic()
754 rSt >> nDummy in RecolorGraphic()
771 rSt >> nDummy in RecolorGraphic()
2573 rSt >> rContentHd; in SeekToContentOfProgTag()
2605 rSt.Seek( nOldPos ); in SeekToContentOfProgTag()
3538 rSt >> aHd; in PPTExtParaProv()
3550 rSt >> nType; in PPTExtParaProv()
3615 rSt >> aHd; in PPTExtParaProv()
3623 rSt >> nDepth; in PPTExtParaProv()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx395 if ( rSt.Tell() ) in ImplWriteExtParaHeader()
402 aBuExOutlineStream.Write( rSt.GetData(), rSt.Tell() ); in ImplWriteExtParaHeader()
2047 void PPTExCharSheet::Write( SvStream& rSt, PptEscherEx*, sal_uInt16 nLev, sal_Bool, sal_Bool bSimpl… in Write() argument
2056 rSt << nCharFlags in Write()
2073 rSt << rLev.mnFontHeight in Write()
2078 rSt << rLev.mnAsianOrComplexFont in Write()
2321 rSt << nParaFlags in Write()
2337 rSt << rLev.mnBiDi; in Write()
2341 rSt << rLev.mnDefaultTab in Write()
2438 void PPTExStyleSheet::WriteTxCFStyleAtom( SvStream& rSt ) in WriteTxCFStyleAtom() argument
[all …]
H A Deppt.hxx321 …void Write( SvStream& rSt, PptEscherEx* pEx, sal_uInt16 nLev, sal_Bool bFirst, sal_Bool bSimpleTex…
362 …void Write( SvStream& rSt, PptEscherEx* pEx, sal_uInt16 nLev, sal_Bool bFirst, sal_Bool bSimpleTex…
385 void WriteTxCFStyleAtom( SvStream& rSt );
757 …void ImplWriteExtParaHeader( SvMemoryStream& rSt, sal_uInt32 nRef, sal_uInt32 nInstance, sal_uI…
805 void ImplWriteObjectEffect( SvStream& rSt,
809 …void ImplWriteClickAction( SvStream& rSt, ::com::sun::star::presentation::ClickAction eAction, …
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 …]
H A Descherex.cxx50 void PptEscherEx::WriteDrawingGroupContainer( SvStream& rSt ) in WriteDrawingGroupContainer() argument
53 rSt << (sal_uInt32)( 0xf | ( 1035 << 16 ) ) // EPP_PPDrawingGroup in WriteDrawingGroupContainer()
56 ImplWriteDggContainer( rSt ); in WriteDrawingGroupContainer()
73 void PptEscherEx::ImplWriteDggContainer( SvStream& rSt ) in ImplWriteDggContainer() argument
78 rSt << (sal_uInt32)( 0xf | ( ESCHER_DggContainer << 16 ) ) in ImplWriteDggContainer()
82 mxGlobal->WriteDggAtom( rSt ); in ImplWriteDggContainer()
83 mxGlobal->WriteBlibStoreContainer( rSt ); in ImplWriteDggContainer()
84 ImplWriteOptAtom( rSt ); in ImplWriteDggContainer()
85 ImplWriteSplitMenuColorsAtom( rSt ); in ImplWriteDggContainer()
101 void PptEscherEx::ImplWriteOptAtom( SvStream& rSt ) in ImplWriteOptAtom() argument
[all …]
H A Descherex.hxx48 void ImplWriteDggContainer( SvStream& rSt );
51 void ImplWriteOptAtom( SvStream& rSt );
54 void ImplWriteSplitMenuColorsAtom( SvStream& rSt );
67 void WriteDrawingGroupContainer( SvStream& rSt );
H A Dpptexsoundcollection.cxx100 void ExSoundEntry::Write( SvStream& rSt, sal_uInt32 nId ) in Write() argument
115 rSt << (sal_uInt32)( EPP_CString << 16 ) << (sal_uInt32)( nSoundNameLen * 2 ); in Write()
117 rSt << aSoundName.GetChar( i ); in Write()
126 rSt << aExtension.GetChar( i ); in Write()
131 rSt << (sal_uInt32)( ( EPP_CString << 16 ) | 32 ) << (sal_uInt32)( nIdLen * 2 ); in Write()
133 rSt << aId.GetChar( i ); in Write()
135 rSt << (sal_uInt32)( EPP_SoundData << 16 ) << (sal_uInt32)( nFileSize ); in Write()
145 rSt.Write( pBuf, nToDo ); in Write()
207 void ExSoundCollection::Write( SvStream& rSt ) in Write() argument
216 rSt << (sal_uInt32)( EPP_SoundCollAtom << 16 ) << (sal_uInt32)4 << nSoundCount; in Write()
[all …]
H A Dpptexsoundcollection.hxx58 void Write( SvStream& rSt, sal_uInt32 nId );
74 void Write( SvStream& rSt );
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2656 rSt >> aHd; in ProcessObj()
2666 Ppt97AnimationPtr pAnimation( new Ppt97Animation( rSt ) ); in ProcessObj()
2708 sal_uInt32 nFilePosMerk2 = rSt.Tell(); in ProcessObj()
2711 if(SeekToRec( rSt, PPT_PST_CString, nHdRecEnd, NULL, 0 ) ) in ProcessObj()
2714 rSt.Seek( nFilePosMerk2 ); in ProcessObj()
2719 rSt >> aInteractiveInfoAtom; in ProcessObj()
2732 rSt >> nRef; in ProcessObj()
2764 aHd.SeekToEndOfRecord( rSt ); in ProcessObj()
2766 while( ( rSt.GetError() == 0 ) && ( rSt.Tell() < nClientDataLen ) ); in ProcessObj()
2773 rSt >> aMasterShapeHd; in ProcessObj()
[all …]
H A Dpptin.hxx74 …virtual SdrObject* ProcessObj( SvStream& rSt, DffObjData& rData, void* pData, Rectangle& rTex…
/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/core/doc/
H A Ddocfmt.cxx354 SwIndex& rSt = pPam->GetPoint()->nContent; in ResetAttrs() local
355 sal_uInt16 nMkPos, nPtPos = rSt.GetIndex(); in ResetAttrs()
383 nPtPos = nMkPos = rSt.GetIndex(); in ResetAttrs()
385 pTxtNd->DontExpandFmt( rSt, sal_True ); in ResetAttrs()
389 rSt = nMkPos; in ResetAttrs()
636 const SwIndex& rSt = pStt->nContent; in lcl_InsAttr() local
648 aTxtSet, rSt.GetIndex(), rSt.GetIndex(), nFlags ) || bRet; in lcl_InsAttr()
683 sal_uInt16 nInsCnt = rSt.GetIndex(); in lcl_InsAttr()
821 const SwIndex& rSt = pStt->nContent; in lcl_InsAttr() local
822 sal_uInt16 nMkPos, nPtPos = rSt.GetIndex(); in lcl_InsAttr()
[all …]
/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/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/
H A DWW8Sttbf.cxx32 WW8Struct::WW8Struct(SvStream& rSt, sal_uInt32 nPos, sal_uInt32 nSize) in WW8Struct() argument
35 rSt.Seek(nPos); in WW8Struct()
38 rSt.Read(mp_data.get(), nSize); in WW8Struct()
H A DWW8Sttbf.hxx44 WW8Struct(SvStream& rSt, sal_uInt32 nPos, sal_uInt32 nSize);
72 WW8Sttb(SvStream& rSt, sal_Int32 nPos, sal_uInt32 nSize);
93 WW8Sttb<T>::WW8Sttb(SvStream& rSt, sal_Int32 nPos, sal_uInt32 nSize) in WW8Sttb() argument
94 : WW8Struct(rSt, nPos, nSize), bDoubleByteCharacters(false) in WW8Sttb()

Completed in 273 milliseconds

12