Home
last modified time | relevance | path

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

12

/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx46 pStrm( NULL ), in XclImpChangeTrack()
81 delete pStrm; in ~XclImpChangeTrack()
188 *pStrm >> nFmlSize; in ReadFormula()
208 pStrm->Ignore( 1 ); in ReadFormula()
233 *pStrm >> fValue; in ReadCell()
270 *pStrm >> aRecHeader; in ReadChTrInsert()
327 *pStrm >> aRecHeader; in ReadChTrCellContent()
340 *pStrm >> nOldSize; in ReadChTrCellContent()
358 if( !pStrm->IsValid() || (pStrm->GetRecLeft() > 0) ) in ReadChTrCellContent()
383 *pStrm >> aRecHeader; in ReadChTrMoveRange()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx115 pStrm = NULL; in StgCache()
141 pStrm->Seek( nPos ); in SetPhysPageSize()
321 pStrm->Flush(); in Commit()
368 delete pStrm; in SetStrm()
369 pStrm = p; in SetStrm()
380 delete pStrm; in SetStrm()
382 pStrm = NULL; in SetStrm()
413 pStrm->Seek( 0L ); in Open()
500 pStrm->Flush(); in Write()
501 pStrm->Seek( nPos ); in Write()
[all …]
H A Dstgole.cxx54 delete pStrm; in ~StgInternalStream()
59 if( pStrm ) in GetData()
61 nSize = pStrm->Read( pData, nSize ); in GetData()
62 SetError( pStrm->GetError() ); in GetData()
71 if( pStrm ) in PutData()
74 SetError( pStrm->GetError() ); in PutData()
83 return pStrm ? pStrm->Seek( nPos ) : 0; in SeekPos()
88 if( pStrm ) in FlushData()
90 pStrm->Flush(); in FlushData()
91 SetError( pStrm->GetError() ); in FlushData()
[all …]
H A Dstgstrms.cxx1093 pStrm = NULL; in StgTmpStrm()
1132 if( pStrm ) in ~StgTmpStrm()
1134 pStrm->Close(); in ~StgTmpStrm()
1136 delete pStrm; in ~StgTmpStrm()
1143 if( pStrm ) in GetSize()
1156 if( pStrm ) in SetSize()
1200 pStrm = s; in SetSize()
1221 if( pStrm ) in GetData()
1241 if( pStrm ) in PutData()
1263 else if( pStrm ) in SeekPos()
[all …]
H A Dstgcache.hxx58 SvStream* pStrm; // physical stream member in StgCache
71 SvStream* GetStrm() { return pStrm; } in GetStrm()
74 sal_Bool IsWritable() { return ( pStrm && pStrm->IsWritable() ); } in IsWritable()
H A Dstgio.cxx60 if( pStrm ) in Load()
135 pStrm->Flush(); in CommitAll()
136 sal_uLong n = pStrm->GetError(); in CommitAll()
/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx423 nSecOfs = pStrm->Tell(); in Read()
427 pStrm->Seek( nSecOfs ); in Read()
439 *pStrm >> nPropType; in Read()
459 *pStrm >> nPropType; in Read()
491 *pStrm >> nTemp; in Read()
496 *pStrm >> nTemp; in Read()
501 *pStrm >> nTemp; in Read()
508 *pStrm >> nTemp; in Read()
575 *pStrm >> nDictCount; in Read()
581 nSize = pStrm->Tell(); in Read()
[all …]
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx75 po->pStrm = pStrm; in Read()
338 if( pStrm ) in Read()
340 pStrm->Seek(0); in Read()
341 pStrm->ResetError(); in Read()
626 pStrm = pMedium->GetInStream(); in SetStrmStgPtr()
627 if ( pStrm && SotStorage::IsStorageFile(pStrm) && (SW_STORAGE_READER & GetReaderType()) ) in SetStrmStgPtr()
630 pStrm = NULL; in SetStrmStgPtr()
634 pStrm = NULL; in SetStrmStgPtr()
710 po->pStrm = pStrm; in HasGlossaries()
726 po->pStrm = pStrm; in ReadGlossaries()
[all …]
H A Diodetect.cxx252 SvStream* pStrm = rMedium.GetInStream(); in IsFileFilter() local
253 if( pStrm && !pStrm->GetError() ) in IsFileFilter()
257 sal_uLong nBytesRead = pStrm->Read(aBuffer, nMaxRead); in IsFileFilter()
258 pStrm->Seek(STREAM_SEEK_TO_BEGIN); in IsFileFilter()
/trunk/main/basic/source/runtime/
H A Diosys.cxx143 : pStrm( 0 ) in IMPL_LINK_INLINE_END()
149 delete pStrm; in ~SbiStream()
156 if( pStrm ) in MapError()
157 switch( pStrm->GetError() ) in MapError()
704 if( !pStrm ) in Open()
716 delete pStrm, pStrm = NULL; in Open()
722 if( pStrm ) in Close()
731 delete pStrm; in Close()
732 pStrm = NULL; in Close()
743 pStrm->ReadLine( rBuf ); in Read()
[all …]
H A Dmethods1.cxx975 *pStrm << rVar.GetByte(); in lcl_WriteSbxVariable()
996 *pStrm << rVar.GetLong(); in lcl_WriteSbxVariable()
1002 *pStrm << rVar.GetSingle(); in lcl_WriteSbxVariable()
1062 *pStrm >> nTemp; in lcl_ReadSbxVariable()
1073 *pStrm >> aByte; in lcl_ReadSbxVariable()
1091 *pStrm >> aInt; in lcl_ReadSbxVariable()
1102 *pStrm >> aInt; in lcl_ReadSbxVariable()
1110 *pStrm >> nS; in lcl_ReadSbxVariable()
1118 *pStrm >> aDouble; in lcl_ReadSbxVariable()
1125 *pStrm >> aDouble; in lcl_ReadSbxVariable()
[all …]
/trunk/main/sc/source/filter/inc/
H A DXclImpChangeTrack.hxx67 XclImpStream* pStrm; // stream import class member in XclImpChangeTrack
129 pStrm->PushPosition(); in LookAtuInt8()
131 *pStrm >> nValue; in LookAtuInt8()
132 pStrm->PopPosition(); in LookAtuInt8()
138 return XclTools::GetDoubleFromRK( pStrm->ReadInt32() ); in ReadRK()
143 return (pStrm->ReaduInt16() != 0); in ReadBool()
148 rAddress.SetRow( static_cast<SCROW>(pStrm->ReaduInt16()) ); in Read2DAddress()
149 rAddress.SetCol( static_cast<SCCOL>(pStrm->ReaduInt16()) ); in Read2DAddress()
155 rRange.aEnd.SetRow( static_cast<SCROW>(pStrm->ReaduInt16()) ); in Read2DRange()
162 rString = pStrm->ReadUniString(); in ReadString()
[all …]
/trunk/main/sw/inc/
H A Dswgstr.hxx54 SvStream* pStrm; // eigentlicher Stream member in swstreambase
67 SvStream& Strm() { return *pStrm; } in Strm()
77 void seek( long nPos ) { pStrm->Seek( nPos ); } in seek()
78 long tell() { return pStrm->Tell(); } in tell()
82 int good() { return ( pStrm->GetError() == SVSTREAM_OK ); } in good()
84 int eof() { return pStrm->IsEof(); } in eof()
87 void get( void* p, sal_uInt16 n ) { pStrm->Read( (sal_Char*) p, n ); } in get()
99 *pStrm >> c; return *this; in operator >>()
104 *pStrm >> c; return *this; in operator >>()
109 *pStrm >> c; return *this; in operator >>()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dmieclip.cxx37 delete pStrm; in ~MSE40HTMLClipFormatObj()
43 if( pStrm ) in IsValid()
44 delete pStrm, pStrm = 0; in IsValid()
94 pStrm = new SvCacheStream( ( nEnd - nStt < 0x10000l in IsValid()
97 *pStrm << rStream; in IsValid()
98 pStrm->SetStreamSize( nEnd - nStt + 1L ); in IsValid()
99 pStrm->Seek( STREAM_SEEK_TO_BEGIN ); in IsValid()
102 return pStrm; in IsValid()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx417 if ( pStrm ) in ImplVBAInfoContainer()
436 if ( pStrm ) in ImplSlideViewInfoContainer()
487 if ( pStrm ) in ImplOutlineViewInfoContainer()
516 if ( pStrm ) in ImplProgBinaryTag()
538 if ( pStrm ) in ImplProgBinaryTagContainer()
555 if ( pStrm ) in ImplProgBinaryTagContainer()
572 if ( pStrm ) in ImplProgTagContainer()
577 if ( pStrm ) in ImplProgTagContainer()
592 if ( pStrm ) in ImplDocumentListContainer()
603 if ( pStrm ) in ImplDocumentListContainer()
[all …]
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/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/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 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 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 …]
/trunk/main/sfx2/inc/sfx2/
H A Dmieclip.hxx39 SvStream* pStrm; member in MSE40HTMLClipFormatObj
43 MSE40HTMLClipFormatObj() : pStrm(0) {} in MSE40HTMLClipFormatObj()
52 const SvStream* GetStream() const { return pStrm; } in GetStream()
53 SvStream* GetStream() { return pStrm; } in GetStream()
/trunk/main/starmath/source/
H A Dsmdetect.cxx302 SvStream *pStrm = aMedium.GetInStream(); in detect() local
304 if (pStrm && !pStrm->GetError()) in detect()
306 SotStorageRef aStorage = new SotStorage ( pStrm, sal_False ); in detect()
324 pStrm->Seek( STREAM_SEEK_TO_BEGIN ); in detect()
328 const sal_uLong nBytesRead(pStrm->Read( pByte, nBufSize * 2 ) ); in detect()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx597 SvStream* pStrm = pThis->xMed.Is() ? pThis->xMed->GetInStream() : 0; in IMPL_STATIC_LINK() local
598 if( pStrm && pStrm->GetError() ) in IMPL_STATIC_LINK()
600 if( ERRCODE_IO_PENDING == pStrm->GetError() ) in IMPL_STATIC_LINK()
601 pStrm->ResetError(); in IMPL_STATIC_LINK()
614 …pThis->SendStateChg_Impl( pStrm->GetError() ? sfx2::LinkManager::STATE_LOAD_ERROR : sfx2::LinkMana… in IMPL_STATIC_LINK()
/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 229 milliseconds

12