Searched refs:pSpellArgs (Results 1 – 1 of 1) sorted by relevance
1894 SwSpellArgs *pSpellArgs = 0; in Spell() local1902 pSpellArgs = new SwSpellArgs( xSpeller, in Spell()1950 if( pSpellArgs && pSpellArgs->bIsGrammarCheck) in Spell()1952 … nBeginGrammarCheck = pSpellArgs->pStartNode == pNd ? pSpellArgs->pStartIdx->GetIndex() : 0; in Spell()1966 …nEndGrammarCheck = pSpellArgs->pEndNode == pNd ? pSpellArgs->pEndIdx->GetIndex() : ((SwTxtNode*)pN… in Spell()1979 if( pSpellArgs ) in Spell()1980 … nSpellErrorPosition = pSpellArgs->pStartIdx->GetIndex() > pSpellArgs->pEndIdx->GetIndex() ? in Spell()1986 if( pSpellArgs && pSpellArgs->bIsGrammarCheck ) in Spell()2031 pSpellArgs->pEndNode = ((SwTxtNode*)pNd); in Spell()2062 aRet <<= pSpellArgs->xSpellAlt; in Spell()[all …]
Completed in 13 milliseconds