Searched refs:nQuoteLength (Results 1 – 1 of 1) sorted by relevance
1512 const sal_Int32 nQuoteLength = rQuoteString.getLength(); in lcl_getDecomposedColumnName() local1522 nRPos = sName.indexOf( rQuoteString, nPos + nQuoteLength ); in lcl_getDecomposedColumnName()1525 if ( nRPos + nQuoteLength < sName.getLength() ) in lcl_getDecomposedColumnName()1527 nRPos += nQuoteLength; // -1 + 1 skip dot in lcl_getDecomposedColumnName()1531 … sColumnName = sName.copy( nPos + nQuoteLength, nRPos - nPos - nQuoteLength ); in lcl_getDecomposedColumnName()
Completed in 16 milliseconds