Searched refs:IsSupportedGraphic (Results 1 – 8 of 8) sorted by relevance
122 sal_Bool IsSupportedGraphic() const;
959 if( bSwappedIn && rGrfObj.GetGraphic().IsSupportedGraphic()) in PaintPicture()1067 else if ( !rGrfObj.GetGraphic().IsSupportedGraphic() ) in PaintPicture()
473 …return( ( maGraphic.IsSupportedGraphic() && !maGraphic.IsSwapOut() ) ? maGraphic.GetChecksum() : 0… in GetChecksum()1188 if( maGraphic.IsSupportedGraphic() && !maGraphic.IsSwapOut() ) in GetTransformedGraphic()
232 if( aGraphic.IsSupportedGraphic() ) in DrawObj()418 if( rGraphic.IsSupportedGraphic() && !rGraphic.IsSwapOut() ) in ImplDraw()477 if( aGraphic.IsSupportedGraphic() ) in ImplDraw()
407 sal_Bool Graphic::IsSupportedGraphic() const in IsSupportedGraphic() function in Graphic
798 if( pGrf && pGrf->IsSupportedGraphic() ) in PrepareForCopy()3081 if ( pGrf && pGrf->IsSupportedGraphic() ) in SetDataForDragAndDrop()
1126 if ( pGraphic && pGraphic->IsSupportedGraphic() ) in lcl_DrawGraphic()
1672 if( pGrf->IsSupportedGraphic() ) in DrawGraphic()
Completed in 113 milliseconds