Searched refs:m_aTextObjects (Results 1 – 1 of 1) sorted by relevance
99 std::list<SdrTextObj*> m_aTextObjects; member135 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 9 milliseconds