Home
last modified time | relevance | path

Searched refs:pStrm (Results 26 – 50 of 50) sorted by relevance

12

/trunk/main/basic/source/inc/
H A Diosys.hxx47 SvStream* pStrm; // der Stream member in SbiStream
77 SvStream* GetStrm() { return pStrm; } in GetStrm()
/trunk/main/sw/source/filter/ww8/
H A Descher.hxx128 SwBasicEscherEx(SvStream* pStrm, WW8Export& rWrt);
177 SwEscherEx( SvStream* pStrm, WW8Export& rWW8Wrt );
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 Dww8graf2.cxx501 ((pStrm == pDataStream ) && !nPicLocFc) || in ImportGraf()
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 Dww8par.hxx945 SvStream* pStrm; // Input-(Storage)Stream member in SwWW8ImplReader
H A Dww8par6.cxx1811 SvStream* pIoStrm = pIo->pStrm; in ReadFull()
/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/sd/source/filter/eppt/
H A Deppt.hxx568 void Write( SvStream* pStrm, sal_Bool bLast );
635 void Write( SvStream* pStrm );
665 void Write( SvStream* pStrm );
672 void WriteTextSpecInfo( SvStream* pStrm );
/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/source/filter/ascii/
H A Dparasc.cxx82 if( !pStrm ) in Read()
94 SwASCIIParser* pParser = new SwASCIIParser( &rDoc, rPam, *pStrm, in Read()
/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/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/sot/source/sdstor/
H A Dstgole.hxx34 BaseStorageStream* pStrm; member in StgInternalStream
H A Dstgstrms.hxx151 SvFileStream* pStrm; member in StgTmpStrm
/trunk/main/sd/source/filter/ppt/
H A Dpropread.hxx157 void Read( SvStorageStream* pStrm );
/trunk/main/basic/source/runtime/
H A Dmethods.cxx3287 SvStream* pStrm = pSbStrm->GetStrm(); in RTLFUNC() local
3291 sal_uIntPtr nPos = pStrm->Tell(); in RTLFUNC()
3309 pStrm->Seek( (sal_uIntPtr)nPos ); in RTLFUNC()
3837 SbiStream* pStrm = pIO->GetStream( nChannel ); in RTLFUNC() local
3838 if( !pStrm ) in RTLFUNC()
/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/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/svtools/source/filter/wmf/
H A Dwinmtf.hxx757 sal_Bool GetPlaceableBound( Rectangle& rSize, SvStream* pStrm );
/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/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()

Completed in 294 milliseconds

12