Searched refs:pSpellArgs (Results 1 – 1 of 1) sorted by relevance
1892 SwSpellArgs *pSpellArgs = 0; in Spell() local1900 pSpellArgs = new SwSpellArgs( xSpeller, in Spell()1948 if( pSpellArgs && pSpellArgs->bIsGrammarCheck) in Spell()1950 … nBeginGrammarCheck = pSpellArgs->pStartNode == pNd ? pSpellArgs->pStartIdx->GetIndex() : 0; in Spell()1964 …nEndGrammarCheck = pSpellArgs->pEndNode == pNd ? pSpellArgs->pEndIdx->GetIndex() : ((SwTxtNode*)pN… in Spell()1969 ((SwTxtNode*)pNd)->Spell( pSpellArgs )) || in Spell()1977 if( pSpellArgs ) in Spell()1978 … nSpellErrorPosition = pSpellArgs->pStartIdx->GetIndex() > pSpellArgs->pEndIdx->GetIndex() ? in Spell()1979 pSpellArgs->pEndIdx->GetIndex() : in Spell()1980 pSpellArgs->pStartIdx->GetIndex(); in Spell()[all …]