Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/frmedt/
H A Dtblsel.cxx2225 pLineBehind = rTable.GetTabLines()[nEndPos]; in SetTableLines()
2250 pLineBehind = rTable.GetTabLines()[nPos]; in SetTableLines()
2279 if( rTable.IsNewModel() && pLineBehind ) in DelFrms()
2280 rTable.CheckRowSpan( pLineBehind, false ); in DelFrms()
2281 if ( pLineBehind ) in DelFrms()
2284 (const SwTableLine*&)pLineBehind ); in DelFrms()
2445 if ( pLineBehind ) in MakeFrms()
2448 (const SwTableLine*&)pLineBehind ); in MakeFrms()
2464 SwTableLine *pLine = pLineBehind ? pLineBehind : in MakeFrms()
2474 ( pLineBehind && pSibling->IsInFollowFlowRow() ) || in MakeFrms()
[all …]
/AOO41X/main/sw/inc/
H A Dtblsel.hxx165 SwTableLine *pLineBehind; member in _FndBox
169 pBox(pB), pUpper(pFL), pLineBefore( 0 ), pLineBehind( 0 ) {} in _FndBox()
188 void ClearLineBehind() { pLineBehind = 0; } in ClearLineBehind()