Home
last modified time | relevance | path

Searched refs:getMaterial (Results 1 – 25 of 25) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1121 virtual uno::Any SAL_CALL getMaterial() throw() in getMaterial() function in EncHashTransporter
1137 uno::Any aMat( xRef->getMaterial() ); in getEncHashTransporter()
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx324 Any a = rHolder->getMaterial(); in PyUNO_repr()
426 Any a = rHolder->getMaterial(); in PyUNO_str()
665 if( xMe->getMaterial() == xOther->getMaterial() ) in PyUNO_richcompare()
734 if( xMe->getMaterial() == xOther->getMaterial() ) in PyUNO_cmp()
H A Dpyuno_runtime.cxx801 a = holder->getMaterial(); in pyObject2Any()
827 a = my_mh->getMaterial (); in pyObject2Any()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3955 Any aAny( xMat->getMaterial() ); in readOverrideMetrics()
/trunk/main/vcl/source/components/
H A Dfontident.cxx74 virtual Any SAL_CALL getMaterial() throw(RuntimeException);
102 Any SAL_CALL FontIdentificator::getMaterial() throw(RuntimeException) in getMaterial() function in vcl::FontIdentificator
/trunk/main/udkapi/com/sun/star/beans/
H A DXMaterialHolder.idl55 any getMaterial();
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx785 virtual Any SAL_CALL getMaterial(void) throw(RuntimeException);
1471 Any ImplIntrospectionAccess::getMaterial(void) throw(RuntimeException) in getMaterial() function in stoc_inspect::ImplIntrospectionAccess
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx151 virtual Any SAL_CALL getMaterial(void) throw(RuntimeException);
369 Any Invocation_Impl::getMaterial(void) throw(RuntimeException) in getMaterial() function in stoc_inv::Invocation_Impl
387 return xMaterialHolder->getMaterial(); in getMaterial()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx125 if (xHolder->getMaterial() >>= sMaterial) { in _getTabString()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx600 uno::Any aRes( xMat->getMaterial() ); in readFont()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx573 Any aHandlerObject = xMaterialHolder->getMaterial(); in firing_impl()
/trunk/main/extensions/source/ole/
H A Dunoobjw.cxx191 Any any = xMatHolder->getMaterial(); in getOriginalUnoStruct()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx357 basegfx::BColor aObjectColor(rPrimitive.getMaterial().getColor()); in impRenderPolyPolygonMaterialPrimitive3D()
433 …Color aColor(getModulate() ? basegfx::BColor(1.0, 1.0, 1.0) : rPrimitive.getMaterial().getColor()); in impRenderPolyPolygonMaterialPrimitive3D()
434 const basegfx::BColor& rSpecular(rPrimitive.getMaterial().getSpecular()); in impRenderPolyPolygonMaterialPrimitive3D()
435 const basegfx::BColor& rEmission(rPrimitive.getMaterial().getEmission()); in impRenderPolyPolygonMaterialPrimitive3D()
436 … const sal_uInt16 nSpecularIntensity(rPrimitive.getMaterial().getSpecularIntensity()); in impRenderPolyPolygonMaterialPrimitive3D()
464 const basegfx::BColor& rSpecular(rPrimitive.getMaterial().getSpecular()); in impRenderPolyPolygonMaterialPrimitive3D()
465 const basegfx::BColor& rEmission(rPrimitive.getMaterial().getEmission()); in impRenderPolyPolygonMaterialPrimitive3D()
466 … const sal_uInt16 nSpecularIntensity(rPrimitive.getMaterial().getSpecularIntensity()); in impRenderPolyPolygonMaterialPrimitive3D()
484 rPrimitive.getMaterial().getSpecular(), in impRenderPolyPolygonMaterialPrimitive3D()
485 rPrimitive.getMaterial().getEmission(), in impRenderPolyPolygonMaterialPrimitive3D()
[all …]
H A Dgeometry2dextractor.cxx117 …BColor aModifiedColor(maBColorModifierStack.getModifiedColor(rPrimitive.getMaterial().getColor())); in processBasePrimitive3D()
H A Dzbufferprocessor3d.cxx538 const drawinglayer::attribute::MaterialAttribute3D& getMaterial() const { return maMaterial; } in getMaterial() function in RasterPrimitive3D
805 rCandidate.getMaterial(), in finish()
811 rCandidate.getMaterial(), in finish()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolypolygonprimitive3d.cxx60 && getMaterial() == rCompare.getMaterial() in operator ==()
H A Dsdrdecompositiontools3d.cxx203 aSdr3DObjectAttribute.getMaterial(), in create3DPolyPolygonFillPrimitives()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrobjectattribute3d.cxx88 const MaterialAttribute3D& getMaterial() const { return maMaterial; } in getMaterial() function in drawinglayer::attribute::ImpSdr3DObjectAttribute
102 && getMaterial() == rCandidate.getMaterial() in operator ==()
244 const MaterialAttribute3D& Sdr3DObjectAttribute::getMaterial() const in getMaterial() function in drawinglayer::attribute::Sdr3DObjectAttribute
246 return mpSdr3DObjectAttribute->getMaterial(); in getMaterial()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolypolygonprimitive3d.hxx67 const attribute::MaterialAttribute3D& getMaterial() const { return maMaterial; } in getMaterial() function in drawinglayer::primitive3d::PolyPolygonMaterialPrimitive3D
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrobjectattribute3d.hxx83 const MaterialAttribute3D& getMaterial() const;
/trunk/main/desktop/source/so_comp/
H A Devaluation.cxx134 Any aData = xHolder->getMaterial(); in getExactName()
159 Any SAL_CALL SOEvaluation::getMaterial() throw( RuntimeException ) in getMaterial() function in desktop::SOEvaluation
H A Devaluation.hxx71 virtual Any SAL_CALL getMaterial() throw ( RuntimeException );
/trunk/main/desktop/source/migration/
H A Dpages.cxx117 Any aData = xHolder->getMaterial(); in checkEval()
/trunk/main/desktop/source/app/
H A Dcheckinstall.cxx63 Any a = xMaterialHolder->getMaterial(); in CheckInstallation()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2983 aRetAny = mxMaterialHolder->getMaterial(); in getUnoAny()

Completed in 243 milliseconds