Home
last modified time | relevance | path

Searched refs:GetRecEndFilePos (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx195 sal_uLong nDocLen = maDocHd.GetRecEndFilePos(); in ImplSdPPTImport()
199 sal_uLong nPPDGLen = aPPDGHd.GetRecEndFilePos(); in ImplSdPPTImport()
537 if ( SeekToRec( rStCtrl, PPT_PST_ExObjList, maDocHd.GetRecEndFilePos(), &aHyperHd ) ) in Import()
539 sal_uInt32 nExObjHyperListLen = aHyperHd.GetRecEndFilePos(); in Import()
784 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aPageHd.GetRecEndFilePos() ) ) in Import()
794 … if ( SeekToRec( rStCtrl, PPT_PST_PPDrawing, aHd.GetRecEndFilePos(), &aPPDrawHd ) ) in Import()
796 sal_uInt32 nPPDrawEnd = aPPDrawHd.GetRecEndFilePos(); in Import()
800 … sal_uInt32 nEscherF002End = aEscherF002Hd.GetRecEndFilePos(); in Import()
805 … while( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aEscherObjListHd.GetRecEndFilePos() ) ) in Import()
836 … while ( ( rStCtrl.GetError() == 0 ) && ( rStCtrl.Tell() < aProgTagHd.GetRecEndFilePos() ) ) in Import()
[all …]
H A Dpptatom.cpp56 && ( mrStream.Tell() < maRecordHeader.GetRecEndFilePos() ) ) in Atom()
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx844 … 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 Dmsdffimp.cxx237 if ( rManager.SeekToRec( rStCtrl, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in SetDefaultPropSet()
261 if ( rManager.SeekToRec( rIn, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in ReadPropSet()
428 while ( ( rIn.GetError() == 0 ) && ( rIn.Tell() < aHd.GetRecEndFilePos() ) ) in operator >>()
3008 nStOfs = aHd.GetRecEndFilePos(); in Consume()
3309 sal_uLong nEscherF002End = aEscherF002Hd.GetRecEndFilePos(); in SeekToShape()
3319 … if ( SeekToRec( rSt, DFF_msofbtSp, aEscherObjListHd.GetRecEndFilePos(), &aShapeHd ) ) in SeekToShape()
3351 if ( rSt.GetError() || ( aHd.GetRecEndFilePos() > nMaxFilePos ) ) in SeekToRec()
4221 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in ImportGroup()
4964 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in GetGlobalChildAnchor()
4974 while( ( rSt.GetError() == 0 ) && ( rSt.Tell() < aShapeHd2.GetRecEndFilePos() ) ) in GetGlobalChildAnchor()
[all …]
H A Ddffpropset.cxx1106 nEndOfRecord = Min(aHd.GetRecEndFilePos(), nEndOfStream); in ReadPropSet()
/AOO41X/main/filter/inc/filter/msfilter/
H A Ddffrecordheader.hxx46 …sal_uLong GetRecEndFilePos() const { return nFilePos + DFF_COMMON_RECORD_HEADER_SIZE + nRecLen;… in GetRecEndFilePos() function in DffRecordHeader
/AOO41X/main/sc/source/filter/excel/
H A Dxiescher.cxx3605 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()
/AOO41X/main/svx/workben/msview/
H A Dmsview.cxx294 … while( (mrStream.GetError() == 0 ) && ( mrStream.Tell() < maRecordHeader.GetRecEndFilePos() ) ) in Atom()