/aoo41x/main/drawinglayer/source/attribute/ |
H A D | fillgraphicattribute.cxx | 70 const Graphic& getGraphic() const { return maGraphic; } in getGraphic() function in drawinglayer::attribute::ImpFillGraphicAttribute 78 return (getGraphic() == rCandidate.getGraphic() in operator ==() 186 const Graphic& FillGraphicAttribute::getGraphic() const in getGraphic() function in drawinglayer::attribute::FillGraphicAttribute 188 return mpFillGraphicAttribute->getGraphic(); in getGraphic()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 439 if(GRAPHIC_BITMAP == rFillGraphicAttribute.getGraphic().GetType() in RenderFillGraphicPrimitive2D() 440 && !rFillGraphicAttribute.getGraphic().getSvgData().get() in RenderFillGraphicPrimitive2D() 441 && !rFillGraphicAttribute.getGraphic().IsAnimated()) in RenderFillGraphicPrimitive2D() 483 … BitmapEx aBitmapEx(rFillGraphicAttribute.getGraphic().GetBitmapEx()); in RenderFillGraphicPrimitive2D() 661 switch(rFillGraphicAttribute.getGraphic().GetType()) in RenderPolyPolygonGraphicPrimitive2D() 670 …if(!rFillGraphicAttribute.getGraphic().IsTransparent() && !rFillGraphicAttribute.getGraphic().IsAl… in RenderPolyPolygonGraphicPrimitive2D()
|
H A D | vclmetafileprocessor2d.cxx | 1399 const Size aBmpSizePixel(rFillGraphicAttribute.getGraphic().GetSizePixel()); in processBasePrimitive2D() 1439 rFillGraphicAttribute.getGraphic()); in processBasePrimitive2D()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | buttonset.cxx | 59 …bool getGraphic( const Reference< XGraphicProvider >& xGraphicProvider, const OUString& rName, Gra… 95 bool ButtonsImpl::getGraphic( const Reference< XGraphicProvider >& xGraphicProvider, const rtl::OUS… in getGraphic() function in ButtonsImpl 213 if( !rSet.getGraphic( getGraphicProvider(), (*aIter++), aGraphic ) ) in getPreview()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | graphicunofactory.cxx | 49 virtual uno::Reference< graphic::XGraphic > SAL_CALL getGraphic() throw (uno::RuntimeException); 68 uno::Reference< graphic::XGraphic > SAL_CALL GObjectImpl::getGraphic() throw (uno::RuntimeException) in getGraphic() function in unographic::GObjectImpl
|
/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | ImageControlSample.java | 74 XGraphic xGraphic = oImageControlSample.getGraphic(oImageControlSample.m_xMCF, args[0]); in main() 130 public XGraphic getGraphic(XMultiComponentFactory _xMCF, String _sImageSystemPath){ in getGraphic() method in ImageControlSample
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | filedlgimpl.hxx | 131 ErrCode getGraphic( const ::rtl::OUString& rURL, Graphic& rGraphic ) const; 216 ErrCode getGraphic( Graphic& rGraphic ) const;
|
H A D | filedlghelper.cxx | 740 if ( ERRCODE_NONE == getGraphic( aURL, maGraphic ) ) in IMPL_LINK() 799 ErrCode FileDialogHelper_Impl::getGraphic( const OUString& rURL, in getGraphic() function in sfx2::FileDialogHelper_Impl 846 ErrCode FileDialogHelper_Impl::getGraphic( Graphic& rGraphic ) const in getGraphic() function in sfx2::FileDialogHelper_Impl 861 nRet = getGraphic( aPath, rGraphic ); in getGraphic() 2696 return mpImp->getGraphic( rGraphic ); in GetGraphic()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fillgraphicattribute.hxx | 72 const Graphic& getGraphic() const;
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdomedia.hxx | 75 const Graphic& getGraphic() const;
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | fillgraphicprimitive2d.cxx | 56 const Graphic& rGraphic = rAttribute.getGraphic(); in create2DDecomposition()
|
H A D | polypolygonprimitive2d.cxx | 526 const Graphic& rGraphic = getFillGraphic().getGraphic(); in create2DDecomposition()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | graphictools.hxx | 386 void getGraphic ( Graphic& ) const;
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdomedia.cxx | 241 const Graphic& SdrMediaObj::getGraphic() const in getGraphic() function in SdrMediaObj
|
/aoo41x/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 225 const BitmapEx aBitmapEx(rFillGraphicAttribute.getGraphic().GetBitmapEx()); in impRenderBitmapTexturePrimitive3D()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | graphictools.cxx | 487 void SvtGraphicFill::getGraphic( Graphic& rGraphic ) const in getGraphic() function in SvtGraphicFill
|
/aoo41x/main/forms/source/component/ |
H A D | ImageControl.cxx | 256 … rValue <<= m_xGraphicObject.is() ? m_xGraphicObject->getGraphic() : Reference< XGraphic >(); in getFastPropertyValue()
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | UITools.java | 258 public XInterface getGraphic(String GraphicName) throws java.lang.Exception in getGraphic() method in UITools
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1303 rFilling.getGraphic( aGraphic ); in Impl_writeFilling()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1797 aFill.getGraphic( aGraphic ); in createActions()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1358 GraphicObject aGraphicObject( ((SdrMediaObj*)pSdrMedia)->getGraphic() ); in CreateMediaGraphicProperties()
|