Home
last modified time | relevance | path

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

/trunk/main/svl/source/misc/
H A Dlockfilecommon.cxx126 sal_Int32 nCurEntry = 0; in ParseList() local
131 if ( nCurEntry >= aResult.getLength() ) in ParseList()
132 aResult.realloc( nCurEntry + 10 ); in ParseList()
133 aResult[nCurEntry] = ParseEntry( aBuffer, nCurPos ); in ParseList()
134 nCurEntry++; in ParseList()
137 aResult.realloc( nCurEntry ); in ParseList()

Completed in 19 milliseconds