Searched refs:pNxtCntnt (Results 1 – 1 of 1) sorted by relevance
702 SwFrm* pNxtCntnt = lcl_GetNextCntntFrm( pDel, true ); in MoveCntntAndDelete() local703 pNxtSct = pNxtCntnt ? pNxtCntnt->FindSctFrm() : NULL; in MoveCntntAndDelete()1740 SwCntntFrm* pNxtCntnt = NULL; in GetNextSctLeaf() local1744 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 25 milliseconds