Lines Matching refs:pGrfNd
303 SwGrfNode* pGrfNd = rNoTNd.GetGrfNode(); in Paint() local
304 if( pGrfNd ) in Paint()
305 pGrfNd->SetFrameInPaint( sal_True ); in Paint()
350 if( pGrfNd ) in Paint()
351 pGrfNd->SetFrameInPaint( sal_False ); in Paint()
877 SwGrfNode* pGrfNd = rNoTNd.GetGrfNode(); in PaintPicture() local
908 if( pGrfNd ) in PaintPicture()
911 const GraphicObject& rGrfObj = pGrfNd->GetGrfObj(); in PaintPicture()
914 pGrfNd->GetGraphicAttr( aGrfAttr, this ); in PaintPicture()
919 if ( pGrfNd->IsLinkedInputStreamReady() ) in PaintPicture()
921 pGrfNd->UpdateLinkWithInputStream(); in PaintPicture()
930 pGrfNd->IsLinkedFile() && in PaintPicture()
931 pGrfNd->IsAsyncRetrieveInputStreamPossible() ) in PaintPicture()
935 ::sfx2::SvLinkSource* pGrfObj = pGrfNd->GetLink()->GetObj(); in PaintPicture()
937 GetRealURL( *pGrfNd, aUrl ); in PaintPicture()
940 !(aTmpSz = pGrfNd->GetTwipSize()).Width() || in PaintPicture()
941 !aTmpSz.Height() || !pGrfNd->GetAutoFmtLvl() ) in PaintPicture()
946 pGrfNd->TriggerAsyncRetrieveInputStream(); in PaintPicture()
950 String aTxt( pGrfNd->GetTitle() ); in PaintPicture()
961 const sal_Bool bSwappedIn = 0 != pGrfNd->SwapIn( bPrn ); in PaintPicture()
987 pGrfNd->StartGraphicAnimation(pOut, aAlignedGrfArea.Pos(), in PaintPicture()
1076 !(aText = pGrfNd->GetTitle()).Len() && in PaintPicture()
1077 (!GetRealURL( *pGrfNd, aText ) || !aText.Len())) in PaintPicture()
1092 pGrfNd->SwapOut(); in PaintPicture()
1220 const SwGrfNode* pGrfNd = dynamic_cast< const SwGrfNode* >(GetNode()->GetGrfNode()); in StopAnimation() local
1222 if( pGrfNd && pGrfNd->IsAnimated() ) in StopAnimation()
1224 const_cast< SwGrfNode* >(pGrfNd)->StopGraphicAnimation( pOut, long(this) ); in StopAnimation()
1231 const SwGrfNode* pGrfNd = GetNode()->GetGrfNode(); in HasAnimation() local
1232 return pGrfNd && pGrfNd->IsAnimated(); in HasAnimation()