Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx205 mnRowPosCount(0), in ScImportAsciiDlg()
448 if (!mnRowPosCount) // complete re-fresh in GetLine()
456 mpRowPosArray[mnRowPosCount] = mnStreamPos; in GetLine()
459 if (nLine >= mnRowPosCount) in GetLine()
464 if (!Seek( mpRowPosArray[mnRowPosCount]) || in GetLine()
474 mpRowPosArray[++mnRowPosCount] = mnStreamPos; in GetLine()
475 } while (nLine >= mnRowPosCount && in GetLine()
483 --mnRowPosCount; in GetLine()
597 mnRowPosCount = 0; in UpdateVertical()
690 if (!mnRowPosCount || nRead > CSV_PREVIEW_LINES) in IMPL_LINK()
[all …]
/aoo42x/main/sc/source/ui/inc/
H A Dscuiasciiopt.hxx40 sal_uLong mnRowPosCount; member in ScImportAsciiDlg

Completed in 54 milliseconds