Lines Matching refs:pWrdStt_ExcptLst
2024 pWrdStt_ExcptLst( 0 ), in SvxAutoCorrectLanguageLists()
2037 delete pWrdStt_ExcptLst; in ~SvxAutoCorrectLanguageLists()
2064 if( WrdSttLstLoad & nFlags && pWrdStt_ExcptLst ) in IsFileChanged_Imp()
2065 delete pWrdStt_ExcptLst, pWrdStt_ExcptLst = 0; in IsFileChanged_Imp()
2356 SaveExceptList_Imp( *pWrdStt_ExcptLst, pXMLImplWrdStt_ExcptLstStr, xStg ); in AddToWrdSttExceptList()
2424 LoadXMLExceptList_Imp( pWrdStt_ExcptLst, pXMLImplWrdStt_ExcptLstStr, xStg ); in LoadWrdSttExceptList()
2425 return pWrdStt_ExcptLst; in LoadWrdSttExceptList()
2435 SaveExceptList_Imp( *pWrdStt_ExcptLst, pXMLImplWrdStt_ExcptLstStr, xStg ); in SaveWrdSttExceptList()
2448 if( pWrdStt_ExcptLst && pList != pWrdStt_ExcptLst ) in SetWrdSttExceptList()
2449 delete pWrdStt_ExcptLst; in SetWrdSttExceptList()
2450 pWrdStt_ExcptLst = pList; in SetWrdSttExceptList()
2451 if( !pWrdStt_ExcptLst ) in SetWrdSttExceptList()
2454 pWrdStt_ExcptLst = new SvStringsISortDtor( 16, 16 ); in SetWrdSttExceptList()
2465 return pWrdStt_ExcptLst; in GetWrdSttExceptList()