Lines Matching refs:SwCntntFrm
205 … const SwCntntFrm *pCnt = GetCntntPos( aPoint, sal_False, sal_False, sal_False, pCMS, sal_False ); in GetCrsrOfst()
398 const SwCntntFrm *pCnt = GetCntntPos( rPoint, sal_True ); in GetCrsrOfst()
492 const SwCntntFrm *pCnt = GetCntntPos( in GetCrsrOfst()
518 sal_Bool SwCntntFrm::LeftMargin(SwPaM *pPam) const in LeftMargin()
527 sal_Bool SwCntntFrm::RightMargin(SwPaM *pPam, sal_Bool) const in RightMargin()
536 const SwCntntFrm *lcl_GetNxtCnt( const SwCntntFrm* pCnt ) in lcl_GetNxtCnt()
541 const SwCntntFrm *lcl_GetPrvCnt( const SwCntntFrm* pCnt ) in lcl_GetPrvCnt()
546 typedef const SwCntntFrm *(*GetNxtPrvCnt)( const SwCntntFrm* );
563 const SwCntntFrm * MA_FASTCALL lcl_MissProtectedFrames( const SwCntntFrm *pCnt, in lcl_MissProtectedFrames()
594 sal_Bool MA_FASTCALL lcl_UpDown( SwPaM *pPam, const SwCntntFrm *pStart, in lcl_UpDown()
600 const SwCntntFrm *pCnt = 0; in lcl_UpDown()
623 const SwCntntFrm* pTmpStart = pStart; in lcl_UpDown()
631 const SwCntntFrm *pNxt = pCnt = pTmpStart; in lcl_UpDown()
865 sal_Bool SwCntntFrm::UnitUp( SwPaM* pPam, const SwTwips, sal_Bool bInReadOnly ) const in UnitUp()
870 sal_Bool SwCntntFrm::UnitDown( SwPaM* pPam, const SwTwips, sal_Bool bInReadOnly ) const in UnitDown()
925 const SwCntntFrm *pCntnt = pPage->ContainsCntnt(); in SetCurrPage()
943 const SwCntntFrm *pCntnt = pPage->ContainsCntnt(); in SetCurrPage()
984 SwCntntFrm *GetFirstSub( const SwLayoutFrm *pLayout ) in GetFirstSub()
989 SwCntntFrm *GetLastSub( const SwLayoutFrm *pLayout ) in GetLastSub()
1035 sal_Bool GetFrmInPage( const SwCntntFrm *pCnt, SwWhichPage fnWhichPage, in GetFrmInPage()
1120 const SwLayoutFrm* lcl_Inside( const SwCntntFrm *pCnt, Point& rPt ) in lcl_Inside()
1138 const SwCntntFrm *SwLayoutFrm::GetCntntPos( Point& rPoint, in GetCntntPos()
1148 const SwCntntFrm *pCntnt = pStart->ContainsCntnt(); in GetCntntPos()
1157 const SwCntntFrm *pActual= pCntnt; in GetCntntPos()
1174 const SwCntntFrm *pComp = pCntnt; in GetCntntPos()
1358 const SwCntntFrm *pCntnt = ContainsCntnt(); in GetCntntPosition()
1362 const SwCntntFrm *pTmp = pCntnt->GetPrevCntntFrm(); in GetCntntPosition()
1371 const SwCntntFrm *pAct = pCntnt; in GetCntntPosition()
1493 const SwCntntFrm *pCnt = pPage ? pPage->ContainsCntnt() : ContainsCntnt(); in GetNextPrevCntntPos()
1535 const SwCntntFrm *pNxt = pCnt->GetNextCntntFrm(); in GetNextPrevCntntPos()
1645 if (this->IsCntntFrm() && ((SwCntntFrm*)this)->GetNode()) in IsProtected()
1647 const SwDoc *pDoc=((SwCntntFrm*)this)->GetNode()->GetDoc(); in IsProtected()
1661 if ( ((SwCntntFrm*)pFrm)->GetNode() && in IsProtected()
1662 ((SwCntntFrm*)pFrm)->GetNode()->IsInProtectSect() ) in IsProtected()
2027 SwCntntFrm const* pStartFrm = pStartPos->nNode.GetNode(). in CalcFrmRects()
2030 SwCntntFrm const* pEndFrm = pEndPos->nNode.GetNode(). in CalcFrmRects()
2482 const SwCntntFrm *pCntnt = pStartFrm->GetNextCntntFrm(); in CalcFrmRects()