Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx99 std::list<SdrTextObj*> m_aTextObjects; member
135 m_aTextObjects.clear(); in Reset()
795 m_pSpellState->m_aTextObjects.remove(pCurrentTextObj); in FindNextDrawTextError_Impl()
796 m_pSpellState->m_aTextObjects.push_back(pCurrentTextObj); in FindNextDrawTextError_Impl()
799 if(m_pSpellState->m_aTextObjects.size()) in FindNextDrawTextError_Impl()
802 while(!bNextDoc && m_pSpellState->m_aTextObjects.size()) in FindNextDrawTextError_Impl()
804 std::list<SdrTextObj*>::iterator aStart = m_pSpellState->m_aTextObjects.begin(); in FindNextDrawTextError_Impl()
808 m_pSpellState->m_aTextObjects.erase(aStart); in FindNextDrawTextError_Impl()

Completed in 16 milliseconds