Searched refs:m_bFirstParagraph (Results 1 – 1 of 1) sorted by relevance
468 bool m_bFirstParagraph; member in SwXParagraphEnumeration::Impl487 , m_bFirstParagraph( true ) in Impl()579 return (m_pImpl->m_bFirstParagraph) ? sal_True : m_pImpl->m_xNextPara.is(); in hasMoreElements()630 if (!m_bFirstParagraph && in NextElement_Impl()664 if (!m_bFirstParagraph) in NextElement_Impl()686 (m_bFirstParagraph || bInTable || in NextElement_Impl()692 (m_bFirstParagraph) ? m_nFirstParaStart : -1; in NextElement_Impl()728 if (m_pImpl->m_bFirstParagraph) in nextElement()731 m_pImpl->m_bFirstParagraph = false; in nextElement()
Completed in 21 milliseconds