Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1512 const sal_Int32 nQuoteLength = rQuoteString.getLength(); in lcl_getDecomposedColumnName() local
1522 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 24 milliseconds