Lines Matching refs:GetContentRect
98 CPDF_Rect CPWL_Note_Options::GetContentRect() const {
99 CPDF_Rect rcText = m_pText->GetContentRect();
118 m_fOldItemHeight = GetContentRect().Height();
125 m_fOldItemHeight = GetContentRect().Height();
209 FX_FLOAT fRet = GetContentRect().Height();
640 PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f,
642 rcSubject.bottom = rcSubject.top - m_pSubject->GetContentRect().Height();
650 PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f,
652 rcDate.bottom = rcDate.top - m_pDateTime->GetContentRect().Height();
892 FX_FLOAT fRet = m_pDateTime->GetContentRect().Height();
1136 PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f,
1139 rcDate.bottom = rcDate.top - m_pDateTime->GetContentRect().Height();
1148 PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f,
1150 rcSubject.bottom = rcSubject.top - m_pSubject->GetContentRect().Height();
1157 PWL_MAX(rcOptions.right - m_pOptions->GetContentRect().Width(),
1160 rcOptions.bottom = rcOptions.top - m_pOptions->GetContentRect().Height();
1169 PWL_MIN(rcSubject.left + m_pAuthor->GetContentRect().Width() + 1.0f,
1171 rcAuthor.bottom = rcAuthor.top - m_pAuthor->GetContentRect().Height();