| /trunk/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, 255 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct ); 444 WW8PLCFx_Fc_FKP( SvStream* pSt, SvStream* pTblSt, SvStream* pDataSt, 473 WW8PLCFx_Cp_FKP( SvStream* pSt, SvStream* pTblSt, SvStream* pDataSt, const WW8ScannerBase& 501 WW8PLCFx_SEPX( SvStream* pSt, SvStream* pTblxySt, WW8Fib& rFib, WW8_CP nStartCp ); 527 WW8PLCFx_SubDoc( SvStream* pSt, sal_uInt8 nVersion, WW8_CP nStartCp, [all …]
|
| H A D | ww8scan.cxx | 1612 WW8ScannerBase::WW8ScannerBase( SvStream* pSt, SvStream* pTblSt, in WW8ScannerBase() argument 1635 pChpPLCF = new WW8PLCFx_Cp_FKP( pSt, pTblSt, pDataSt, *this, CHP ); // CHPX in WW8ScannerBase() 1636 pPapPLCF = new WW8PLCFx_Cp_FKP( pSt, pTblSt, pDataSt, *this, PAP ); // PAPX in WW8ScannerBase() 1638 pSepPLCF = new WW8PLCFx_SEPX( pSt, pTblSt, *pWwFib, 0 ); // SEPX in WW8ScannerBase() 2025 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument 2033 long nOldPos = pSt->Tell(); in WW8PLCFspecial() 2035 pSt->Seek( nFilePos ); in WW8PLCFspecial() 2036 pSt->Read( pPLCF_PosArray, nPLCF ); in WW8PLCFspecial() 2051 pSt->Seek( nOldPos ); in WW8PLCFspecial() 2148 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument [all …]
|
| H A D | dump8a.cxx | 1307 SvStream* pSt = &xTableStream; in DumpPLCF() local 1309 WW8PLCF aPlc( pSt, nPos, nLen, pPlcSizeTab[ ePlc ] ); in DumpPLCF()
|
| /trunk/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()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8graf2.cxx | 257 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pbInDoc) in ReadGrafFile() argument 267 pSt->Seek(nPosFc); in ReadGrafFile() 269 rFileName = WW8ReadPString(*pSt, eStructCharSet, 0); in ReadGrafFile() 279 pSt->Seek( nPosFc ); in ReadGrafFile() 280 bool bOk = ReadWindowMetafile( *pSt, aWMF, NULL ) ? true : false; in ReadGrafFile() 282 if (!bOk || pSt->GetError() || !aWMF.GetActionCount()) in ReadGrafFile() 316 long nData = rPic.lcb - ( pSt->Tell() - nPosFc ); in ReadGrafFile() 320 if (0 == (bOk = SwWW8ImplReader::GetPictGrafFromStream(*rpGraphic, *pSt))) in ReadGrafFile() 438 SwFrmFmt* SwWW8ImplReader::ImportGraf1(WW8_PIC& rPic, SvStream* pSt, in ImportGraf1() argument 442 if( pSt->IsEof() || rPic.fError || rPic.MFP.mm == 99 ) in ImportGraf1() [all …]
|
| H A D | ww8scan.cxx | 1722 WW8ScannerBase::WW8ScannerBase( SvStream* pSt, SvStream* pTblSt, in WW8ScannerBase() argument 1772 pChpPLCF = new WW8PLCFx_Cp_FKP( pSt, pTblSt, pDataSt, *this, CHP ); // CHPX in WW8ScannerBase() 1773 pPapPLCF = new WW8PLCFx_Cp_FKP( pSt, pTblSt, pDataSt, *this, PAP ); // PAPX in WW8ScannerBase() 1775 pSepPLCF = new WW8PLCFx_SEPX( pSt, pTblSt, *pWwFib, 0 ); // SEPX in WW8ScannerBase() 2206 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument 2214 long nOldPos = pSt->Tell(); in WW8PLCFspecial() 2216 pSt->Seek( nFilePos ); in WW8PLCFspecial() 2217 pSt->Read( pPLCF_PosArray, nPLCF ); in WW8PLCFspecial() 2230 pSt->Seek( nOldPos ); in WW8PLCFspecial() 2333 SvStream* pSt, in WW8PLCF() argument [all …]
|
| H A D | ww8par4.cxx | 138 SvStorageStream* pSt = xSrc2; in SwWw6ReadMetaStream() local 139 pSt->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in SwWw6ReadMetaStream() 140 sal_uLong nRead = pSt->Read( pMfp, sizeof(*pMfp ) ); in SwWw6ReadMetaStream() 153 ASSERT( !pSt, "+OLE: Falscher Metafile-Typ" ); in SwWw6ReadMetaStream() 158 ASSERT( !pSt, "+OLE: Falscher Metafile-Typ ( nicht Anisotropic )" ); in SwWw6ReadMetaStream() 162 ASSERT( !pSt, "+OLE: Groesse von 0 ???" ); in SwWw6ReadMetaStream() 165 bool bOk = ReadWindowMetafile( *pSt, rWMF, NULL ) ? true : false; // WMF lesen in SwWw6ReadMetaStream() 167 if (!bOk || pSt->GetError() || rWMF.GetActionCount() == 0) in SwWw6ReadMetaStream() 169 ASSERT( !pSt, "+OLE: Konnte Metafile nicht lesen" ); in SwWw6ReadMetaStream()
|
| H A D | ww8scan.hxx | 217 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF, 284 void ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF ); 290 void GeneratePLCF( SvStream* pSt, sal_Int32 nPN, sal_Int32 ncpN ); 294 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, 300 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, 331 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct ); 576 WW8PLCFx_Fc_FKP( SvStream* pSt, SvStream* pTblSt, SvStream* pDataSt, 608 WW8PLCFx_Cp_FKP( SvStream* pSt, SvStream* pTblSt, SvStream* pDataSt, 640 WW8PLCFx_SEPX( SvStream* pSt, SvStream* pTblxySt, const WW8Fib& rFib, 670 WW8PLCFx_SubDoc(SvStream* pSt, ww::WordVersion eVersion, WW8_CP nStartCp, [all …]
|
| H A D | ww8par2.cxx | 3878 static inline short WW8SkipOdd(SvStream* pSt ) in WW8SkipOdd() argument 3880 if ( pSt->Tell() & 0x1 ) in WW8SkipOdd() 3883 pSt->Read( &c, 1 ); in WW8SkipOdd() 3889 static inline short WW8SkipEven(SvStream* pSt ) in WW8SkipEven() argument 3891 if (!(pSt->Tell() & 0x1)) in WW8SkipEven() 3894 pSt->Read( &c, 1 ); in WW8SkipEven()
|
| H A D | ww8par.hxx | 1359 const WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos, bool* pDelIt); 1373 SwFrmFmt* ImportGraf1(WW8_PIC& rPic, SvStream* pSt, sal_uLong nFilePos); 1746 SwWW8ImplReader( sal_uInt8 nVersionPara, SvStorage* pStorage, SvStream* pSt,
|
| H A D | ww8par.cxx | 3700 SvStream* pSt, SwDoc& rD, const String& rBaseURL, bool bNewDoc) in SwWW8ImplReader() argument 3704 , pStrm(pSt) in SwWW8ImplReader()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 4556 SvStorageStream* pSt = xSrc2; in ReadOCXStream() local 4557 pSt->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ReadOCXStream() 4561 bool hasCName = readOCXNAME( controlName, pSt ); in ReadOCXStream() 4564 pSt = xSrc2; in ReadOCXStream() 4565 pSt->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ReadOCXStream() 4589 bRet = pObj->FullRead(pSt); in ReadOCXStream() 4613 SvStream *pSt = rSrc1; in ReadOCXExcelKludgeStream() local 4614 pSt->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ReadOCXExcelKludgeStream() 4616 *pSt >> aTest; in ReadOCXExcelKludgeStream()
|
| /trunk/main/automation/source/server/ |
| H A D | XMLParser.cxx | 56 SVInputStream( SvStream* pSt ):pStream( pSt ){}; in SVInputStream() argument
|