Home
last modified time | relevance | path

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

/aoo4110/main/linguistic/source/
H A Dgrammarchecker.cxx170 sal_Int32 nIndexOf = 0; in GrammarCheckingInDummy() local
174 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()
/aoo4110/main/connectivity/source/drivers/file/
H A DFStringFunctions.cxx198 sal_Int32 nIndexOf = sStr.indexOf(sFrom); in operate() local
199 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()
/aoo4110/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1186 sal_Int32 nIndexOf = 0; in EndElement() local
1189 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 29 milliseconds