Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx84 SwPaM* pOtherCursor; // position where the spelling inside the _other_ area started member
113 pOtherCursor(0), in SpellState()
127 ~SpellState() {delete pOtherCursor;} in ~SpellState()
139 delete pOtherCursor; in Reset()
140 pOtherCursor = 0; in Reset()
252 m_pSpellState->pOtherCursor = new SwPaM(*pWrtShell->GetCrsr()->GetPoint()); in GetNextWrongSentence()
346 … if(bOtherText && m_pSpellState->m_bStartedInOther && m_pSpellState->pOtherCursor) in GetNextWrongSentence()
349 pWrtShell->SetSelection(*m_pSpellState->pOtherCursor); in GetNextWrongSentence()
351 delete m_pSpellState->pOtherCursor; in GetNextWrongSentence()
352 m_pSpellState->pOtherCursor = 0; in GetNextWrongSentence()

Completed in 16 milliseconds