Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx101 std::list<SdrTextObj*> m_aTextObjects; member
137 m_aTextObjects.clear(); in Reset()
797 m_pSpellState->m_aTextObjects.remove(pCurrentTextObj); in FindNextDrawTextError_Impl()
798 m_pSpellState->m_aTextObjects.push_back(pCurrentTextObj); in FindNextDrawTextError_Impl()
801 if(m_pSpellState->m_aTextObjects.size()) in FindNextDrawTextError_Impl()
804 while(!bNextDoc && m_pSpellState->m_aTextObjects.size()) in FindNextDrawTextError_Impl()
806 std::list<SdrTextObj*>::iterator aStart = m_pSpellState->m_aTextObjects.begin(); in FindNextDrawTextError_Impl()
810 m_pSpellState->m_aTextObjects.erase(aStart); in FindNextDrawTextError_Impl()

Completed in 10 milliseconds