Home
last modified time | relevance | path

Searched refs:nQuoteIndex (Results 1 – 3 of 3) sorted by path

/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx720 const sal_Int32 nQuoteIndex (rsText.indexOf(cQuote, nIndex)); in SplitText() local
722 if (nQuoteIndex>=0 && (nSeparatorIndex==-1 || nQuoteIndex<nSeparatorIndex)) in SplitText()
725 nIndex = nQuoteIndex+1; in SplitText()
/trunk/main/tools/source/string/
H A Dstrimp.cxx1957 xub_StrLen nQuoteIndex = 0; in GetQuotedTokenCount() local
1958 while ( nQuoteIndex < nQuotedLen ) in GetQuotedTokenCount()
1960 if ( pQuotedStr[nQuoteIndex] == c ) in GetQuotedTokenCount()
1962 cQuotedEndChar = pQuotedStr[nQuoteIndex+1]; in GetQuotedTokenCount()
1966 nQuoteIndex += 2; in GetQuotedTokenCount()
2014 xub_StrLen nQuoteIndex = 0; in GetQuotedToken() local
2015 while ( nQuoteIndex < nQuotedLen ) in GetQuotedToken()
2017 if ( pQuotedStr[nQuoteIndex] == c ) in GetQuotedToken()
2019 cQuotedEndChar = pQuotedStr[nQuoteIndex+1]; in GetQuotedToken()
2023 nQuoteIndex += 2; in GetQuotedToken()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1681 sal_Int32 nQuoteIndex = rCommand.indexOf( '\"', nStartIndex); in lcl_ExtractParameter() local
1682 if( nQuoteIndex >= 0) in lcl_ExtractParameter()
1684 nStartIndex = nQuoteIndex + 1; in lcl_ExtractParameter()
1695 if(nQuoteIndex <= 0) in lcl_ExtractParameter()

Completed in 71 milliseconds