Lines Matching refs:rAnchor

348 		const SwFmtAnchor& rAnchor = pFmt->GetAnchor();  in DelLayoutFmt()  local
349 if ((FLY_AS_CHAR == rAnchor.GetAnchorId()) && rAnchor.GetCntntAnchor()) in DelLayoutFmt()
351 const SwPosition* pPos = rAnchor.GetCntntAnchor(); in DelLayoutFmt()
1105 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() local
1106 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in GetAllFlyFmts()
1108 ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in GetAllFlyFmts()
1109 (FLY_AT_FLY == rAnchor.GetAnchorId()) || in GetAllFlyFmts()
1110 (FLY_AT_CHAR == rAnchor.GetAnchorId()))) in GetAllFlyFmts()
1113 !TstFlyRange( pCmpRange, pAPos, rAnchor.GetAnchorId() )) in GetAllFlyFmts()
1143 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() local
1144 if ((FLY_AT_PARA != rAnchor.GetAnchorId()) && in GetAllFlyFmts()
1145 (FLY_AT_FLY != rAnchor.GetAnchorId()) && in GetAllFlyFmts()
1146 (FLY_AT_CHAR != rAnchor.GetAnchorId())) in GetAllFlyFmts()
1396 const SwFmtAnchor& rAnchor = pNewFmt->GetAnchor(); in lcl_InsertLabel() local
1397 if ( FLY_AS_CHAR == rAnchor.GetAnchorId() ) in lcl_InsertLabel()
1399 const SwPosition *pPos = rAnchor.GetCntntAnchor(); in lcl_InsertLabel()
1718 const SwFmtAnchor& rAnchor = pNewFmt->GetAnchor(); in lcl_InsertDrawLabel() local
1719 if ( FLY_AS_CHAR == rAnchor.GetAnchorId() ) in lcl_InsertDrawLabel()
1721 const SwPosition *pPos = rAnchor.GetCntntAnchor(); in lcl_InsertDrawLabel()
2178 const SwFmtAnchor& rAnchor = pFlyFmt->GetAnchor(); in SetAllUniqueFlyNames() local
2179 if ( (FLY_AT_PAGE == rAnchor.GetAnchorId()) && in SetAllUniqueFlyNames()
2180 rAnchor.GetCntntAnchor() ) in SetAllUniqueFlyNames()
2275 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in IsInHeaderFooter() local
2276 if ((FLY_AT_PAGE == rAnchor.GetAnchorId()) || in IsInHeaderFooter()
2277 !rAnchor.GetCntntAnchor() ) in IsInHeaderFooter()
2282 pNd = &rAnchor.GetCntntAnchor()->nNode.GetNode(); in IsInHeaderFooter()