Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/inc/
H A Dsectfrm.hxx76 SwCntntFrm *FindLastCntnt( sal_uInt8 nMode = 0 );
77 inline const SwCntntFrm *FindLastCntnt( sal_uInt8 nMode = 0 ) const;
140 inline const SwCntntFrm *SwSectionFrm::FindLastCntnt( sal_uInt8 nMode ) const in FindLastCntnt() function in SwSectionFrm
142 return ((SwSectionFrm*)this)->FindLastCntnt( nMode ); in FindLastCntnt()
H A Dtabfrm.hxx137 SwCntntFrm *FindLastCntnt();
138 inline const SwCntntFrm *FindLastCntnt() const;
220 inline const SwCntntFrm *SwTabFrm::FindLastCntnt() const in FindLastCntnt() function in SwTabFrm
222 return ((SwTabFrm*)this)->FindLastCntnt(); in FindLastCntnt()
H A Dftnfrm.hxx143 SwCntntFrm* FindLastCntnt();
/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx741 pThis = ((SwTabFrm*)this)->FindLastCntnt(); in _FindNext()
753 pThis = ((SwSectionFrm*)this)->FindLastCntnt(); in _FindNext()
872 pThis = ((SwTabFrm*)this)->FindLastCntnt(); in _FindNextCnt()
884 pThis = ((SwSectionFrm*)this)->FindLastCntnt(); in _FindNextCnt()
1002 pPrevCntntFrm = pTabFrm->FindMaster()->FindLastCntnt(); in _FindPrevCnt()
1017 pPrevCntntFrm = pSectFrm->FindMaster()->FindLastCntnt(); in _FindPrevCnt()
1076 pPrevCntntFrm = pMasterFtnFrmOfCurr->FindLastCntnt(); in _FindPrevCnt()
H A Dflowfrm.cxx157 SwFrm *pLast = ((SwSectionFrm*)pPre)->FindLastCntnt(); in CheckKeep()
170 SwFrm *pLast = ((SwSectionFrm*)pTmp)->FindLastCntnt(); in CheckKeep()
981 SwCntntFrm* pTmp = ((SwTabFrm*)this)->FindLastCntnt(); in GetNextLeaf()
1429 pPrevFrm = pPrevSectFrm->FindLastCntnt(); in _GetPrevFrmForUpperSpaceCalc()
1802 pFrm = pSectFrm->FindLastCntnt(); in CalcAddLowerSpaceAsLastInTableCell()
2192 pRef = pSect->FindLastCntnt( FINDMODE_LASTCNT ); in MoveBwd()
H A Dftnfrm.cxx842 pTmpRef = pSect->FindLastCntnt( FINDMODE_LASTCNT ); in GetPrevFtnLeaf()
1666 ((SwSectionFrm*)GetUpper())->FindLastCntnt( FINDMODE_ENDNOTE ); in AppendFtn()
2713 pCntnt = ((SwSectionFrm*)pBoss->GetUpper())->FindLastCntnt(); in UpdateFtnNum()
3232 SwCntntFrm* SwFtnFrm::FindLastCntnt() in FindLastCntnt() function in SwFtnFrm
3258 pLastCntntFrm = static_cast<SwTabFrm*>(pLastLowerOfFtn)->FindLastCntnt(); in FindLastCntnt()
3262 pLastCntntFrm = static_cast<SwSectionFrm*>(pLastLowerOfFtn)->FindLastCntnt(); in FindLastCntnt()
H A Dsectfrm.cxx887 SwCntntFrm *SwSectionFrm::FindLastCntnt( sal_uInt8 nMode ) in FindLastCntnt() function in SwSectionFrm
1094 SwFrm* pTmp = FindLastCntnt( FINDMODE_LASTCNT ); in _CheckClipping()
1642 SwCntntFrm* pTmpCnt = ((SwTabFrm*)this)->FindLastCntnt(); in GetNextSctLeaf()
H A Dlayouter.cxx147 SwFrm* pRef = pSect->FindLastCntnt( FINDMODE_MYLAST ); in InsertEndnotes()
H A Dwsfrm.cxx2854 ((SwSectionFrm*)pLowerFrm)->FindLastCntnt() : NULL; in ChgLowersProp()
3852 SwCntntFrm* pRet = pSect->FindLastCntnt(); in lcl_InvalidateSection()
3867 return pTable->FindLastCntnt(); in lcl_InvalidateTable()
H A Dtabfrm.cxx3461 SwCntntFrm *SwTabFrm::FindLastCntnt() in FindLastCntnt() function in SwTabFrm
3492 return pRet->FindSctFrm()->FindLastCntnt(); in FindLastCntnt()
3525 pRet = ((SwSectionFrm*)pRet)->FindLastCntnt(); in FindLastCntnt()
H A Dfrmtool.cxx876 static_cast<SwSectionFrm*>(pPrevFrm)->FindLastCntnt(); in ~SwCntntNotify()
3587 pCntnt = pTmpTab->FindLastCntnt(); in GetCellCntnt()
H A Dcalcmove.cxx154 pLastFrm = static_cast<const SwSectionFrm*>(pPrevFrm)->FindLastCntnt(); in ShouldBwdMoved()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1774 const SwCntntFrm* pLastCntnt = pTab->FindLastCntnt(); in lcl_FindStartEndCol()
1832 rpEnd = pTmpTab->FindLastCntnt()->GetUpper(); in lcl_FindStartEndCol()
2015 const SwFrm* pLastCntnt = pTable->FindLastCntnt(); in MakeSelUnions()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx652 pCntnt = pSect->FindLastCntnt( FINDMODE_ENDNOTE ); in ConnectFtn()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1484 pEnd = (SwLayoutFrm*)pTab->FindLastCntnt()->GetUpper(); in AdjustCellWidth()

Completed in 169 milliseconds