Searched refs:GetRecPos (Results 1 – 5 of 5) sorted by relevance
125 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()131 while( (aIn.GetRecPos() < nEndPos) && !bError ) in Convert()847 else if( aIn.GetRecPos() != nEndPos ) in Convert()898 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()900 while( (aIn.GetRecPos() < nEndPos) && !bError ) in Convert()1206 else if( aIn.GetRecPos() != nEndPos ) in Convert()1249 sal_Size nEndPos = rStrm.GetRecPos() + nFormulaLen; in ConvertExternName()1255 while( (rStrm.GetRecPos() < nEndPos) && !bError ) in ConvertExternName()1354 else if( rStrm.GetRecPos() != nEndPos ) in ConvertExternName()1435 sal_Size nEndPos = aIn.GetRecPos() + nLen; in GetAbsRefs()[all …]
228 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()230 while( (aIn.GetRecPos() < nEndPos) && !bError ) in Convert()860 else if( aIn.GetRecPos() != nEndPos ) in Convert()921 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()923 while( (aIn.GetRecPos() < nEndPos) && !bError ) in Convert()1304 else if( aIn.GetRecPos() != nEndPos ) in Convert()1338 sal_Size nEndPos = rStrm.GetRecPos() + nLen; in GetAbsRefs()1340 while( rStrm.IsValid() && (rStrm.GetRecPos() < nEndPos) ) in GetAbsRefs()
591 if( rStrm.GetRecPos() & 1 ) rStrm.Ignore( 1 ); in ReadName5()600 if( rStrm.GetRecPos() & 1 ) rStrm.Ignore( 1 ); in ReadMacro3()907 …DBG_ASSERT( rStrm.GetRecPos() == 4, "XclImpDrawObjBase::ImplReadObj8 - unexpected OBJCMO subrecord… in ImplReadObj8()908 if( (rStrm.GetRecPos() == 4) && (nSubRecSize >= 6) ) in ImplReadObj8()1394 if( rStrm.GetRecPos() & 1 ) rStrm.Ignore( 1 ); in ReadByteString()2633 sal_Size nRecEnd = rStrm.GetRecPos() + nRecLeft; in ReadFullLbsData()2635 DBG_ASSERT( (rStrm.GetRecPos() == nRecEnd) || (rStrm.GetRecPos() + mnEntryCount == nRecEnd), in ReadFullLbsData()2637 while( rStrm.IsValid() && (rStrm.GetRecPos() < nRecEnd) ) in ReadFullLbsData()2983 sal_Size nLinkEnd = rStrm.GetRecPos() + nLinkSize; in ReadPictFmla()3037 if( rStrm.GetRecPos() + 2 <= nLinkEnd ) in ReadPictFmla()
571 sal_Size XclImpStream::GetRecPos() const in GetRecPos() function in XclImpStream591 return mbValid ? (GetRecSize() - GetRecPos()) : 0; in GetRecLeft()862 sal_Size nCurrPos = GetRecPos(); in Seek()
335 sal_Size GetRecPos() const;
Completed in 81 milliseconds