Home
last modified time | relevance | path

Searched refs:nBeginGrammarCheck (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sw/source/core/doc/
H A Ddocedt.cxx1944 xub_StrLen nBeginGrammarCheck = 0; in Spell() local
1948nBeginGrammarCheck = pSpellArgs->pStartNode == pNd ? pSpellArgs->pStartIdx->GetIndex() : 0; in Spell()
1950 if( nBeginGrammarCheck ) in Spell()
1952 … SwIndex aStartIndex( dynamic_cast< SwTxtNode* >( pNd ), nBeginGrammarCheck ); in Spell()
1959 nBeginGrammarCheck = aCrsr.GetPoint()->nContent.GetIndex(); in Spell()
1987 …String aText( ((SwTxtNode*)pNd)->GetTxt().Copy( nBeginGrammarCheck, nEndGrammarCheck - nBeginGramm… in Spell()
2002 …marErrorPosInText = ModelToViewHelper::ConvertToViewPosition( pConversionMap, nBeginGrammarCheck ); in Spell()
2004 … xDoc, xFlatPara, aExpandText, lang::Locale(), nBeginGrammarCheck, -1, -1 ); in Spell()
2006 … lcl_syncGrammarError( *((SwTxtNode*)pNd), aResult, nBeginGrammarCheck, pConversionMap ); in Spell()
2011 if( aResult.nStartOfNextSentencePosition <= nBeginGrammarCheck ) in Spell()
[all …]

Completed in 21 milliseconds