Home
last modified time | relevance | path

Searched refs:GetPrevCntntFrm (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sw/source/core/inc/
H A Dcntfrm.hxx107 inline SwCntntFrm* GetPrevCntntFrm() const;
131 inline SwCntntFrm* SwCntntFrm::GetPrevCntntFrm() const in GetPrevCntntFrm() function in SwCntntFrm
/aoo4110/main/sw/source/core/layout/
H A Dflycnt.cxx155 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()
H A Dfindfrm.cxx1018 pPrevCntntFrm = pCurrCntntFrm->GetPrevCntntFrm(); in _FindPrevCnt()
1043 pPrevCntntFrm = pPrevCntntFrm->GetPrevCntntFrm(); in _FindPrevCnt()
1122 SwCntntFrm *pPrvCnt = ((SwCntntFrm*)pThis)->GetPrevCntntFrm(); in _FindPrev()
1150 pPrvCnt = pPrvCnt->GetPrevCntntFrm(); in _FindPrev()
H A Dtrvlfrm.cxx543 return pCnt->GetPrevCntntFrm(); in lcl_GetPrvCnt()
1362 const SwCntntFrm *pTmp = pCntnt->GetPrevCntntFrm(); in GetCntntPosition()
1364 pTmp = pTmp->GetPrevCntntFrm(); in GetCntntPosition()
H A Dflowfrm.cxx713 const SwCntntFrm* pCnt = GetPrevCntntFrm(); in FindMaster()
722 pCnt = pCnt->GetPrevCntntFrm(); in FindMaster()
H A Dlayact.cxx1864 const SwCntntFrm *pCntntPrev = pCntnt->GetPrev() ? pCntnt->GetPrevCntntFrm() : 0; in FormatCntnt()
/aoo4110/main/sw/source/core/text/
H A Dtxtfrm.cxx2610 SwCntntFrm *pPrv = GetPrevCntntFrm(); in RecalcAllLines()
2613 pPrv = pPrv->GetPrevCntntFrm(); in RecalcAllLines()
/aoo4110/main/sw/source/core/crsr/
H A Dswcrsr.cxx353 while( 0 != ( pFrm = ( bGoNxt ? pFrm->GetNextCntntFrm() : pFrm->GetPrevCntntFrm() )) in IsSelOvr()
366 : pFrm->GetPrevCntntFrm(); in IsSelOvr()

Completed in 107 milliseconds