Searched refs:m_xNextPara (Results 1 – 1 of 1) sorted by relevance
469 uno::Reference< text::XTextContent > m_xNextPara; member in SwXParagraphEnumeration::Impl579 return (m_pImpl->m_bFirstParagraph) ? sal_True : m_pImpl->m_xNextPara.is(); in hasMoreElements()730 m_pImpl->m_xNextPara = m_pImpl->NextElement_Impl(); in nextElement()733 const uno::Reference< text::XTextContent > xRef = m_pImpl->m_xNextPara; in nextElement()738 m_pImpl->m_xNextPara = m_pImpl->NextElement_Impl(); in nextElement()
Completed in 18 milliseconds