Lines Matching defs:rcContents
657 CPDF_Rect rcContents = rcClient;
658 rcContents.left += 1.0f;
659 rcContents.right -= 1.0f;
660 rcContents.top = rcDate.bottom - POPUP_ITEM_HEAD_BOTTOM;
661 rcContents.bottom += POPUP_ITEM_BOTTOMWIDTH;
662 rcContents.Normalize();
663 m_pContents->Move(rcContents, TRUE, FALSE);
664 m_pContents->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcContents));
1081 CPDF_Rect rcContents = m_pContents->GetWindowRect();
1082 rcContents.right = rcNote.right - 3.0f;
1084 rcContents.right -= PWL_SCROLLBAR_WIDTH;
1085 m_pContents->Move(rcContents, TRUE, TRUE);
1190 CPDF_Rect rcContents = rcClient;
1191 rcContents.top = rcAuthor.bottom - POPUP_ITEM_HEAD_BOTTOM;
1192 rcContents.left += 3.0f;
1193 rcContents.right -= 3.0f;
1195 rcContents.right -= PWL_SCROLLBAR_WIDTH;
1196 rcContents.bottom += 14.0f;
1197 rcContents.Normalize();
1198 m_pContents->Move(rcContents, FALSE, FALSE);
1199 m_pContents->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcContents));
1201 CPDF_Rect rcContentsBar = rcContents;
1304 CPDF_Rect rcContents = m_pContents->GetClientRect();
1306 if (rcScroll.top - rcScroll.bottom > rcContents.Height()) {
1316 if (ptNew.y < rcScroll.bottom + rcContents.Height())
1317 ptNew.y = rcScroll.bottom + rcContents.Height();