Searched refs:rGrfNode (Results 1 – 6 of 6) sorted by relevance
37 SwGrfNode& rGrfNode ) in SwAsyncRetrieveInputStreamThreadConsumer() argument38 : mrGrfNode( rGrfNode ), in SwAsyncRetrieveInputStreamThreadConsumer()
48 SwAsyncRetrieveInputStreamThreadConsumer( SwGrfNode& rGrfNode );
1502 void DocxAttributeOutput::FlyFrameGraphic( const SwGrfNode& rGrfNode, const Size& rSize ) in FlyFrameGraphic() argument1510 if ( rGrfNode.IsLinkedFile() ) in FlyFrameGraphic()1514 rGrfNode.GetFileFilterNms( &aFileName, 0 ); in FlyFrameGraphic()1528 Graphic& rGraphic = const_cast< Graphic& >( rGrfNode.GetGrf() ); in FlyFrameGraphic()
461 …void FlyFrameGraphic( const SwFlyFrmFmt* pFlyFrmFmt, const SwGrfNode& rGrfNode, const Size& rSize …
300 void FlyFrameGraphic( const SwGrfNode& rGrfNode, const Size& rSize );
3630 void RtfAttributeOutput::FlyFrameGraphic( const SwFlyFrmFmt* pFlyFrmFmt, const SwGrfNode& rGrfNode,… in FlyFrameGraphic() argument3638 Graphic aGraphic(rGrfNode.GetGrf()); in FlyFrameGraphic()3697 const SwCropGrf &rCr = (const SwCropGrf &)rGrfNode.GetAttr(RES_GRFATR_CROPGRF); in FlyFrameGraphic()3700 Size aSize(sw::util::GetSwappedInSize(rGrfNode)); in FlyFrameGraphic()
Completed in 49 milliseconds