Lines Matching refs:sWord

484 		String sWord( rTxt.Copy( nSttPos - 1, nEndPos - nSttPos + 1 ));  in FnCptlSttWrd()  local
485 if( !FindInWrdSttExceptList(eLang, sWord) ) in FnCptlSttWrd()
493 rDoc.SaveCpltSttWord( CptlSttWrd, nSttPos, sWord, cSave ); in FnCptlSttWrd()
1064 String sWord; in FnCptlSttSntnc() local
1069 sWord = String( in FnCptlSttSntnc()
1071 if( FindInCplSttExceptList(eLang, sWord) ) in FnCptlSttSntnc()
1076 String sTmp( sWord ); in FnCptlSttSntnc()
1089 if( sTmp.Len() && sTmp.Len() != sWord.Len() && in FnCptlSttSntnc()
1093 if(FindInCplSttExceptList(eLang, sWord, sal_True)) in FnCptlSttSntnc()
1106 rDoc.SaveCpltSttWord( CptlSttSntnc, nSttPos, sWord, cSave ); in FnCptlSttSntnc()
1784 String sWord( rTxt.GetBuffer() + nCalcStt, rChk.Len() ); in lcl_SearchWordsInList() local
1785 if( rCmp.isEqual( rChk, sWord )) in lcl_SearchWordsInList()
1862 const String& sWord ) in FindInWrdSttExceptList() argument
1868 String sTemp(sWord); in FindInWrdSttExceptList()
1874 String _sTemp(sWord); in FindInWrdSttExceptList()
1905 sal_Bool lcl_FindAbbreviation( const SvStringsISortDtor* pList, const String& sWord) in lcl_FindAbbreviation() argument
1912 String sLowerWord( sWord ); sLowerWord.ToLowerAscii(); in lcl_FindAbbreviation()
1920 if( 2 < pAbk->Len() && pAbk->Len() - 1 <= sWord.Len() ) in lcl_FindAbbreviation()
1942 const String& sWord, sal_Bool bAbbreviation) in FindInCplSttExceptList() argument
1948 String sTemp( sWord ); in FindInCplSttExceptList()
1955 if(bAbbreviation ? lcl_FindAbbreviation( pList, sWord) in FindInCplSttExceptList()
1972 if(bAbbreviation ? lcl_FindAbbreviation( pList, sWord) in FindInCplSttExceptList()
1981 if(bAbbreviation ? lcl_FindAbbreviation( pList, sWord) in FindInCplSttExceptList()
2548 String sWord ( RTL_CONSTASCII_USTRINGPARAM ( pImplWrdStt_ExcptLstStr ) ); in MakeUserStorage_Impl() local