Home
last modified time | relevance | path

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

/dports/security/krb5/krb5-1.19.2/src/windows/leash/
H A DLeashView.cpp324 m_largeIcons = 0; in CLeashView()
515 m_largeIcons = m_pApp->GetProfileInt("Settings", "LargeIcons", ON); in OnShowWindow()
1302 if (!m_largeIcons) in OnActivateView()
1529 if (m_largeIcons%2 == 0) in OnLargeIcons()
1530 m_largeIcons = ON; in OnLargeIcons()
1532 m_largeIcons = OFF; in OnLargeIcons()
1536 if (m_largeIcons%2 == 0) in OnLargeIcons()
1537 m_largeIcons = OFF; in OnLargeIcons()
1539 m_largeIcons = ON; in OnLargeIcons()
1548 if (!m_largeIcons) in OnLargeIcons()
H A DLeashView.h148 INT m_largeIcons; variable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/leash/
H A DLeashView.cpp327 m_largeIcons = 0; in CLeashView()
519 m_largeIcons = m_pApp->GetProfileInt("Settings", "LargeIcons", ON); in OnShowWindow()
1420 if (!m_largeIcons) in OnActivateView()
1647 if (m_largeIcons%2 == 0) in OnLargeIcons()
1648 m_largeIcons = ON; in OnLargeIcons()
1650 m_largeIcons = OFF; in OnLargeIcons()
1654 if (m_largeIcons%2 == 0) in OnLargeIcons()
1655 m_largeIcons = OFF; in OnLargeIcons()
1657 m_largeIcons = ON; in OnLargeIcons()
1666 if (!m_largeIcons) in OnLargeIcons()
H A DLeashView.h148 INT m_largeIcons; variable