Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:m_pMinButton

570       m_pMinButton(NULL),
643 if (m_pMinButton)
644 m_pMinButton->Move(rcMinButton, TRUE, FALSE);
766 if (pWnd == m_pMinButton) {
779 if (pWnd == m_pMinButton) {
792 if (pWnd == m_pMinButton) {
840 if (!m_pMinButton) {
841 m_pMinButton = new CPWL_SBButton(m_sbType, PSBT_MIN);
842 m_pMinButton->Create(scp);
895 ASSERT(m_pMinButton);
1078 if (!m_pMinButton || !m_pMaxButton)
1081 CPDF_Rect rcMin = m_pMinButton->GetWindowRect();