Searched refs:nStartLength (Results 1 – 1 of 1) sorted by relevance
1558 sal_Int32 nStartLength = sStartQuote.getLength(); in lcl_FindQuotedText() local1559 sal_Int32 nEndIndex = rCommand.indexOf( uEndQuote, nStartIndex + nStartLength); in lcl_FindQuotedText()1562 … sRet = rCommand.copy( nStartIndex + nStartLength, nEndIndex - nStartIndex - nStartLength); in lcl_FindQuotedText()
Completed in 37 milliseconds