Searched refs:pOtherCursor (Results 1 – 1 of 1) sorted by relevance
82 SwPaM* pOtherCursor; // position where the spelling inside the _other_ area started member111 pOtherCursor(0), in SpellState()125 ~SpellState() {delete pOtherCursor;} in ~SpellState()137 delete pOtherCursor; in Reset()138 pOtherCursor = 0; in Reset()250 m_pSpellState->pOtherCursor = new SwPaM(*pWrtShell->GetCrsr()->GetPoint()); in GetNextWrongSentence()344 … if(bOtherText && m_pSpellState->m_bStartedInOther && m_pSpellState->pOtherCursor) in GetNextWrongSentence()347 pWrtShell->SetSelection(*m_pSpellState->pOtherCursor); in GetNextWrongSentence()349 delete m_pSpellState->pOtherCursor; in GetNextWrongSentence()350 m_pSpellState->pOtherCursor = 0; in GetNextWrongSentence()
Completed in 27 milliseconds