Home
last modified time | relevance | path

Searched refs:pParentRowFrm (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx4598 const SwLayoutFrm* pParentRowFrm = static_cast<const SwLayoutFrm*>(pTmpFrm); in lcl_GetCellFrmForBorderAttrs() local
4600 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 46 milliseconds