Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx702 SwFrm* pNxtCntnt = lcl_GetNextCntntFrm( pDel, true ); in MoveCntntAndDelete() local
703 pNxtSct = pNxtCntnt ? pNxtCntnt->FindSctFrm() : NULL; in MoveCntntAndDelete()
1740 SwCntntFrm* pNxtCntnt = NULL; in GetNextSctLeaf() local
1744 pNxtCntnt = (SwCntntFrm*)pTmp; in GetNextSctLeaf()
1748 pNxtCntnt = ((SwLayoutFrm*)pTmp)->ContainsCntnt(); in GetNextSctLeaf()
1756 while( !pNxtCntnt && 0 != ( pTmp = pTmp->GetNext() ) ) in GetNextSctLeaf()
1759 pNxtCntnt = (SwCntntFrm*)pTmp; in GetNextSctLeaf()
1761 pNxtCntnt = ((SwLayoutFrm*)pTmp)->ContainsCntnt(); in GetNextSctLeaf()
1764 if( pNxtCntnt ) in GetNextSctLeaf()
1767 if( pOldBoss == pNxtCntnt->FindFtnBossFrm( sal_True ) ) in GetNextSctLeaf()
[all …]

Completed in 26 milliseconds