Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dtabfrm.cxx1877 bool AreAllRowsKeepWithNext( const SwRowFrm* pFirstRowFrm ) in AreAllRowsKeepWithNext() argument
1879 bool bRet = pFirstRowFrm != 0 && in AreAllRowsKeepWithNext()
1880 pFirstRowFrm->ShouldRowKeepWithNext(); in AreAllRowsKeepWithNext()
1882 while ( bRet && pFirstRowFrm->GetNext() != 0 ) in AreAllRowsKeepWithNext()
1884 pFirstRowFrm = dynamic_cast<const SwRowFrm*>(pFirstRowFrm->GetNext()); in AreAllRowsKeepWithNext()
1885 bRet = pFirstRowFrm != 0 && in AreAllRowsKeepWithNext()
1886 pFirstRowFrm->ShouldRowKeepWithNext(); in AreAllRowsKeepWithNext()

Completed in 44 milliseconds