Searched refs:m_showOnFirstPage (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextprint.h50 void Init() { m_headerMargin = 20; m_footerMargin = 20; m_showOnFirstPage = true; }
76 void SetShowOnFirstPage(bool showOnFirstPage) { m_showOnFirstPage = showOnFirstPage; }
77 bool GetShowOnFirstPage() const { return m_showOnFirstPage; }
100 bool m_showOnFirstPage; member in class:wxRichTextHeaderFooterData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextprint.cpp640 m_showOnFirstPage = data.m_showOnFirstPage;

Completed in 131 milliseconds