Searched refs:nIndexOf (Results 1 – 3 of 3) sorted by relevance
170 sal_Int32 nIndexOf = 0; in GrammarCheckingInDummy() local174 while(nIndexOf >= 0) in GrammarCheckingInDummy()176 nIndexOf=aText.indexOf(it->first, nIndexOf); in GrammarCheckingInDummy()177 if(nIndexOf > -1) in GrammarCheckingInDummy()181 aErr.nErrorStart = nIndexOf + nStartOfSentencePos; in GrammarCheckingInDummy()182 nIndexOf += it->first.getLength(); in GrammarCheckingInDummy()194 nIndexOf = 0; in GrammarCheckingInDummy()
198 sal_Int32 nIndexOf = sStr.indexOf(sFrom); in operate() local199 while( nIndexOf != -1 ) in operate()201 sStr = sStr.replaceAt(nIndexOf,sFrom.getLength(),sTo); in operate()202 nIndexOf = sStr.indexOf(sFrom,nIndexOf + sTo.getLength()); in operate()
1186 sal_Int32 nIndexOf = 0; in EndElement() local1189 nIndexOf = aEquationIter->indexOf( '?', nIndexOf ); in EndElement()1190 if ( nIndexOf != -1 ) in EndElement()1193 if ( GetEquationName( *aEquationIter, nIndexOf + 1, aEquationName ) ) in EndElement()1196 rtl::OUString aNew( aEquationIter->copy( 0, nIndexOf + 1 ) ); in EndElement()1202 aNew += aEquationIter->copy( nIndexOf + aEquationName.getLength() + 1 ); in EndElement()1205 nIndexOf++; in EndElement()1208 while( nIndexOf != -1 ); in EndElement()
Completed in 20 milliseconds