Searched refs:mpRowPosArray (Results 1 – 2 of 2) sorted by relevance
205 mpRowPosArray( NULL ), in ScImportAsciiDlg()432 delete[] mpRowPosArray; in ~ScImportAsciiDlg()446 if (!mpRowPosArray) in GetLine()447 mpRowPosArray = new sal_uLong[ASCIIDLG_MAXROWS + 2]; in GetLine()451 memset( mpRowPosArray, 0, sizeof(mpRowPosArray[0]) * (ASCIIDLG_MAXROWS+2)); in GetLine()457 mpRowPosArray[mnRowPosCount] = mnStreamPos; in GetLine()465 if (!Seek( mpRowPosArray[mnRowPosCount]) || in GetLine()475 mpRowPosArray[++mnRowPosCount] = mnStreamPos; in GetLine()480 mnStreamPos == mpRowPosArray[mnRowPosCount-1]) in GetLine()489 Seek( mpRowPosArray[nLine]); in GetLine()
39 sal_uLong* mpRowPosArray; member in ScImportAsciiDlg
Completed in 50 milliseconds