Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:pScroll

195   if (CPWL_ScrollBar* pScroll = GetVScrollBar()) {
196 pScroll->RemoveFlag(PWS_AUTOTRANSPARENT);
197 pScroll->SetTransparency(255);
828 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) {
830 if (!pScroll->IsVisible()) {
831 pScroll->SetVisible(TRUE);
838 if (pScroll->IsVisible()) {
839 pScroll->SetVisible(FALSE);
847 if (CPWL_ScrollBar* pScroll = GetVScrollBar()) {
848 return pScroll->IsVisible();