Lines Matching refs:pCurrent
1884 Window** pCurrent = pWindows; in IMPL_LINK() local
1885 while ( *pCurrent ) in IMPL_LINK()
1887 Point aPos = (*pCurrent)->GetPosPixel(); in IMPL_LINK()
1889 (*pCurrent)->SetPosPixel( aPos ); in IMPL_LINK()
1890 pCurrent++; in IMPL_LINK()
2011 Window** pCurrent = pWindows; in InitControls() local
2013 while ( *pCurrent ) in InitControls()
2016 Size aSize = (*pCurrent)->GetSizePixel(); in InitControls()
2017 Point aPos = (*pCurrent)->GetPosPixel(); in InitControls()
2019 if ( *pCurrent == &m_aRemoveButton ) in InitControls()
2023 (*pCurrent)->SetPosSizePixel( aPos, aSize ); in InitControls()
2025 if ( *pCurrent == &m_aValueEdit ) in InitControls()
2046 pCurrent++; in InitControls()
2095 Window** pCurrent = pWindows; in AddLine() local
2097 while ( *pCurrent ) in AddLine()
2099 Size aSize = (*pCurrent)->GetSizePixel(); in AddLine()
2100 Point aPos = (*pCurrent)->GetPosPixel(); in AddLine()
2105 pCurrent++; in AddLine()
2225 Window** pCurrent = pWindows; in DoScroll() local
2226 while ( *pCurrent ) in DoScroll()
2228 Point aPos = (*pCurrent)->GetPosPixel(); in DoScroll()
2230 (*pCurrent)->SetPosPixel( aPos ); in DoScroll()
2231 pCurrent++; in DoScroll()