Home
last modified time | relevance | path

Searched refs:pFtn (Results 1 – 25 of 34) sorted by path

12

/trunk/main/sw/source/core/crsr/
H A Dtrvlfnfl.cxx63 SwTxtAttr *const pFtn( (pTxtNd) in GotoFtnTxt() local
67 if (pFtn) in GotoFtnTxt()
70 GetPoint()->nNode = *((SwTxtFtn*)pFtn)->GetStartNode(); in GotoFtnTxt()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1420 SwFtnFrm *pFtn = pFrm->FindFtnFrm(); in DelFrms() local
1421 ASSERT( pFtn, "You promised a FtnFrm?" ); in DelFrms()
1423 if( !pFtn->GetFollow() && !pFtn->GetMaster() && in DelFrms()
1424 0 != ( pCFrm = pFtn->GetRefFromAttr()) && pCFrm->IsFollow() ) in DelFrms()
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx225 SwTxtAttr *const pFtn = pTxtNd->GetTxtAttrForCharAt( in GetCurFtn() local
227 if( pFtn && pFillFtn ) in GetCurFtn()
230 const SwFmtFtn &rFtn = ((SwTxtFtn*)pFtn)->GetFtn(); in GetCurFtn()
234 return 0 != pFtn; in GetCurFtn()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx221 const SwTxtFtn* pFtn = ((SwFtnFrm*)pLayout)->GetAttr(); in GetBodyTxtNode() local
222 pTxtNode = &pFtn->GetTxtNode(); in GetBodyTxtNode()
224 rPos.nContent = *pFtn->GetStart(); in GetBodyTxtNode()
/trunk/main/sw/source/core/inc/
H A Dlayouter.hxx124 void CollectEndnote( SwFtnFrm* pFtn );
132 static sal_Bool Collecting( SwDoc* pDoc, SwSectionFrm* pSect, SwFtnFrm* pFtn );
H A Dtxtfrm.hxx434 SwTxtFrm *FindFtnRef( const SwTxtFtn *pFtn );
435 void ConnectFtn( SwTxtFtn *pFtn, const SwTwips nDeadLine );
439 SwTwips GetFtnLine( const SwTxtFtn *pFtn ) const;
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx112 SwFtnFrm* pFtn = FindFtnFrm(); in ShouldBwdMoved() local
113 SwSectionFrm* pMySect = pFtn->FindSctFrm(); in ShouldBwdMoved()
1207 SwFtnFrm *pFtn = FindFtnFrm(); in MakeAll() local
1208 SwSectionFrm* pSct = pFtn->FindSctFrm(); in MakeAll()
1209 if ( !((SwTxtFrm*)pFtn->GetRef())->IsLocked() ) in MakeAll()
1211 SwFtnBossFrm* pBoss = pFtn->GetRef()->FindFtnBossFrm( in MakeAll()
1212 pFtn->GetAttr()->GetFtn().IsEndNote() ); in MakeAll()
1215 ((SwTxtFrm*)pFtn->GetRef())->GetFtnLine( pFtn->GetAttr() ) ); in MakeAll()
1274 SwFtnFrm* pFtn = FindFtnFrm(); in MakeAll() local
1275 SwCntntFrm* pRefCnt = pFtn ? pFtn->GetRef() : 0; in MakeAll()
[all …]
H A Dflowfrm.cxx1041 SwFtnFrm *pFtn = (SwFtnFrm*)pCont->Lower(); in GetNextLeaf() local
1042 if( pFtn && pFtn->GetRef() ) in GetNextLeaf()
1045 if( pFtn->GetRef()->GetPhyPageNum() < nRefNum ) in GetNextLeaf()
2148 SwFtnFrm* pFtn = rThis.FindFtnFrm(); in MoveBwd() local
2149 if ( pFtn && pFtn->IsBackMoveLocked() ) in MoveBwd()
2178 if ( pFtn ) in MoveBwd()
2187 const bool bEndnote = pFtn->GetAttr()->GetFtn().IsEndNote(); in MoveBwd()
2188 if( bEndnote && pFtn->IsInSct() ) in MoveBwd()
2190 SwSectionFrm* pSect = pFtn->FindSctFrm(); in MoveBwd()
2195 pRef = pFtn->GetRef(); in MoveBwd()
H A Dftnfrm.cxx431 pFtn = pFtn->GetNext(); in GrowFrm()
770 if ( pFtn && pFtn->GetFollow() ) in GetNextFtnLeaf()
1004 pFtn = pFtn->GetMaster(); in lcl_RemoveFtns()
1145 pFtn = pFtn->GetNext(); in FindFtnCont()
1342 while ( pFtn && pFtn->GetMaster() ) in ResetFtn()
1343 pFtn = pFtn->GetMaster(); in ResetFtn()
1904 while ( pFtn && pFtn->GetMaster() ) in FindFtn()
1905 pFtn = pFtn->GetMaster(); in FindFtn()
1958 pFtn = pFtn->GetFollow(); in ChangeFtnRef()
2461 if( pFtn && pFtn->GetPrev() && bLock ) in RearrangeFtns()
[all …]
H A Dlayouter.cxx70 void CollectEndnote( SwFtnFrm* pFtn );
91 if( pFtn->GetUpper() ) in CollectEndnote()
94 SwFtnFrm *pNxt = pFtn->GetFollow(); in CollectEndnote()
103 pCnt->Paste( pFtn ); in CollectEndnote()
113 pNxt = pFtn->GetFollow(); in CollectEndnote()
115 if( pFtn->GetMaster() ) in CollectEndnote()
117 pFtn->Cut(); in CollectEndnote()
126 delete pFtn; in CollectEndnote()
272 pEndnoter->CollectEndnote( pFtn ); in CollectEndnote()
330 if( pFtn ) in Collecting()
[all …]
H A Dsectfrm.cxx1031 SwFtnFrm* pFtn; in CollectEndnotes() local
1036 while( 0 != (pFtn = lcl_FindEndnote( pSect, bEmpty, pLayouter )) ) in CollectEndnotes()
1037 pLayouter->CollectEndnote( pFtn ); in CollectEndnotes()
1089 SwLayoutFrm* pFtn = IsEndnAtEnd() ? in _CheckClipping() local
1091 if( pFtn ) in _CheckClipping()
1093 pFtn = pFtn->FindFtnBossFrm(); in _CheckClipping()
1096 if ( pTmp && pFtn->IsBefore( pTmp->FindFtnBossFrm() ) ) in _CheckClipping()
2713 SwFtnFrm* pFtn = pFrm->FindFtnFrm(); in CalcFtnCntnt() local
2714 if( pFtn ) in CalcFtnCntnt()
2715 pFtn->Calc(); in CalcFtnCntnt()
H A Dssfrm.cxx539 SwFtnFrm *pFtn = pFrm->FindFtnFrm(); in DelFrms() local
540 ASSERT( pFtn, "You promised a FtnFrm?" ); in DelFrms()
542 if( !pFtn->GetFollow() && !pFtn->GetMaster() && in DelFrms()
543 0 != ( pCFrm = pFtn->GetRefFromAttr()) && pCFrm->IsFollow() ) in DelFrms()
H A Dswselectionlist.cxx67 const SwFtnFrm* pFtn = static_cast<const SwFtnFrm*>( pFrm ); in getContext() local
68 while( pFtn->GetMaster() ) in getContext()
69 pFtn = pFtn->GetMaster(); in getContext()
H A Dwsfrm.cxx1584 SwFtnFrm* pFtn = (SwFtnFrm*)pCont->Lower(); in AdjustNeighbourhood() local
1586 while( pFtn ) in AdjustNeighbourhood()
1588 if( !pFtn->GetAttr()->GetFtn().IsEndNote() ) in AdjustNeighbourhood()
1590 nMinH += (pFtn->Frm().*fnRect->fnGetHeight)(); in AdjustNeighbourhood()
1593 pFtn = (SwFtnFrm*)pFtn->GetNext(); in AdjustNeighbourhood()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx1929 const SwFtnFrm *pFtn = (SwFtnFrm*)GetUpper(); in Format() local
1930 const SwPageFrm *pFtnPage = pFtn->GetRef()->FindPageFrm(); in Format()
H A Dporftn.hxx38 SwTxtFtn *pFtn; member in SwFtnPortion
45 SwFtnPortion( const XubString &rExpand, SwTxtFrm *pFrm, SwTxtFtn *pFtn,
58 const SwTxtFtn* GetTxtFtn() const { return pFtn; }; in GetTxtFtn()
H A Dtxtfrm.cxx1608 SwTxtFtn *pFtn = (SwTxtFtn *)pVoid; in Prepare() local
1635 const xub_StrLen nPos = *pFtn->GetStart(); in Prepare()
H A Dtxtftn.cxx74 while( pFtn && !pFtn->ContainsCntnt() ) in _IsFtnNumFrm()
75 pFtn = pFtn->GetMaster(); in _IsFtnNumFrm()
76 return !pFtn; in _IsFtnNumFrm()
162 pFtn->GetAttr() ); in CalcPrepFtnAdjust()
169 if( !pCont || !pFtn || bReArrange != (pFtn->FindFtnBossFrm() == pBoss) ) in CalcPrepFtnAdjust()
717 pBoss->AppendFtn( this, pFtn ); in ConnectFtn()
727 pBoss->AppendFtn( this, pFtn ); in ConnectFtn()
804 pBoss->AppendFtn( this, pFtn ); in ConnectFtn()
892 pFrm->ConnectFtn( pFtn, nLower ); in NewFtnPortion()
981 pFrm, pFtn, nReal ); in NewFtnPortion()
[all …]
H A Dwidorp.cxx307 SwFtnFrm *pFtn = pFrm->FindFtnFrm(); in WidowsAndOrphans() local
308 sal_Bool bFt = !pFtn->GetAttr()->GetFtn().IsEndNote(); in WidowsAndOrphans()
309 if( !pFtn->GetPrev() && in WidowsAndOrphans()
310 pFtn->FindFtnBossFrm( bFt ) != pFtn->GetRef()->FindFtnBossFrm( bFt ) in WidowsAndOrphans()
/trunk/main/sw/source/core/txtnode/
H A Datrftn.cxx402 SwFtnFrm *pFtn = (SwFtnFrm*)pFrm; in DelFrms() local
403 while ( pFtn && pFtn->GetMaster() ) in DelFrms()
404 pFtn = pFtn->GetMaster(); in DelFrms()
405 ASSERT( pFtn->GetAttr() == this, "Ftn mismatch error." ); in DelFrms()
407 while ( pFtn ) in DelFrms()
409 SwFtnFrm *pFoll = pFtn->GetFollow(); in DelFrms()
410 pFtn->Cut(); in DelFrms()
411 delete pFtn; in DelFrms()
412 pFtn = pFoll; in DelFrms()
H A Dndtxt.cxx339 SwFtnFrm *pFtn = pCntnt->FindFtnFrm(); in lcl_ChangeFtnRef() local
340 if( pFtn && pFtn->GetAttr() == pAttr ) in lcl_ChangeFtnRef()
342 while( pFtn->GetMaster() ) in lcl_ChangeFtnRef()
343 pFtn = pFtn->GetMaster(); in lcl_ChangeFtnRef()
345 pFirstFtnOfNode = pFtn; in lcl_ChangeFtnRef()
346 while ( pFtn ) in lcl_ChangeFtnRef()
348 pFtn->SetRef( pFrm ); in lcl_ChangeFtnRef()
349 pFtn = pFtn->GetFollow(); in lcl_ChangeFtnRef()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx515 SwTxtFtn * const pFtn = in SetInDoc() local
518 SwFmtFtn &rFtn = const_cast<SwFmtFtn&>(pFtn->GetFtn()); in SetInDoc()
523 pFtn->CheckCondColl(); in SetInDoc()
H A Dunattr.cxx1002 SwTxtFtn* pFtn = static_cast<SwTxtFtn*>(pTxtHt); in RemoveIdx() local
1003 RemoveIdxFromSection( rDoc, pFtn->GetStartNode()->GetIndex() ); in RemoveIdx()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4115 pFtn = &aD[3]; in WW8PLCFMan()
4127 pFtn->pPLCFx = pBase->pFtnPLCF; in WW8PLCFMan()
4148 pAnd = pFtn = pEdn = 0; // unbenutzt bei SpezText in WW8PLCFMan()
4425 else if( p == pFtn ) in GetNoSprmStart()
H A Dww8scan.hxx673 *pFtn, *pEdn, member in WW8PLCFMan
707 WW8PLCFx_SubDoc* GetFtn() const { return (WW8PLCFx_SubDoc*)pFtn->pPLCFx; } in GetFtn()

Completed in 248 milliseconds

12