Searched refs:mpRowPosArray (Results 1 – 2 of 2) sorted by relevance
204 mpRowPosArray( NULL ), in ScImportAsciiDlg()431 delete[] mpRowPosArray; in ~ScImportAsciiDlg()445 if (!mpRowPosArray) in GetLine()446 mpRowPosArray = new sal_uLong[ASCIIDLG_MAXROWS + 2]; in GetLine()450 memset( mpRowPosArray, 0, sizeof(mpRowPosArray[0]) * (ASCIIDLG_MAXROWS+2)); in GetLine()456 mpRowPosArray[mnRowPosCount] = mnStreamPos; in GetLine()464 if (!Seek( mpRowPosArray[mnRowPosCount]) || in GetLine()474 mpRowPosArray[++mnRowPosCount] = mnStreamPos; in GetLine()479 mnStreamPos == mpRowPosArray[mnRowPosCount-1]) in GetLine()488 Seek( mpRowPosArray[nLine]); in GetLine()
39 sal_uLong* mpRowPosArray; member in ScImportAsciiDlg
Completed in 19 milliseconds