Lines Matching refs:pFlyFmt

2357 void SwWW8ImplReader::MoveInsideFly(const SwFrmFmt *pFlyFmt)  in MoveInsideFly()  argument
2364 const SwFmtCntnt& rCntnt = pFlyFmt->GetCntnt(); in MoveInsideFly()
2372 SwTwips SwWW8ImplReader::MoveOutsideFly(SwFrmFmt *pFlyFmt, in MoveOutsideFly() argument
2390 const SwNodeIndex* pNodeIndex = pFlyFmt->GetCntnt(). in MoveOutsideFly()
2420 pFlyFmt->SetFmtAttr(aSize); in MoveOutsideFly()
2516 pSFlyPara->pFlyFmt = rDoc.MakeFlySection( pSFlyPara->eAnchor, in StartApo()
2518 ASSERT(pSFlyPara->pFlyFmt->GetAnchor().GetAnchorId() == in StartApo()
2521 if (pSFlyPara->pFlyFmt) in StartApo()
2526 SdrObject* pOurNewObject = CreateContactObject(pSFlyPara->pFlyFmt); in StartApo()
2532 pAnchorStck->AddAnchor(*pPaM->GetPoint(),pSFlyPara->pFlyFmt); in StartApo()
2544 MoveInsideFly(pSFlyPara->pFlyFmt); in StartApo()
2625 MoveOutsideFly(pSFlyPara->pFlyFmt, *pSFlyPara->pMainTextPos); in StopApo()
2648 pSFlyPara->pFlyFmt->SetFmtAttr(SvxBrushItem(aBg, RES_BACKGROUND)); in StopApo()
2661 pSFlyPara->pFlyFmt->SetFmtAttr( in StopApo()
2675 SfxItemSet aFlySet( pSFlyPara->pFlyFmt->GetAttrSet() ); in StopApo()
2689 pSFlyPara->pFlyFmt->SetFmtAttr(aSize); in StopApo()
2701 if (pSFlyPara && pSFlyPara->pFlyFmt) in StopApo()
2702 pFmtOfJustInsertedApo = pSFlyPara->pFlyFmt; in StopApo()
3278 SwFrmFmt *pFlyFmt = rFly.GetFrmFmt(); in ContainsSingleInlineGraphic() local
3279 if (pFlyFmt && in ContainsSingleInlineGraphic()
3280 (FLY_AS_CHAR == pFlyFmt->GetAnchor().GetAnchorId())) in ContainsSingleInlineGraphic()
3282 pRet = pFlyFmt; in ContainsSingleInlineGraphic()
3307 SwFrmFmt *pFlyFmt = 0; in ConvertSubToGraphicPlacement() local
3310 0 != (pFlyFmt = ContainsSingleInlineGraphic(aRegion)) in ConvertSubToGraphicPlacement()
3314pFlyFmt->SetFmtAttr(SwFmtVertOrient(0, text::VertOrientation::CHAR_CENTER, text::RelOrientation::C… in ConvertSubToGraphicPlacement()