Searched refs:GetRecEndFilePos (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 193 sal_uLong nDocLen = maDocHd.GetRecEndFilePos(); in ImplSdPPTImport() 197 sal_uLong nPPDGLen = aPPDGHd.GetRecEndFilePos(); in ImplSdPPTImport() 535 if ( SeekToRec( rStCtrl, PPT_PST_ExObjList, maDocHd.GetRecEndFilePos(), &aHyperHd ) ) in Import() 537 sal_uInt32 nExObjHyperListLen = aHyperHd.GetRecEndFilePos(); in Import() 782 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPageHd.GetRecEndFilePos() ) ) in Import() 792 … if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in Import() 794 sal_uInt32 nPPDrawEnd = aPPDrawHd.GetRecEndFilePos(); in Import() 798 … sal_uInt32 nEscherF002End = aEscherF002Hd.GetRecEndFilePos(); in Import() 803 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aEscherObjListHd.GetRecEndFilePos() ) ) in Import() 834 … while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aProgTagHd.GetRecEndFilePos() ) ) in Import() [all …]
|
| H A D | pptatom.cxx | 56 && ( mrStream.Tell() < maRecordHeader.GetRecEndFilePos() ) ) in Atom()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 844 … while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < maShapeRecords.Current()->GetRecEndFilePos() ) ) in ProcessObj() 1494 sal_uInt32 nCurrentEditAtomStrmPos = aCurrentEditAtom.aHd.GetRecEndFilePos(); in SdrPowerPointImport() 1505 sal_uLong nPibLen = aPersistHd.GetRecEndFilePos(); in SdrPowerPointImport() 1599 … if ( SeekToRec( rStCtrl, PPT_PST_TxPFStyleAtom, pEnvHd->GetRecEndFilePos(), &aTxPFStyleRecHd ) ) in SdrPowerPointImport() 1604 … if ( SeekToRec( rStCtrl, PPT_PST_TxSIStyleAtom, pEnvHd->GetRecEndFilePos(), &aTxSIStyleRecHd ) ) in SdrPowerPointImport() 1641 sal_uInt32 nSlideListWithTextHdEndOffset = pSlideListWithTextHd->GetRecEndFilePos(); in SdrPowerPointImport() 1700 … if ( SeekToRec( rStCtrl, PPT_PST_SlideAtom, aSlideHd.GetRecEndFilePos() ) ) in SdrPowerPointImport() 1702 … else if ( SeekToRec( rStCtrl, PPT_PST_NotesAtom, aSlideHd.GetRecEndFilePos() ) ) in SdrPowerPointImport() 1707 … if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, aSlideHd.GetRecEndFilePos(), &aPPTDrawingHd ) ) in SdrPowerPointImport() 1710 …if ( SeekToRec( rStCtrl, DFF_msofbtDgContainer, aPPTDrawingHd.GetRecEndFilePos(), &aPPTDgContainer… in SdrPowerPointImport() [all …]
|
| H A D | msdffimp.cxx | 234 if ( rManager.SeekToRec( rStCtrl, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in SetDefaultPropSet() 258 if ( rManager.SeekToRec( rIn, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in ReadPropSet() 425 while ( ( rIn.GetError() == 0 ) && ( rIn.Tell() < aHd.GetRecEndFilePos() ) ) in operator >>() 3018 nStOfs = aHd.GetRecEndFilePos(); in Consume() 3319 sal_uLong nEscherF002End = aEscherF002Hd.GetRecEndFilePos(); in SeekToShape() 3329 … if ( SeekToRec( rSt, DFF_msofbtSp, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in SeekToShape() 3361 if ( rSt.GetError() || ( aHd.GetRecEndFilePos() > nMaxFilePos ) ) in SeekToRec() 4231 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in ImportGroup() 4974 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in GetGlobalChildAnchor() 4984 while( ( rSt.GetError() == 0 ) && ( rSt.Tell() < aShapeHd2.GetRecEndFilePos() ) ) in GetGlobalChildAnchor() [all …]
|
| H A D | dffpropset.cxx | 1106 nEndOfRecord = Min(aHd.GetRecEndFilePos(), nEndOfStream); in ReadPropSet()
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | dffrecordheader.hxx | 46 …sal_uLong GetRecEndFilePos() const { return nFilePos + DFF_COMMON_RECORD_HEADER_SIZE + nRecLen;… in GetRecEndFilePos() function in DffRecordHeader
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xiescher.cxx | 3605 sal_Size nEndPos = rDgHeader.GetRecEndFilePos(); in ProcessDgContainer() 3634 sal_Size nEndPos = rShGrHeader.GetRecEndFilePos(); in ProcessShGrContainer() 3834 if( (aIt != maObjMap.end()) && (aIt->first <= rHeader.GetRecEndFilePos()) ) in FindDrawObj() 3857 if( (aIt != maTextMap.end()) && (aIt->first <= rHeader.GetRecEndFilePos()) ) in FindTextData()
|
| /trunk/main/svx/workben/msview/ |
| H A D | msview.cxx | 294 … while( (mrStream.GetError() == 0 ) && ( mrStream.Tell() < maRecordHeader.GetRecEndFilePos() ) ) in Atom()
|