Lines Matching refs:nCapLttrPos

1324 		xub_StrLen nCapLttrPos = nPos+1;		// auf das 1. Zeichen  in AutoCorrect()  local
1326 --nCapLttrPos; // Absatz Anfang und kein Blank ! in AutoCorrect()
1328 LanguageType eLang = rDoc.GetLanguage( nCapLttrPos, sal_False ); in AutoCorrect()
1334 if( lcl_IsSymbolChar( rCC, rTxt, nCapLttrPos, nInsPos )) in AutoCorrect()
1342 sal_Bool bChgWord = rDoc.ChgAutoCorrWord( nCapLttrPos, nInsPos, in AutoCorrect()
1350 xub_StrLen nCapLttrPos1 = nCapLttrPos, nInsPos1 = nInsPos; in AutoCorrect()
1360 if( (nCapLttrPos1 != nCapLttrPos || nInsPos1 != nInsPos ) && in AutoCorrect()
1365 nCapLttrPos = nCapLttrPos1; in AutoCorrect()
1374 xub_StrLen nEnd = nCapLttrPos; in AutoCorrect()
1382 nCapLttrPos, nEnd, eLang ) ) in AutoCorrect()
1386 FnChgToEnEmDash( rDoc, rTxt, nCapLttrPos, nEnd, eLang ) ) in AutoCorrect()
1394 FnChgOrdinalNumber( rDoc, rTxt, nCapLttrPos, nInsPos, eLang ) ) || in AutoCorrect()
1397 FnSetINetAttr( rDoc, rTxt, nCapLttrPos, nInsPos, eLang ) ) ) in AutoCorrect()
1402 bool bUnsupported = lcl_IsUnsupportedUnicodeChar( rCC, rTxt, nCapLttrPos, nInsPos ); in AutoCorrect()
1406 FnCptlSttSntnc( rDoc, rTxt, sal_True, nCapLttrPos, nInsPos, eLang ) ) in AutoCorrect()
1412 FnCptlSttWrd( rDoc, rTxt, nCapLttrPos, nInsPos, eLang ) ) in AutoCorrect()
1416 FnChgToEnEmDash( rDoc, rTxt, nCapLttrPos, nInsPos, eLang ) ) in AutoCorrect()
1611 xub_StrLen nCapLttrPos = nPos+1; // auf das 1. Zeichen in GetPrevAutoCorrWord() local
1613 --nCapLttrPos; // Absatz Anfang und kein Blank ! in GetPrevAutoCorrWord()
1615 while( lcl_IsInAsciiArr( sImplSttSkipChars, rTxt.GetChar( nCapLttrPos )) ) in GetPrevAutoCorrWord()
1616 if( ++nCapLttrPos >= nEnde ) in GetPrevAutoCorrWord()
1621 if( 3 > nEnde - nCapLttrPos ) in GetPrevAutoCorrWord()
1624 LanguageType eLang = rDoc.GetLanguage( nCapLttrPos, sal_False ); in GetPrevAutoCorrWord()
1631 if( lcl_IsSymbolChar( rCC, rTxt, nCapLttrPos, nEnde )) in GetPrevAutoCorrWord()
1634 rWord = rTxt.Copy( nCapLttrPos, nEnde - nCapLttrPos ); in GetPrevAutoCorrWord()