Searched refs:FindLastCntnt (Results 1 – 15 of 15) sorted by relevance
76 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 SwSectionFrm142 return ((SwSectionFrm*)this)->FindLastCntnt( nMode ); in FindLastCntnt()
137 SwCntntFrm *FindLastCntnt();138 inline const SwCntntFrm *FindLastCntnt() const;220 inline const SwCntntFrm *SwTabFrm::FindLastCntnt() const in FindLastCntnt() function in SwTabFrm222 return ((SwTabFrm*)this)->FindLastCntnt(); in FindLastCntnt()
143 SwCntntFrm* FindLastCntnt();
741 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()
157 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()
842 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 SwFtnFrm3258 pLastCntntFrm = static_cast<SwTabFrm*>(pLastLowerOfFtn)->FindLastCntnt(); in FindLastCntnt()3262 pLastCntntFrm = static_cast<SwSectionFrm*>(pLastLowerOfFtn)->FindLastCntnt(); in FindLastCntnt()
887 SwCntntFrm *SwSectionFrm::FindLastCntnt( sal_uInt8 nMode ) in FindLastCntnt() function in SwSectionFrm1094 SwFrm* pTmp = FindLastCntnt( FINDMODE_LASTCNT ); in _CheckClipping()1642 SwCntntFrm* pTmpCnt = ((SwTabFrm*)this)->FindLastCntnt(); in GetNextSctLeaf()
147 SwFrm* pRef = pSect->FindLastCntnt( FINDMODE_MYLAST ); in InsertEndnotes()
2854 ((SwSectionFrm*)pLowerFrm)->FindLastCntnt() : NULL; in ChgLowersProp()3852 SwCntntFrm* pRet = pSect->FindLastCntnt(); in lcl_InvalidateSection()3867 return pTable->FindLastCntnt(); in lcl_InvalidateTable()
3461 SwCntntFrm *SwTabFrm::FindLastCntnt() in FindLastCntnt() function in SwTabFrm3492 return pRet->FindSctFrm()->FindLastCntnt(); in FindLastCntnt()3525 pRet = ((SwSectionFrm*)pRet)->FindLastCntnt(); in FindLastCntnt()
876 static_cast<SwSectionFrm*>(pPrevFrm)->FindLastCntnt(); in ~SwCntntNotify()3587 pCntnt = pTmpTab->FindLastCntnt(); in GetCellCntnt()
154 pLastFrm = static_cast<const SwSectionFrm*>(pPrevFrm)->FindLastCntnt(); in ShouldBwdMoved()
1774 const SwCntntFrm* pLastCntnt = pTab->FindLastCntnt(); in lcl_FindStartEndCol()1832 rpEnd = pTmpTab->FindLastCntnt()->GetUpper(); in lcl_FindStartEndCol()2015 const SwFrm* pLastCntnt = pTable->FindLastCntnt(); in MakeSelUnions()
652 pCntnt = pSect->FindLastCntnt( FINDMODE_ENDNOTE ); in ConnectFtn()
1484 pEnd = (SwLayoutFrm*)pTab->FindLastCntnt()->GetUpper(); in AdjustCellWidth()
Completed in 183 milliseconds