Searched refs:mnStreamPos (Results 1 – 2 of 2) sorted by relevance
203 mnStreamPos( pInStream ? pInStream->Tell() : 0 ), in ScImportAsciiDlg()359 mnStreamPos = mpDatStream->Tell(); in ScImportAsciiDlg()456 mnStreamPos = mpDatStream->Tell(); in GetLine()457 mpRowPosArray[mnRowPosCount] = mnStreamPos; in GetLine()474 mnStreamPos = mpDatStream->Tell(); in GetLine()475 mpRowPosArray[++mnRowPosCount] = mnStreamPos; in GetLine()480 mnStreamPos == mpRowPosArray[mnRowPosCount-1]) in GetLine()491 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