Home
last modified time | relevance | path

Searched refs:pStrm (Results 1 – 25 of 50) sorted by last modified time

12

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4672 SvStream* pStrm = aMed.GetOutStream(); in IMPL_LINK() local
4673 pStrm->SetStreamCharSet( RTL_TEXTENCODING_MS_1253 ); in IMPL_LINK()
4674 if( !pStrm->GetError() ) in IMPL_LINK()
4676 aEntriesBB.WriteEntries( *pStrm ); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2822 pStrm->Seek( nStreamPos ); in ReadPlainChars()
2873 if (pStrm->GetError()) in ReadPlainChars()
3163 *pStrm >> nWordCode; in ReadChar()
3166 *pStrm >> nByteCode; in ReadChar()
3171 pStrm->Seek( nCurPos ); in ReadChar()
3705 , pStrm(pSt) in SwWW8ImplReader()
4380 pStrm->Seek(nOffset); in CoreLoad()
4797 pDataStream = pStrm; in SetSubStreams()
5391 *pStrm >> nMagic; in LoadDoc()
5450 SvStream* pIn = pStrm; in Read()
[all …]
H A Dww8par.hxx945 SvStream* pStrm; // Input-(Storage)Stream member in SwWW8ImplReader
H A Dwrtw8esh.cxx1513 SwBasicEscherEx::SwBasicEscherEx(SvStream* pStrm, WW8Export& rWW8Wrt) in SwBasicEscherEx() argument
1514 … : EscherEx( EscherExGlobalRef( new SwEscherExGlobal ), *pStrm), rWrt(rWW8Wrt), pEscherStrm(pStrm) in SwBasicEscherEx()
2206 SwEscherEx::SwEscherEx(SvStream* pStrm, WW8Export& rWW8Wrt) in SwEscherEx() argument
2207 : SwBasicEscherEx(pStrm, rWW8Wrt), in SwEscherEx()
2214 *pStrm << (sal_uInt16)( nColorCount << 4 ) // instance in SwEscherEx()
2353 aPropOpt.Commit( *pStrm ); in SwEscherEx()
H A Dww8graf.cxx181 pStrm->SeekRel(SVBT16ToShort(pHd->cb) - sizeof(WW8_DPHEAD)); in ReadGrafStart()
184 pStrm->Read(pData, nDataSiz); in ReadGrafStart()
446 pStrm->Read( pP, nCount * 4 ); // Punkte einlesen in ReadPolyLine()
913 sal_uInt16 nLen = pSBase->WW8ReadString(*pStrm, rString, in GetRangeAsDrawingString()
980 sal_uLong nOld = pStrm->Tell(); in InsertTxbxText()
1181 pStrm->Seek( nOld ); in InsertTxbxText()
1252 pStrm->Read( pP, nCount * 4 ); // Punkte einlesen in ReadCaptionBox()
1338 pStrm->Read(&aHd, sizeof(WW8_DPHEAD)); in ReadGrafPrimitive()
1400 pStrm->Read( &aDo, sizeof( WW8_DO ) ); in ReadGrafLayer1()
2535 long nOldPos = pStrm->Tell(); in Read_GrafLayer()
[all …]
H A Dww8scan.cxx3551 , pStrm(pSt) in WW8PLCFx_SEPX()
3618 pStrm->Seek( nPo ); in GetSprms()
3624 *pStrm >> nSiz; in GetSprms()
3628 *pStrm >> nSprmSiz; in GetSprms()
3636 pStrm->Read( pSprms, nSprmSiz ); // read Sprms in GetSprms()
H A Dww8scan.hxx631 SvStream* pStrm; member in WW8PLCFx_SEPX
H A Dww8par6.cxx1811 SvStream* pIoStrm = pIo->pStrm; in ReadFull()
H A Dww8par5.cxx353 pStrm->Seek( nOldPos ); in Read_Book()
1018 pStrm->Seek( nOldPos ); in Read_Field()
1052 pStrm->Seek( nOldPos ); in Read_Field()
1185 long nOldPos = pStrm->Tell(); in Read_F_Tag()
1201 pStrm->Seek( nOldPos ); in Read_F_Tag()
1247 long nOldPos = pStrm->Tell(); in GetFieldResult()
1262 pStrm->Seek( nOldPos ); in GetFieldResult()
3755 long nOldPos = pStrm->Tell(); in Read_FldVanish()
3772 pStrm->Seek( nOldPos ); in Read_FldVanish()
3790 pStrm->Seek( nOldPos ); in Read_FldVanish()
[all …]
H A Dww8graf2.cxx501 ((pStrm == pDataStream ) && !nPicLocFc) || in ImportGraf()
H A Descher.hxx128 SwBasicEscherEx(SvStream* pStrm, WW8Export& rWrt);
177 SwEscherEx( SvStream* pStrm, WW8Export& rWW8Wrt );
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx82 if( !pStrm ) in Read()
94 SwASCIIParser* pParser = new SwASCIIParser( &rDoc, rPam, *pStrm, in Read()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx75 virtual sal_uLong Read( SvStream* pStrm, SwDoc &, const String& rBaseURL, SwPaM &);
H A Dswparrtf.cxx125 if( !pStrm ) in Read()
153 rPam, *pStrm, rBaseURL, !bInsertMode ); in Read()
171 pStrm = pStream; in Read()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx205 pStrm = pMedium->GetInStream(); in SetStrmStgPtr()
215 if( !pStrm ) in Read()
217 ASSERT( pStrm, "HTML-Read without Stream" ); in Read()
238 SvParserRef xParser = new SwHTMLParser( &rDoc, rPam, *pStrm, in Read()
246 pStrm->ResetError(); in Read()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1789 SvMemoryStream* pStrm = NULL; in ImplWriteOLE() local
1821 pStrm = xCleanStorage->CreateMemoryStream(); in ImplWriteOLE()
1837 pStrm = xDest->CreateMemoryStream(); in ImplWriteOLE()
1841 if ( pStrm ) in ImplWriteOLE()
1844 pStrm->Seek( STREAM_SEEK_TO_END ); in ImplWriteOLE()
1845 sal_uInt32 npStrmSize = pStrm->Tell(); in ImplWriteOLE()
1850 pStrm->Seek( 0 ); in ImplWriteOLE()
1851 aOut.Write( pStrm->GetData(), npStrmSize ); in ImplWriteOLE()
1854 pStrm->Seek( 0 ); in ImplWriteOLE()
1857 aZCodec.Compress( *pStrm, *mpStrm ); in ImplWriteOLE()
[all …]
/trunk/main/starmath/source/
H A Dview.cxx1641 SvMemoryStream * pStrm; in Execute() local
1659pStrm = new SvMemoryStream( (void*)aNewString.getStr(), aNewString.getLength() * sizeof(sal_Unicod… in Execute()
1663pStrm = new SvMemoryStream( (void*)aString.getStr(), aString.getLength() * sizeof(sal_Unicode), ST… in Execute()
1665 …uno::Reference<com::sun::star::io::XInputStream> xStrm( new ::utl::OInputStreamWrapper( *pStrm ) ); in Execute()
1670 delete pStrm; in Execute()
/trunk/main/sw/inc/
H A Dshellio.hxx161 SvStream* pStrm; member in SwReader
226 SvStream* pStrm; member in Reader
593 SvStream* pStrm; member in SwWriter
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1041 pStrm->SetBufferSize( 16348 ); in Execute()
1042 SwWriter aWrt( *pStrm, *pSmryDoc ); in Execute()
1057 *pStrm << '\0'; in Execute()
1109 pStrm->SetBufferSize( 16348 ); in Execute()
1110 SwWriter aWrt( *pStrm, *GetDoc() ); in Execute()
1115 pStrm->Seek( STREAM_SEEK_TO_END ); in Execute()
1116 *pStrm << '\0'; in Execute()
1117 pStrm->Seek( STREAM_SEEK_TO_BEGIN ); in Execute()
1131 *pStrm << '\0'; in Execute()
1160 pStrm->GetData(), pStrm->GetEndOfData() ); in Execute()
[all …]
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx583 if ( pStrm ) in SwapIn()
585 if ( ImportGraphic( *pStrm ) ) in SwapIn()
587 delete pStrm; in SwapIn()
944 SvStream* pStrm( 0L ); in _GetStreamForEmbedGrf() local
977 pStrm = utl::UcbStreamHelper::CreateStream( refStrm ); in _GetStreamForEmbedGrf()
985 return pStrm; in _GetStreamForEmbedGrf()
1045 if ( pStrm ) in MakeCopy()
1049 delete pStrm; in MakeCopy()
1124 if ( pStrm ) in IMPL_LINK()
1132 ImportGraphic( *pStrm ); in IMPL_LINK()
[all …]
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx764 sal_Bool Graphic::SwapIn( SvStream* pStrm ) in SwapIn() argument
767 return mpImpGraphic->ImplSwapIn( pStrm ); in SwapIn()
/trunk/main/tools/source/stream/
H A Dstream.cxx485 const SvStream* pStrm; in SvStream() local
487 pStrm = pLockBytesP->GetStream(); in SvStream()
488 if( pStrm ) { in SvStream()
489 SetError( pStrm->GetErrorCode() ); in SvStream()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx3206 : WW8PLCFx(rFib.nVersion, true), maSprmParser(rFib.nVersion), pStrm(pSt), in WW8PLCFx_SEPX()
3266 pStrm->Seek( nPo ); in GetSprms()
3267 *pStrm >> nSprmSiz; // read len in GetSprms()
3275 pStrm->Read( pSprms, nSprmSiz ); // read Sprms in GetSprms()
H A Dww8scan.hxx494 SvStream* pStrm; member in WW8PLCFx_SEPX
/trunk/main/sw/source/filter/ww1/
H A Dw1par.cxx75 ASSERT(pStrm!=NULL, "W1-Read ohne Stream"); in Read()
76 if (pStrm != NULL) in Read()
87 Ww1Manager* pMan = new Ww1Manager( *pStrm, nFieldFlags ); in Read()

Completed in 326 milliseconds

12