/aoo42x/main/drawinglayer/source/primitive3d/ |
H A D | sdrcubeprimitive3d.cxx | 62 aFill = basegfx::tools::applyDefaultNormalsSphere(aFill, aCenter); in create3DDecomposition() 68 aFill = basegfx::tools::invertNormals(aFill); in create3DDecomposition() 88 const basegfx::B3DRange aRange(basegfx::tools::getRange(aFill)); in create3DDecomposition() 89 …aFill = basegfx::tools::applyDefaultTextureCoordinatesParallel(aFill, aRange, bParallelX, bParalle… in create3DDecomposition() 95 const basegfx::B3DRange aRange(basegfx::tools::getRange(aFill)); in create3DDecomposition() 97 … aFill = basegfx::tools::applyDefaultTextureCoordinatesSphere(aFill, aCenter, bSphereX, bSphereY); in create3DDecomposition() 103 for(sal_uInt32 a(0L); a < aFill.count(); a++) in create3DDecomposition() 105 basegfx::B3DPolygon aTmpPoly(aFill.getB3DPolygon(a)); in create3DDecomposition() 126 aFill.setB3DPolygon(a, aTmpPoly); in create3DDecomposition() 134 aFill.transformTextureCoordiantes(aTexMatrix); in create3DDecomposition() [all …]
|
H A D | sdrsphereprimitive3d.cxx | 63 && aFill.areNormalsUsed()) in create3DDecomposition() 66 aFill = basegfx::tools::invertNormals(aFill); in create3DDecomposition() 85 const basegfx::B3DRange aRange(basegfx::tools::getRange(aFill)); in create3DDecomposition() 86 …aFill = basegfx::tools::applyDefaultTextureCoordinatesParallel(aFill, aRange, bParallelX, bParalle… in create3DDecomposition() 102 aFill.transform(aRot); in create3DDecomposition() 106 const basegfx::B3DRange aRange(basegfx::tools::getRange(aFill)); in create3DDecomposition() 108 aFill = basegfx::tools::applyDefaultTextureCoordinatesSphere(aFill, aCenter, in create3DDecomposition() 116 aFill.transform(aRot); in create3DDecomposition() 123 aFill.transformTextureCoordiantes(aTexMatrix); in create3DDecomposition() 129 for(sal_uInt32 a(0L); a < aFill.count(); a++) in create3DDecomposition() [all …]
|
H A D | sdrpolypolygonprimitive3d.cxx | 51 ::std::vector< basegfx::B3DPolyPolygon > aFill; in create3DDecomposition() 52 aFill.push_back(getPolyPolygon3D()); in create3DDecomposition() 55 const basegfx::B3DRange aRange(getRangeFrom3DGeometry(aFill)); in create3DDecomposition() 62 applyNormalsKindSphereTo3DGeometry(aFill, aRange); in create3DDecomposition() 66 applyNormalsKindFlatTo3DGeometry(aFill); in create3DDecomposition() 71 applyNormalsInvertTo3DGeometry(aFill); in create3DDecomposition() 81 aFill, in create3DDecomposition() 90 aFill, in create3DDecomposition() 101 aFill, in create3DDecomposition()
|
H A D | sdrlatheprimitive3d.cxx | 83 ::std::vector< basegfx::B3DPolyPolygon > aFill; in create3DDecomposition() 84 extractPlanesFromSlice(aFill, rSliceVector, in create3DDecomposition() 89 const basegfx::B3DRange aRange(getRangeFrom3DGeometry(aFill)); in create3DDecomposition() 96 applyNormalsKindSphereTo3DGeometry(aFill, aRange); in create3DDecomposition() 100 applyNormalsKindFlatTo3DGeometry(aFill); in create3DDecomposition() 105 applyNormalsInvertTo3DGeometry(aFill); in create3DDecomposition() 115 aFill, in create3DDecomposition() 124 aFill, in create3DDecomposition() 135 aFill, in create3DDecomposition()
|
H A D | sdrextrudeprimitive3d.cxx | 89 ::std::vector< basegfx::B3DPolyPolygon > aFill; in create3DDecomposition() 90 extractPlanesFromSlice(aFill, rSliceVector, in create3DDecomposition() 95 const basegfx::B3DRange aRange(getRangeFrom3DGeometry(aFill)); in create3DDecomposition() 102 applyNormalsKindSphereTo3DGeometry(aFill, aRange); in create3DDecomposition() 106 applyNormalsKindFlatTo3DGeometry(aFill); in create3DDecomposition() 111 applyNormalsInvertTo3DGeometry(aFill); in create3DDecomposition() 121 aFill, in create3DDecomposition() 130 aFill, in create3DDecomposition() 141 aFill, in create3DDecomposition()
|
/aoo42x/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 358 bool bPaintIt(aFill.count()); in impRenderPolyPolygonMaterialPrimitive3D() 362 aFill.areNormalsUsed() ? in impRenderPolyPolygonMaterialPrimitive3D() 370 aFill.clearTextureCoordinates(); in impRenderPolyPolygonMaterialPrimitive3D() 376 aFill.clearNormals(); in impRenderPolyPolygonMaterialPrimitive3D() 377 aFill.clearBColors(); in impRenderPolyPolygonMaterialPrimitive3D() 424 aFill.transformNormals(aNormalTransform); in impRenderPolyPolygonMaterialPrimitive3D() 430 aFill.transformNormals(aNormalTransform); in impRenderPolyPolygonMaterialPrimitive3D() 453 aFill.setB3DPolygon(a, aPartFill); in impRenderPolyPolygonMaterialPrimitive3D() 475 aFill.clearNormals(); in impRenderPolyPolygonMaterialPrimitive3D() 476 aFill.clearBColors(); in impRenderPolyPolygonMaterialPrimitive3D() [all …]
|
/aoo42x/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 773 attribute::SdrFillAttribute aFill; in createNewSdrLineFillShadowTextAttribute() local 805 aFill = createNewSdrFillAttribute(rSet); in createNewSdrLineFillShadowTextAttribute() 807 if(!aFill.isDefault()) in createNewSdrLineFillShadowTextAttribute() 832 attribute::SdrFillAttribute aFill; in createNewSdrLineFillShadowAttribute() local 849 aFill = createNewSdrFillAttribute(rSet); in createNewSdrLineFillShadowAttribute() 851 if(!aFill.isDefault()) in createNewSdrLineFillShadowAttribute() 858 if(!aLine.isDefault() || !aFill.isDefault()) in createNewSdrLineFillShadowAttribute() 1040 attribute::SdrFillAttribute aFill; in createNewSdrFillTextAttribute() local 1061 aFill = createNewSdrFillAttribute(rSet); in createNewSdrFillTextAttribute() 1063 if(!aFill.isDefault()) in createNewSdrFillTextAttribute() [all …]
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8struc.hxx | 647 WW8_DP_FILL aFill; member 658 WW8_DP_FILL aFill; member 668 WW8_DP_FILL aFill; member 679 WW8_DP_FILL aFill; member 686 WW8_DP_FILL aFill; member 714 WW8_DP_FILL aFill; member
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewcontactofmasterpagedescriptor.cxx | 60 drawinglayer::attribute::SdrFillAttribute aFill; in createViewIndependentPrimitive2DSequence() local 66 … aFill = drawinglayer::primitive2d::createNewSdrFillAttribute(pCorrectProperties->GetItemSet()); in createViewIndependentPrimitive2DSequence() 69 if(!aFill.isDefault()) in createViewIndependentPrimitive2DSequence() 81 aFill, in createViewIndependentPrimitive2DSequence()
|
H A D | viewcontactofsdrcaptionobj.cxx | 137 const drawinglayer::attribute::SdrFillAttribute aFill( in createViewIndependentPrimitive2DSequence() local 141 if(!aFill.isDefault() && 1.0 != aFill.getTransparence()) in createViewIndependentPrimitive2DSequence() 178 aFill, in createViewIndependentPrimitive2DSequence()
|
H A D | viewcontactofsdrpage.cxx | 234 drawinglayer::attribute::SdrFillAttribute aFill; in createViewIndependentPrimitive2DSequence() local 243 aFill = drawinglayer::primitive2d::createNewSdrFillAttribute( in createViewIndependentPrimitive2DSequence() 247 if(!aFill.isDefault()) in createViewIndependentPrimitive2DSequence() 257 aFill, in createViewIndependentPrimitive2DSequence()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8struc.hxx | 740 WW8_DP_FILL aFill; member 751 WW8_DP_FILL aFill; member 761 WW8_DP_FILL aFill; member 772 WW8_DP_FILL aFill; member 779 WW8_DP_FILL aFill; member
|
H A D | ww8graf.cxx | 374 SetFill( rSet, aRect.aFill ); in ReadRect() 396 SetFill( rSet, aElipse.aFill ); in ReadElipse() 431 SetFill( rSet, aArc.aFill ); in ReadArc() 462 SetFill( rSet, aPoly.aFill ); in ReadPolyLine() 1226 SetFill( rSet, aTxtB.aFill ); in ReadTxtBox() 1285 SetFill( rSet, aCallB.dptxbx.aFill ); in ReadCaptionBox()
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgcharacternode.cxx | 444 const basegfx::BColor aFill(rSvgStyleAttributes.getFill() in createSimpleTextPrimitive() local 464 … const basegfx::BColor aDecoColor(pDecoDef && pDecoDef->getFill() ? *pDecoDef->getFill() : aFill); in createSimpleTextPrimitive() 475 aFill, in createSimpleTextPrimitive() 502 aFill); in createSimpleTextPrimitive()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1477 SvtGraphicFill aFill; in ImplWriteActions() local 1479 aMemStm >> aFill; in ImplWriteActions() 1481 sal_Bool bGradient = SvtGraphicFill::fillGradient == aFill.getFillType() && in ImplWriteActions() 1482 ( SvtGraphicFill::gradientLinear == aFill.getGradientType() || in ImplWriteActions() 1483 SvtGraphicFill::gradientRadial == aFill.getGradientType() ); in ImplWriteActions() 1484 … sal_Bool bSkip = ( SvtGraphicFill::fillSolid == aFill.getFillType() || bGradient ); in ImplWriteActions() 1490 aFill.getPath( aShapePolyPoly ); in ImplWriteActions() 1502 mapCurShape->maShapeFillColor = aFill.getFillColor(); in ImplWriteActions() 1503 …apCurShape->maShapeFillColor.SetTransparency( (sal_uInt8) FRound( 255.0 * aFill.getTransparency() … in ImplWriteActions()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1775 SvtGraphicFill aFill; in createActions() local 1776 aMemStm >> aFill; in createActions() 1786 if( aFill.getFillType() == SvtGraphicFill::fillTexture && in createActions() 1797 aFill.getGraphic( aGraphic ); in createActions() 1803 aFill.getTransform( aTransform ); in createActions() 1838 aTexture.Alpha = 1.0 - aFill.getTransparency(); in createActions() 1843 if( aFill.isTiling() ) in createActions() 1855 aFill.getPath( aPath ); in createActions()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 655 SvtGraphicFill aFill; in playMetafile() local 656 aMemStm >> aFill; in playMetafile() 658 …if ( ( aFill.getFillType() == SvtGraphicFill::fillSolid ) && ( aFill.getFillRule() == SvtGraphicFi… in playMetafile() 660 double fTransparency = aFill.getTransparency(); in playMetafile() 664 aFill.getPath( aPath ); in playMetafile()
|
H A D | metaact.cxx | 4127 SvtGraphicFill aFill; in Move() local 4128 aMemStm >> aFill; in Move() 4131 aFill.getPath( aPath ); in Move() 4133 aFill.setPath( aPath ); in Move() 4135 aDest << aFill; in Move() 4171 SvtGraphicFill aFill; in Scale() local 4172 aMemStm >> aFill; in Scale() 4174 aFill.getPath( aPath ); in Scale() 4176 aFill.setPath( aPath ); in Scale() 4177 aDest << aFill; in Scale()
|
/aoo42x/main/sw/source/core/attr/ |
H A D | format.cxx | 463 …const drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFill = getSdrAllFillAttributesHelper… in GetItemState() local 466 if(aFill.get() && aFill->isUsed()) in GetItemState()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1277 SvtGraphicFill aFill; in ImplWriteActions() local 1278 aMemStm >> aFill; in ImplWriteActions() 1279 switch( aFill.getFillType() ) in ImplWriteActions() 1285 aFill.getPath( aPolyPoly ); in ImplWriteActions() 1289 aFillColor = aFill.getFillColor(); in ImplWriteActions() 1310 aFill.getPath( aFillPath ); in ImplWriteActions() 1367 aFill.getPath( aFillPath ); in ImplWriteActions()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 2900 XclExpCellArea aFill; in lcl_GetPatternFill_None() local 2901 aFill.mnPattern = EXC_PATT_NONE; in lcl_GetPatternFill_None() 2902 return aFill; in lcl_GetPatternFill_None() 2907 XclExpCellArea aFill; in lcl_GetPatternFill_Gray125() local 2908 aFill.mnPattern = EXC_PATT_12_5_PERC; in lcl_GetPatternFill_Gray125() 2909 aFill.mnForeColor = 0; in lcl_GetPatternFill_Gray125() 2910 aFill.mnBackColor = 0; in lcl_GetPatternFill_Gray125() 2911 return aFill; in lcl_GetPatternFill_Gray125()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter.cxx | 79 FillStyle aFill = FillStyle( Color(COL_WHITE) ); in Writer() local 80 mnWhiteBackgroundShapeId = defineShape( aPoly, aFill ); in Writer()
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 294 const Primitive2DReference aFill( in create2DDecomposition() local 299 aRetval = Primitive2DSequence(&aFill, 1); in create2DDecomposition()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | polypolygonprimitive2d.cxx | 696 const Primitive2DReference aFill( in create2DDecomposition() local 701 aRetval = Primitive2DSequence(&aFill, 1); in create2DDecomposition()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview5.cxx | 517 Color aFill = pGridWin[i]->GetFillColor(); in DrawMarkRect() local 531 pGridWin[i]->SetFillColor(aFill); in DrawMarkRect()
|