Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Ddocxfootnotes.hxx47 FootnotesVector m_aFootnotes; member in docx::FootnotesList
54 m_aFootnotes.push_back( &rFootnote ); in add()
55 m_nCurrent = m_aFootnotes.size() - 1; in add()
72 const SwFmtFtn *pFootnote = m_aFootnotes[m_nCurrent]; in getCurrent()
81 return m_aFootnotes; in getVector()
87 return m_aFootnotes.empty(); in isEmpty()