/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 141 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF, 207 void ReadPLCF( SvStream* pSt, long nFilePos, long nPLCF ); 213 void GeneratePLCF( SvStream* pSt, long nPN, long ncpN ); 216 WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, 222 WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, 1448 inline short WW8SkipOdd(SvStream* pSt ) in WW8SkipOdd() argument 1451 short bRet = pSt->Tell() & 0x1; in WW8SkipOdd() 1454 pSt->Read( &c, 1 ); in WW8SkipOdd() 1458 if ( pSt->Tell() & 0x1 ){ in WW8SkipOdd() 1460 pSt->Read( &c, 1 ); in WW8SkipOdd() [all …]
|
H A D | ww8scan.cxx | 2036 pSt->Seek( nFilePos ); in WW8PLCFspecial() 2052 pSt->Seek( nOldPos ); in WW8PLCFspecial() 2188 pSt->Seek( nFilePos ); in ReadPLCF() 2198 pSt->Seek( nOldPos ); in ReadPLCF() 2214 *pSt >> nFc; in GeneratePLCF() 2220 *pSt >> nb; in GeneratePLCF() 2222 *pSt >> nFc; in GeneratePLCF() 2305 pSt->Seek( nFilePos ); in WW8PLCFpcd() 2315 pSt->Seek( nOldPos ); in WW8PLCFpcd() 2394 pSt->Seek(nFilePos); in WW8Fkp() [all …]
|
H A D | dump8a.cxx | 1307 SvStream* pSt = &xTableStream; in DumpPLCF() local 1309 WW8PLCF aPlc( pSt, nPos, nLen, pPlcSizeTab[ ePlc ] ); in DumpPLCF()
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxftblrd.cxx | 237 DXFStyle * * ppSt, * pSt; in Read() local 269 pSt=new DXFStyle; in Read() 270 pSt->Read(rDGR); in Read() 271 *ppSt=pSt; in Read() 272 ppSt=&(pSt->pSucc); in Read() 289 DXFStyle * pSt; in Clear() local 293 pSt=pStyles; in Clear() 294 pStyles=pSt->pSucc; in Clear() 295 delete pSt; in Clear()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 261 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pbInDoc) in ReadGrafFile() argument 271 pSt->Seek(nPosFc); in ReadGrafFile() 273 rFileName = WW8ReadPString(*pSt, eStructCharSet, 0); in ReadGrafFile() 283 pSt->Seek( nPosFc ); in ReadGrafFile() 284 bool bOk = ReadWindowMetafile( *pSt, aWMF, NULL ) ? true : false; in ReadGrafFile() 286 if (!bOk || pSt->GetError() || !aWMF.GetActionCount()) in ReadGrafFile() 320 long nData = rPic.lcb - ( pSt->Tell() - nPosFc ); in ReadGrafFile() 324 if (0 == (bOk = SwWW8ImplReader::GetPictGrafFromStream(*rpGraphic, *pSt))) in ReadGrafFile() 442 SwFrmFmt* SwWW8ImplReader::ImportGraf1(WW8_PIC& rPic, SvStream* pSt, in ImportGraf1() argument 446 if( pSt->IsEof() || rPic.fError || rPic.MFP.mm == 99 ) in ImportGraf1() [all …]
|
H A D | ww8par4.cxx | 139 SvStorageStream* pSt = xSrc2; in SwWw6ReadMetaStream() local 140 pSt->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in SwWw6ReadMetaStream() 141 sal_uLong nRead = pSt->Read( pMfp, sizeof(*pMfp ) ); in SwWw6ReadMetaStream() 154 ASSERT( !pSt, "+OLE: Falscher Metafile-Typ" ); in SwWw6ReadMetaStream() 159 ASSERT( !pSt, "+OLE: Falscher Metafile-Typ ( nicht Anisotropic )" ); in SwWw6ReadMetaStream() 163 ASSERT( !pSt, "+OLE: Groesse von 0 ???" ); in SwWw6ReadMetaStream() 166 bool bOk = ReadWindowMetafile( *pSt, rWMF, NULL ) ? true : false; // WMF lesen in SwWw6ReadMetaStream() 168 if (!bOk || pSt->GetError() || rWMF.GetActionCount() == 0) in SwWw6ReadMetaStream() 170 ASSERT( !pSt, "+OLE: Konnte Metafile nicht lesen" ); in SwWw6ReadMetaStream()
|
H A D | ww8scan.cxx | 2231 pSt->Seek( nOldPos ); in WW8PLCFspecial() 2334 SvStream* pSt, in WW8PLCF() argument 2410 pSt->Seek( nOldPos ); in ReadPLCF() 2448 *pSt >> nFc; in GeneratePLCF() 2461 *pSt >> nb; in GeneratePLCF() 2465 *pSt >> nFc; in GeneratePLCF() 2664 pSt->Seek(nFilePos); in WW8Fkp() 2784 pSt->Seek(nOldPos); in WW8Fkp() 3545 SvStream* pSt, in WW8PLCFx_SEPX() argument 3551 , pStrm(pSt) in WW8PLCFx_SEPX() [all …]
|
H A D | ww8scan.hxx | 218 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF, 285 void ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF ); 291 void GeneratePLCF( SvStream* pSt, sal_Int32 nPN, sal_Int32 ncpN ); 295 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, 301 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, 332 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct ); 577 WW8PLCFx_Fc_FKP( SvStream* pSt, SvStream* pTblSt, SvStream* pDataSt, 609 WW8PLCFx_Cp_FKP( SvStream* pSt, SvStream* pTblSt, SvStream* pDataSt, 703 WW8PLCFx_FLD(SvStream* pSt, const WW8Fib& rMyFib, short nType); 971 WW8ScannerBase( SvStream* pSt, SvStream* pTblSt, SvStream* pDataSt, [all …]
|
H A D | ww8par2.cxx | 3879 static inline short WW8SkipOdd(SvStream* pSt ) in WW8SkipOdd() argument 3881 if ( pSt->Tell() & 0x1 ) in WW8SkipOdd() 3884 pSt->Read( &c, 1 ); in WW8SkipOdd() 3890 static inline short WW8SkipEven(SvStream* pSt ) in WW8SkipEven() argument 3892 if (!(pSt->Tell() & 0x1)) in WW8SkipEven() 3895 pSt->Read( &c, 1 ); in WW8SkipEven()
|
H A D | ww8par.hxx | 1360 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pDelIt); 1374 SwFrmFmt* ImportGraf1(WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos); 1747 SwWW8ImplReader( sal_uInt8 nVersionPara, SvStorage* pStorage, SvStream* pSt,
|
H A D | ww8par.cxx | 3701 SvStream* pSt, SwDoc& rD, const String& rBaseURL, bool bNewDoc) in SwWW8ImplReader() argument 3705 , pStrm(pSt) in SwWW8ImplReader()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 4557 SvStorageStream* pSt = xSrc2; in ReadOCXStream() local 4558 pSt->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ReadOCXStream() 4562 bool hasCName = readOCXNAME( controlName, pSt ); in ReadOCXStream() 4565 pSt = xSrc2; in ReadOCXStream() 4566 pSt->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ReadOCXStream() 4590 bRet = pObj->FullRead(pSt); in ReadOCXStream() 4614 SvStream *pSt = rSrc1; in ReadOCXExcelKludgeStream() local 4615 pSt->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ReadOCXExcelKludgeStream() 4617 *pSt >> aTest; in ReadOCXExcelKludgeStream()
|
/aoo41x/main/automation/source/server/ |
H A D | XMLParser.cxx | 56 SVInputStream( SvStream* pSt ):pStream( pSt ){}; in SVInputStream() argument
|