Searched refs:pLastTabFrm (Results 1 – 1 of 1) sorted by relevance
4745 SwTabFrm* pLastTabFrm = const_cast<SwTabFrm*>(pParentTabFrm->GetFollow()); in lcl_GetCellFrmForBorderAttrs() local4746 while ( pLastTabFrm->GetFollow() ) in lcl_GetCellFrmForBorderAttrs()4748 pLastTabFrm = pLastTabFrm->GetFollow(); in lcl_GetCellFrmForBorderAttrs()4751 SwFrm* pLastRow = pLastTabFrm->GetLastLower(); in lcl_GetCellFrmForBorderAttrs()