Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_SectionLayout.cpp913 m_pFooterSL(NULL), in fl_DocSectionLayout()
1135 m_pFooterSL = pHFSL; break; in setHdrFtr()
1187 m_pFooterSL = pHFSL; in setHdrFtr()
1461 return m_pFooterSL; in getFooter()
1804 if(m_pFooterSL) in markAllRunsDirty()
1806 m_pFooterSL->markAllRunsDirty(); in markAllRunsDirty()
2711 DELETEP(m_pFooterSL); in doclistener_deleteStrux()
2949 if (m_pFooterSL != NULL) in getVecOfHdrFtrs()
2951 vecHdrFtr->addItem(m_pFooterSL); in getVecOfHdrFtrs()
H A Dfl_SectionLayout.h334 fl_HdrFtrSectionLayout* m_pFooterSL; variable