Lines Matching refs:rAnch
982 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in ~SwCntntNotify() local
983 if ( FLY_AT_PAGE != rAnch.GetAnchorId() || in ~SwCntntNotify()
984 rAnch.GetCntntAnchor() == 0 ) in ~SwCntntNotify()
993 if ( rAnch.GetCntntAnchor()->nNode == *pIdx ) in ~SwCntntNotify()
1000 SwFmtAnchor aAnch( rAnch ); in ~SwCntntNotify()
1065 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in AppendObjs() local
1066 if ( rAnch.GetCntntAnchor() && in AppendObjs()
1067 (rAnch.GetCntntAnchor()->nNode.GetIndex() == nIndex) ) in AppendObjs()
1069 const bool bFlyAtFly = rAnch.GetAnchorId() == FLY_AT_FLY; // LAYER_IMPL in AppendObjs()
1075 (rAnch.GetAnchorId() == FLY_AS_CHAR); in AppendObjs()
1078 (rAnch.GetAnchorId() == FLY_AT_PARA) || in AppendObjs()
1079 (rAnch.GetAnchorId() == FLY_AT_CHAR) || in AppendObjs()
1170 const SwFmtAnchor& rAnch = _rFmt.GetAnchor(); in lcl_InHeaderOrFooter() local
1172 if (rAnch.GetAnchorId() != FLY_AT_PAGE) in lcl_InHeaderOrFooter()
1174 bRetVal = _rFmt.GetDoc()->IsInHeaderFooter( rAnch.GetCntntAnchor()->nNode ); in lcl_InHeaderOrFooter()
1199 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in AppendAllObjs() local
1201 if ((rAnch.GetAnchorId() == FLY_AT_PAGE) || in AppendAllObjs()
1202 (rAnch.GetAnchorId() == FLY_AS_CHAR)) in AppendAllObjs()