Searched refs:pParentRowFrm (Results 1 – 1 of 1) sorted by relevance
4598 const SwLayoutFrm* pParentRowFrm = static_cast<const SwLayoutFrm*>(pTmpFrm); in lcl_GetCellFrmForBorderAttrs() local4600 static_cast<const SwTabFrm*>(pParentRowFrm->GetUpper()); in lcl_GetCellFrmForBorderAttrs()4605 ( !pParentRowFrm->GetPrev() && in lcl_GetCellFrmForBorderAttrs()4609 ( !pParentRowFrm->GetNext() && in lcl_GetCellFrmForBorderAttrs()4627 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()4630 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()4636 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()4639 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()
Completed in 54 milliseconds