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