Searched refs:GetPrevCntntFrm (Results 1 – 8 of 8) sorted by relevance
107 inline SwCntntFrm* GetPrevCntntFrm() const;131 inline SwCntntFrm* SwCntntFrm::GetPrevCntntFrm() const in GetPrevCntntFrm() function in SwCntntFrm
155 pCntnt = pCntnt->GetPrevCntntFrm(); in Modify()1182 pUpFrm = pUpLst->GetPrevCntntFrm(); in FindAnchor()1185 pUpFrm = pUpFrm->GetPrevCntntFrm(); in FindAnchor()1196 pUpFrm = pUpFrm->GetPrevCntntFrm(); in FindAnchor()1368 { pCnt = pCnt->GetPrevCntntFrm(); in SetAbsPos()
1031 pPrevCntntFrm = pCurrCntntFrm->GetPrevCntntFrm(); in _FindPrevCnt()1056 pPrevCntntFrm = pPrevCntntFrm->GetPrevCntntFrm(); in _FindPrevCnt()1135 SwCntntFrm *pPrvCnt = ((SwCntntFrm*)pThis)->GetPrevCntntFrm(); in _FindPrev()1163 pPrvCnt = pPrvCnt->GetPrevCntntFrm(); in _FindPrev()
543 return pCnt->GetPrevCntntFrm(); in lcl_GetPrvCnt()1362 const SwCntntFrm *pTmp = pCntnt->GetPrevCntntFrm(); in GetCntntPosition()1364 pTmp = pTmp->GetPrevCntntFrm(); in GetCntntPosition()
713 const SwCntntFrm* pCnt = GetPrevCntntFrm(); in FindMaster()722 pCnt = pCnt->GetPrevCntntFrm(); in FindMaster()
1862 const SwCntntFrm *pCntntPrev = pCntnt->GetPrev() ? pCntnt->GetPrevCntntFrm() : 0; in FormatCntnt()
2610 SwCntntFrm *pPrv = GetPrevCntntFrm(); in RecalcAllLines()2613 pPrv = pPrv->GetPrevCntntFrm(); in RecalcAllLines()
354 while( 0 != ( pFrm = ( bGoNxt ? pFrm->GetNextCntntFrm() : pFrm->GetPrevCntntFrm() )) in IsSelOvr()367 pFrm = bGoNxt ? pFrm->GetNextCntntFrm() : pFrm->GetPrevCntntFrm(); in IsSelOvr()
Completed in 75 milliseconds