Searched refs:AdjustPagebreak (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_layout.cpp51 // The page-break handler does all its work in AdjustPagebreak(). For
73 bool AdjustPagebreak(int* pagebreak,
91 bool wxHtmlPageBreakCell::AdjustPagebreak(int* pagebreak, wxArrayInt& known_pagebreaks) const function in class:wxHtmlPageBreakCell
H A Dhtmlcell.cpp222 bool wxHtmlCell::AdjustPagebreak(int *pagebreak, function in class:wxHtmlCell
729 bool wxHtmlContainerCell::AdjustPagebreak(int *pagebreak,
733 return wxHtmlCell::AdjustPagebreak(pagebreak, known_pagebreaks);
741 if (c->AdjustPagebreak(&pbrk, known_pagebreaks))
H A Dhtmprint.cpp121 while (m_Cells->AdjustPagebreak(&pbreak, known_pagebreaks)) {}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtcell.tex44 \membersection{wxHtmlCell::AdjustPagebreak}\label{wxhtmlcelladjustpagebreak}
46 \func{virtual bool}{AdjustPagebreak}{\param{int * }{pagebreak}}
58 while (container->AdjustPagebreak(&p)) {}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlcell.h278 // Usage : while (container->AdjustPagebreak(&p)) {}
279 virtual bool AdjustPagebreak(int *pagebreak,
282 // Sets cell's behaviour on pagebreaks (see AdjustPagebreak). Default
413 /* virtual bool AdjustPagebreak(int *pagebreak, int *known_pagebreaks = NULL, int number_of_pages = 0) const;*/
414 virtual bool AdjustPagebreak(int *pagebreak, wxArrayInt& known_pagebreaks) const;

Completed in 87 milliseconds