Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx82 SwPaM* pOtherCursor; // position where the spelling inside the _other_ area started member
111 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 8 milliseconds