Lines Matching refs:tell
1346 sal_Int64 nFmlaPos = rStrm.tell(); in importBiff12Formula()
1351 mnAddDataPos = rStrm.tell(); in importBiff12Formula()
1358 while( bOk && !rStrm.isEof() && (rStrm.tell() < nFmlaEndPos) ) in importBiff12Formula()
1434 if( bOk && (rStrm.tell() == nFmlaEndPos) && (mnAddDataPos == nAddDataEndPos) ) in importBiff12Formula()
1775 sal_Int64 nRecPos = rStrm.tell(); in swapStreamPosition()
2103 sal_Int64 nEndPos = mnAddDataPos = rStrm.tell() + nFmlaSize; in importBiffFormula()
2106 while( bOk && !rStrm.isEof() && (rStrm.tell() < nEndPos) ) in importBiffFormula()
2190 if( bOk && (rStrm.tell() == nEndPos) ) in importBiffFormula()
2615 sal_Int64 nRecPos = rStrm.tell(); in swapStreamPosition()
2642 sal_Int64 nEndPos = rStrm.tell() + 4 * nCount; in readNlrSRangeAddData()
2894 sal_Int64 nFmlaEndPos = rStrm.tell() + ::std::max< sal_Int32 >( nFmlaSize, 0 ); in importOleTargetLink()