Searched refs:pParentRowFrm (Results 1 – 1 of 1) sorted by relevance
4711 const SwLayoutFrm* pParentRowFrm = static_cast<const SwLayoutFrm*>(pTmpFrm); in lcl_GetCellFrmForBorderAttrs() local4713 static_cast<const SwTabFrm*>(pParentRowFrm->GetUpper()); in lcl_GetCellFrmForBorderAttrs()4718 ( !pParentRowFrm->GetPrev() && in lcl_GetCellFrmForBorderAttrs()4722 ( !pParentRowFrm->GetNext() && in lcl_GetCellFrmForBorderAttrs()4740 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()4743 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()4749 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()4752 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()
Completed in 35 milliseconds