Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx4676 const SwFrm* lcl_GetCellFrmForBorderAttrs( const SwFrm* _pCellFrm, in lcl_GetCellFrmForBorderAttrs() argument
4680 ASSERT( _pCellFrm, "No cell frame available, dying soon" ) in lcl_GetCellFrmForBorderAttrs()
4684 const SwFrm* pTmpFrm = _pCellFrm; in lcl_GetCellFrmForBorderAttrs()
4686 bool bCellAtLeftBorder = !_pCellFrm->GetPrev(); in lcl_GetCellFrmForBorderAttrs()
4687 bool bCellAtRightBorder = !_pCellFrm->GetNext(); in lcl_GetCellFrmForBorderAttrs()
4726 const SwFrm* pRet = _pCellFrm; in lcl_GetCellFrmForBorderAttrs()
4733 if ( bCellAtLeftBorder && ( 0 != ( pNextCell = lcl_HasNextCell( *_pCellFrm ) ) ) ) in lcl_GetCellFrmForBorderAttrs()

Completed in 45 milliseconds