Searched refs:m_pEndnotesList (Results 1 – 4 of 4) sorted by relevance
755 std::unique_ptr<docx::FootnotesList> m_pEndnotesList; member in DocxAttributeOutput
7634 m_pEndnotesList->add( rFootnote ); in TextFootnote_Impl()7646 pFootnote = m_pEndnotesList->getCurrent( nId ); in FootnoteEndnoteReference()7688 …const FootnotesVector& rVector = bFootnotes? m_pFootnotesList->getVector(): m_pEndnotesList->getVe… in FootnotesEndnotes()9274 m_pEndnotesList( new ::docx::FootnotesList() ), in DocxAttributeOutput()9350 return !m_pEndnotesList->isEmpty(); in HasEndnotes()
769 std::unique_ptr<docx::FootnotesList> m_pEndnotesList; member in DocxAttributeOutput
8401 m_pEndnotesList->add( rFootnote ); in TextFootnote_Impl()8413 pFootnote = m_pEndnotesList->getCurrent( nId ); in FootnoteEndnoteReference()8454 …const FootnotesVector& rVector = bFootnotes? m_pFootnotesList->getVector(): m_pEndnotesList->getVe… in FootnotesEndnotes()10115 m_pEndnotesList( new ::docx::FootnotesList() ), in DocxAttributeOutput()10191 return !m_pEndnotesList->isEmpty(); in HasEndnotes()