Searched refs:pFirstRowFrm (Results 1 – 1 of 1) sorted by relevance
1877 bool AreAllRowsKeepWithNext( const SwRowFrm* pFirstRowFrm ) in AreAllRowsKeepWithNext() argument1879 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 59 milliseconds