Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:GetContentRect

114 CPDF_Rect CPWL_Note_Options::GetContentRect() const
118 CPDF_Rect rcText = m_pText->GetContentRect();
143 m_fOldItemHeight = this->GetContentRect().Height();
151 m_fOldItemHeight = this->GetContentRect().Height();
251 FX_FLOAT fRet = this->GetContentRect().Height();
752 rcSubject.right = PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f, rcClient.right);
753 rcSubject.bottom = rcSubject.top - m_pSubject->GetContentRect().Height();
760 rcDate.left = PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f, rcSubject.right);
761 rcDate.bottom = rcDate.top - m_pDateTime->GetContentRect().Height();
1051 FX_FLOAT fRet = m_pDateTime->GetContentRect().Height();
1351 rcDate.left = PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f, rcIcon.right + 1.0f);
1353 rcDate.bottom = rcDate.top - m_pDateTime->GetContentRect().Height();
1361 rcSubject.right = PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f, rcDate.left - 1.0f);
1362 rcSubject.bottom = rcSubject.top - m_pSubject->GetContentRect().Height();
1368 rcOptions.left = PWL_MAX(rcOptions.right - m_pOptions->GetContentRect().Width(), rcIcon.right + 1.0f);
1370 rcOptions.bottom = rcOptions.top - m_pOptions->GetContentRect().Height();
1378 rcAuthor.right = PWL_MIN(rcSubject.left + m_pAuthor->GetContentRect().Width() + 1.0f, rcOptions.left - 1.0f);
1379 rcAuthor.bottom = rcAuthor.top - m_pAuthor->GetContentRect().Height();