Home
last modified time | relevance | path

Searched refs:m_pEndnotesList (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx755 std::unique_ptr<docx::FootnotesList> m_pEndnotesList; member in DocxAttributeOutput
H A Ddocxattributeoutput.cxx7634 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()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx769 std::unique_ptr<docx::FootnotesList> m_pEndnotesList; member in DocxAttributeOutput
H A Ddocxattributeoutput.cxx8401 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()