Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx195 sal_uLong nDocLen = maDocHd.GetRecEndFilePos(); in ImplSdPPTImport()
199 sal_uLong nPPDGLen = aPPDGHd.GetRecEndFilePos(); in ImplSdPPTImport()
539 sal_uInt32 nExObjHyperListLen = aHyperHd.GetRecEndFilePos(); in Import()
1553 sal_uLong nPageRecEnd = aPageRecHd.GetRecEndFilePos(); in ImportPageEffect()
1915 sal_uInt32 nSoundLen = aDocHd.GetRecEndFilePos(); in ReadSound()
1919 sal_uInt32 nDataLen = aSoundBlockRecHd.GetRecEndFilePos(); in ReadSound()
1926 sal_uInt32 nStrLen = aSoundRecHd.GetRecEndFilePos(); in ReadSound()
2029 while ( ( rStCtrl.Tell() < pHd->GetRecEndFilePos() ) && !aRetVal.Len() ) in ReadMedia()
2049 while( rStCtrl.Tell() < aExVideoHd.GetRecEndFilePos() ) in ReadMedia()
2652 sal_uInt32 nClientDataLen = rHdClientData.GetRecEndFilePos(); in ProcessObj()
[all …]
H A Dpptatom.cxx56 && ( mrStream.Tell() < maRecordHeader.GetRecEndFilePos() ) ) in Atom()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1505 sal_uLong nPibLen = aPersistHd.GetRecEndFilePos(); in SdrPowerPointImport()
3231 sal_uLong nPageRecEnd = aPageHd.GetRecEndFilePos(); in ImportPageBackgroundObject()
3633 if ( rSt.Tell() != aHd.GetRecEndFilePos() ) in PPTExtParaProv()
4389 while ( rIn.Tell() < pEnvHeader->GetRecEndFilePos() ) in PPTStyleSheet()
4442 while ( rIn.Tell() < rSlideHd.GetRecEndFilePos() ) in PPTStyleSheet()
4528 if ( rIn.Tell() > aTxMasterStyleHd.GetRecEndFilePos() ) in PPTStyleSheet()
4534 if ( rIn.Tell() < aTxMasterStyleHd.GetRecEndFilePos() ) in PPTStyleSheet()
4547 if ( rIn.Tell() != aTxMasterStyleHd.GetRecEndFilePos() ) in PPTStyleSheet()
4582 while ( rIn.Tell() < pEnvHeader2->GetRecEndFilePos() ) in PPTStyleSheet()
5082 while ( rIn.Tell() < rRecHd.GetRecEndFilePos() ) in Read()
[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 >>()
3021 nStOfs = aHd.GetRecEndFilePos(); in Consume()
3322 sal_uLong nEscherF002End = aEscherF002Hd.GetRecEndFilePos(); in SeekToShape()
3364 if ( rSt.GetError() || ( aHd.GetRecEndFilePos() > nMaxFilePos ) ) in SeekToRec()
4234 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in ImportGroup()
4977 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in GetGlobalChildAnchor()
4987 while( ( rSt.GetError() == 0 ) && ( rSt.Tell() < aShapeHd2.GetRecEndFilePos() ) ) in GetGlobalChildAnchor()
5051 while ( ( rSt.GetError() == 0 ) && ( rSt.Tell() < rHd.GetRecEndFilePos() ) ) in GetGroupAnchors()
[all …]
H A Ddffpropset.cxx1106 nEndOfRecord = Min(aHd.GetRecEndFilePos(), nEndOfStream); in ReadPropSet()
/trunk/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
/trunk/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()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx294 while( (mrStream.GetError() == 0 ) && ( mrStream.Tell() < maRecordHeader.GetRecEndFilePos() ) ) in Atom()

Completed in 371 milliseconds