Lines Matching refs:pList

1768 				SvxAutoCorrectLanguageListsPtr pList, const String& rTxt,  in lcl_SearchWordsInList()  argument
1771 const SvxAutocorrWordList* pAutoCorrWordList = pList->GetAutocorrWordList(); in lcl_SearchWordsInList()
1814 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(sal_uLong(eLang)); in SearchWordsInList() local
1815 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc ); in SearchWordsInList()
1836 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek( nTmp ); in SearchWordsInList() local
1837 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc); in SearchWordsInList()
1848 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(sal_uLong(LANGUAGE_DONTKNOW)); in SearchWordsInList() local
1849 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc); in SearchWordsInList()
1873 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(sal_uLong(eLang)); in FindInWrdSttExceptList() local
1875 if(pList->GetWrdSttExceptList()->Seek_Entry(&_sTemp)) in FindInWrdSttExceptList()
1889 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(nTmp); in FindInWrdSttExceptList() local
1890 if(pList->GetWrdSttExceptList()->Seek_Entry(&sTemp)) in FindInWrdSttExceptList()
1896 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(sal_uLong(LANGUAGE_DONTKNOW)); in FindInWrdSttExceptList() local
1897 if(pList->GetWrdSttExceptList()->Seek_Entry(&sTemp)) in FindInWrdSttExceptList()
1905 sal_Bool lcl_FindAbbreviation( const SvStringsISortDtor* pList, const String& sWord) in lcl_FindAbbreviation() argument
1909 pList->Seek_Entry( &sAbk, &nPos ); in lcl_FindAbbreviation()
1910 if( nPos < pList->Count() ) in lcl_FindAbbreviation()
1915 n < pList->Count() && in lcl_FindAbbreviation()
1916 '~' == ( pAbk = (*pList)[ n ])->GetChar( 0 ); in lcl_FindAbbreviation()
1934 DBG_ASSERT( !(nPos && '~' == (*pList)[ --nPos ]->GetChar( 0 ) ), in lcl_FindAbbreviation()
1954 const SvStringsISortDtor* pList = pLists->GetCplSttExceptList(); in FindInCplSttExceptList() local
1955 if(bAbbreviation ? lcl_FindAbbreviation( pList, sWord) in FindInCplSttExceptList()
1956 : pList->Seek_Entry( &sTemp ) ) in FindInCplSttExceptList()
1971 const SvStringsISortDtor* pList = pLists->GetCplSttExceptList(); in FindInCplSttExceptList() local
1972 if(bAbbreviation ? lcl_FindAbbreviation( pList, sWord) in FindInCplSttExceptList()
1973 : pList->Seek_Entry( &sTemp ) ) in FindInCplSttExceptList()
1980 const SvStringsISortDtor* pList = pLists->GetCplSttExceptList(); in FindInCplSttExceptList() local
1981 if(bAbbreviation ? lcl_FindAbbreviation( pList, sWord) in FindInCplSttExceptList()
1982 : pList->Seek_Entry( &sTemp ) ) in FindInCplSttExceptList()
2290 void SvxAutoCorrectLanguageLists::SetAutocorrWordList( SvxAutocorrWordList* pList ) in SetAutocorrWordList() argument
2292 if( pAutocorr_List && pList != pAutocorr_List ) in SetAutocorrWordList()
2294 pAutocorr_List = pList; in SetAutocorrWordList()
2403 void SvxAutoCorrectLanguageLists::SetCplSttExceptList( SvStringsISortDtor* pList ) in SetCplSttExceptList() argument
2405 if( pCplStt_ExcptLst && pList != pCplStt_ExcptLst ) in SetCplSttExceptList()
2408 pCplStt_ExcptLst = pList; in SetCplSttExceptList()
2446 void SvxAutoCorrectLanguageLists::SetWrdSttExceptList( SvStringsISortDtor* pList ) in SetWrdSttExceptList() argument
2448 if( pWrdStt_ExcptLst && pList != pWrdStt_ExcptLst ) in SetWrdSttExceptList()
2450 pWrdStt_ExcptLst = pList; in SetWrdSttExceptList()