Home
last modified time | relevance | path

Searched refs:mnRowPosCount (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx206 mnRowPosCount(0), in ScImportAsciiDlg()
449 if (!mnRowPosCount) // complete re-fresh in GetLine()
457 mpRowPosArray[mnRowPosCount] = mnStreamPos; in GetLine()
460 if (nLine >= mnRowPosCount) in GetLine()
465 if (!Seek( mpRowPosArray[mnRowPosCount]) || in GetLine()
475 mpRowPosArray[++mnRowPosCount] = mnStreamPos; in GetLine()
476 } while (nLine >= mnRowPosCount && in GetLine()
480 mnStreamPos == mpRowPosArray[mnRowPosCount-1]) in GetLine()
484 --mnRowPosCount; in GetLine()
598 mnRowPosCount = 0; in UpdateVertical()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dscuiasciiopt.hxx40 sal_uLong mnRowPosCount; member in ScImportAsciiDlg