Searched refs:mnStreamPos (Results 1 – 2 of 2) sorted by relevance
202 mnStreamPos( pInStream ? pInStream->Tell() : 0 ), in ScImportAsciiDlg()358 mnStreamPos = mpDatStream->Tell(); in ScImportAsciiDlg()455 mnStreamPos = mpDatStream->Tell(); in GetLine()456 mpRowPosArray[mnRowPosCount] = mnStreamPos; in GetLine()473 mnStreamPos = mpDatStream->Tell(); in GetLine()474 mpRowPosArray[++mnRowPosCount] = mnStreamPos; in GetLine()479 mnStreamPos == mpRowPosArray[mnRowPosCount-1]) in GetLine()490 mnStreamPos = mpDatStream->Tell(); in GetLine()
38 sal_uLong mnStreamPos; member in ScImportAsciiDlg131 if (nPos != mnStreamPos && mpDatStream) in Seek()136 mnStreamPos = nPos; in Seek()
Completed in 20 milliseconds