Searched refs:pFoll (Results 1 – 12 of 12) sorted by relevance
676 SwTxtFrm *pFoll = GetFollow(); in JoinFrm() local678 SwTxtFrm *pNxt = pFoll->GetFollow(); in JoinFrm()682 xub_StrLen nStart = pFoll->GetOfst(); in JoinFrm()683 if ( pFoll->HasFtn() ) in JoinFrm()698 pEndBoss = pFoll->FindFtnBossFrm(); in JoinFrm()714 else if ( pFoll->GetValidPrtAreaFlag() || in JoinFrm()715 pFoll->GetValidSizeFlag() ) in JoinFrm()717 pFoll->CalcFtnFlag(); in JoinFrm()723 pFoll->SetFtn( sal_False ); in JoinFrm()740 pFoll->Cut(); in JoinFrm()[all …]
168 SwTxtFrm *pFoll = (SwTxtFrm*)this; in GetFrmAtPos() local169 while( pFoll->GetFollow() ) in GetFrmAtPos()171 if( rPos.nContent.GetIndex() > pFoll->GetFollow()->GetOfst() ) in GetFrmAtPos()172 pFoll = pFoll->GetFollow(); in GetFrmAtPos()175 if( rPos.nContent.GetIndex() == pFoll->GetFollow()->GetOfst() in GetFrmAtPos()177 pFoll = pFoll->GetFollow(); in GetFrmAtPos()182 return pFoll; in GetFrmAtPos()
2034 SwTxtFrm* pFoll = GetFollow()->GetFollow(); in WouldFit() local2035 while( pFoll && in WouldFit()2036 ( pFoll->IsVertical() ? in WouldFit()2037 !pFoll->Frm().Width() : in WouldFit()2038 !pFoll->Frm().Height() ) ) in WouldFit()2039 pFoll = pFoll->GetFollow(); in WouldFit()2040 if( pFoll ) in WouldFit()
172 SwTabFrm *pFoll = GetFollow(); in JoinAndDelFollows() local173 if ( pFoll->HasFollow() ) in JoinAndDelFollows()174 pFoll->JoinAndDelFollows(); in JoinAndDelFollows()175 pFoll->Cut(); in JoinAndDelFollows()176 SetFollow( pFoll->GetFollow() ); in JoinAndDelFollows()177 delete pFoll; in JoinAndDelFollows()1235 SwTabFrm *pFoll; in Split() local1238 pFoll = GetFollow(); in Split()1244 pFoll = new SwTabFrm( *this ); in Split()1403 if ( !pFoll->IsJoinLocked() ) in Join()[all …]
690 const SwFlowFrm *pFoll = this; in IsAnFollow() local692 { if ( pAssumed == pFoll ) in IsAnFollow()694 pFoll = pFoll->GetFollow(); in IsAnFollow()695 } while ( pFoll ); in IsAnFollow()1469 SwSectionFrm* pFoll = &((SwSectionFrm&)rThis); in CalcUpperSpace() local1471 pOwn = pFoll->ContainsAny(); in CalcUpperSpace()1472 while( !pOwn && 0 != ( pFoll = pFoll->GetFollow() ) ); in CalcUpperSpace()
802 const SwFrm* pFoll = GetFollow(); in MakeAll() local804 if( pFoll == GetFollow() ) in MakeAll()816 const SwFrm* pFoll = GetFollow(); in MakeAll() local818 if( pFoll == GetFollow() ) in MakeAll()2613 const SwSectionFrm* pFoll = GetFollow(); in ToMaximize() local2614 while( pFoll && pFoll->IsSuperfluous() ) in ToMaximize()2615 pFoll = pFoll->GetFollow(); in ToMaximize()2616 if( pFoll ) in ToMaximize()
609 SwFlyFrm *pFoll = pFollow; in UnchainFrames() local610 while ( pFoll ) in UnchainFrames()612 SwFrm *pTmp = ::SaveCntnt( pFoll ); in UnchainFrames()615 pFoll->SetCompletePaint(); in UnchainFrames()616 pFoll->InvalidateSize(); in UnchainFrames()617 pFoll = pFoll->GetNextLink(); in UnchainFrames()
885 SwTabFrm *pFoll = new SwTabFrm( *pTab ); in CheckInsert() local901 pHeadline->InsertBefore( pFoll, 0 ); in CheckInsert()922 pRow->InsertBehind( pFoll, pPrv ); in CheckInsert()926 rpFrm = pFoll; in CheckInsert()
1566 SwFtnFrm *pFoll = (SwFtnFrm*)pSibling->GetNext(); in InsertFtn() local1567 if ( pFoll ) in InsertFtn()1575 pSibling = pFoll; in InsertFtn()1928 SwFtnFrm *pFoll = pFtn->GetFollow(); in RemoveFtn() local1931 pFtn = pFoll; in RemoveFtn()
3849 SwFlowFrm *pFoll = pSect->GetFollow(); in lcl_InvalidateSection() local3853 pSect->SetFollow( pFoll ); in lcl_InvalidateSection()
682 const SwTxtFrm *pFoll = GetFollow(); in IsInside() local683 if( pFoll && nPos >= pFoll->GetOfst() ) in IsInside()
409 SwFtnFrm *pFoll = pFtn->GetFollow(); in DelFrms() local412 pFtn = pFoll; in DelFrms()
Completed in 221 milliseconds