Home
last modified time | relevance | path

Searched refs:getGraphic (Results 1 – 21 of 21) sorted by last modified time

/trunk/main/forms/source/component/
H A DImageControl.cxx256 … rValue <<= m_xGraphicObject.is() ? m_xGraphicObject->getGraphic() : Reference< XGraphic >(); in getFastPropertyValue()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1303 rFilling.getGraphic( aGraphic ); in Impl_writeFilling()
/trunk/main/drawinglayer/source/attribute/
H A Dfillgraphicattribute.cxx70 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()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgraphicattribute.hxx72 const Graphic& getGraphic() const;
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1399 const Size aBmpSizePixel(rFillGraphicAttribute.getGraphic().GetSizePixel()); in processBasePrimitive2D()
1439 rFillGraphicAttribute.getGraphic()); in processBasePrimitive2D()
H A Dvclprocessor2d.cxx439 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()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1797 aFill.getGraphic( aGraphic ); in createActions()
/trunk/main/vcl/source/gdi/
H A Dgraphictools.cxx487 void SvtGraphicFill::getGraphic( Graphic& rGraphic ) const in getGraphic() function in SvtGraphicFill
/trunk/main/vcl/inc/vcl/
H A Dgraphictools.hxx386 void getGraphic ( Graphic& ) const;
/trunk/main/svx/source/svdraw/
H A Dsvdomedia.cxx241 const Graphic& SdrMediaObj::getGraphic() const in getGraphic() function in SdrMediaObj
/trunk/main/svx/inc/svx/
H A Dsvdomedia.hxx75 const Graphic& getGraphic() const;
/trunk/main/svtools/source/graphic/
H A Dgraphicunofactory.cxx49 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
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx740 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()
H A Dfiledlgimpl.hxx131 ErrCode getGraphic( const ::rtl::OUString& rURL, Graphic& rGraphic ) const;
216 ErrCode getGraphic( Graphic& rGraphic ) const;
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx59 …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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java258 public XInterface getGraphic(String GraphicName) throws java.lang.Exception in getGraphic() method in UITools
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java74 XGraphic xGraphic = oImageControlSample.getGraphic(oImageControlSample.m_xMCF, args[0]); in main()
130 public XGraphic getGraphic(XMultiComponentFactory _xMCF, String _sImageSystemPath){ in getGraphic() method in ImageControlSample
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1358 GraphicObject aGraphicObject( ((SdrMediaObj*)pSdrMedia)->getGraphic() ); in CreateMediaGraphicProperties()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx276 const BitmapEx aBitmapEx(rFillGraphicAttribute.getGraphic().GetBitmapEx()); in impRenderBitmapTexturePrimitive3D()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx563 const Graphic& rGraphic = getFillGraphic().getGraphic(); in create2DDecomposition()
609 getFillGraphic().getGraphic(), in create2DDecomposition()
H A Dfillgraphicprimitive2d.cxx56 const Graphic& rGraphic = rAttribute.getGraphic(); in create2DDecomposition()

Completed in 156 milliseconds