Lines Matching refs:nFndPos
656 xub_StrLen nFndPos = sTmp.SearchAscii( "--" ); in FnChgToEnEmDash() local
657 if( STRING_NOTFOUND != nFndPos && nFndPos && in FnChgToEnEmDash()
658 nFndPos + 2 < sTmp.Len() && in FnChgToEnEmDash()
659 ( rCC.isLetterNumeric( sTmp, nFndPos - 1 ) || in FnChgToEnEmDash()
660 lcl_IsInAsciiArr( sImplEndSkipChars, rTxt.GetChar( nFndPos - 1 ) )) && in FnChgToEnEmDash()
661 ( rCC.isLetterNumeric( sTmp, nFndPos + 2 ) || in FnChgToEnEmDash()
662 lcl_IsInAsciiArr( sImplSttSkipChars, rTxt.GetChar( nFndPos + 2 ) ))) in FnChgToEnEmDash()
664 nSttPos = nSttPos + nFndPos; in FnChgToEnEmDash()
780 xub_StrLen nPos = nEndPos, nFndPos = STRING_NOTFOUND; in FnChgWeightUnderl() local
794 nFndPos = nPos; in FnChgWeightUnderl()
797 nFndPos = STRING_NOTFOUND; in FnChgWeightUnderl()
807 if( STRING_NOTFOUND != nFndPos ) in FnChgWeightUnderl()
814 rDoc.SetAttr( nFndPos + 1, nEndPos, in FnChgWeightUnderl()
821 rDoc.SetAttr( nFndPos + 1, nEndPos, in FnChgWeightUnderl()
826 rDoc.Delete( nFndPos, nFndPos + 1 ); in FnChgWeightUnderl()
829 return STRING_NOTFOUND != nFndPos; in FnChgWeightUnderl()
1647 sal_uLong nFndPos; in CreateLanguageFile() local
1649 pLastFileTable->SearchKey( sal_uLong( eLang ), &nFndPos ) && in CreateLanguageFile()
1650 ( nLastCheckTime.SetTime( pLastFileTable->GetObject( nFndPos )), in CreateLanguageFile()