Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx4563 const SwFrm* lcl_GetCellFrmForBorderAttrs( const SwFrm* _pCellFrm, in lcl_GetCellFrmForBorderAttrs() argument
4567 ASSERT( _pCellFrm, "No cell frame available, dying soon" ) in lcl_GetCellFrmForBorderAttrs()
4571 const SwFrm* pTmpFrm = _pCellFrm; in lcl_GetCellFrmForBorderAttrs()
4573 bool bCellAtLeftBorder = !_pCellFrm->GetPrev(); in lcl_GetCellFrmForBorderAttrs()
4574 bool bCellAtRightBorder = !_pCellFrm->GetNext(); in lcl_GetCellFrmForBorderAttrs()
4613 const SwFrm* pRet = _pCellFrm; in lcl_GetCellFrmForBorderAttrs()
4620 if ( bCellAtLeftBorder && ( 0 != ( pNextCell = lcl_HasNextCell( *_pCellFrm ) ) ) ) in lcl_GetCellFrmForBorderAttrs()

Completed in 42 milliseconds