Home
last modified time | relevance | path

Searched refs:aFill (Results 1 – 25 of 30) sorted by path

12

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1775 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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx696 const Primitive2DReference aFill( in create2DDecomposition() local
701 aRetval = Primitive2DSequence(&aFill, 1); in create2DDecomposition()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrcubeprimitive3d.cxx62 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()
89aFill = basegfx::tools::applyDefaultTextureCoordinatesParallel(aFill, aRange, bParallelX, bParalle… in create3DDecomposition()
95 const basegfx::B3DRange aRange(basegfx::tools::getRange(aFill)); in create3DDecomposition()
97aFill = 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 Dsdrextrudeprimitive3d.cxx89 ::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()
H A Dsdrlatheprimitive3d.cxx83 ::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 Dsdrpolypolygonprimitive3d.cxx51 ::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 Dsdrsphereprimitive3d.cxx63 && aFill.areNormalsUsed()) in create3DDecomposition()
66 aFill = basegfx::tools::invertNormals(aFill); in create3DDecomposition()
85 const basegfx::B3DRange aRange(basegfx::tools::getRange(aFill)); in create3DDecomposition()
86aFill = 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 …]
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx358 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 …]
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx79 FillStyle aFill = FillStyle( Color(COL_WHITE) ); in Writer() local
80 mnWhiteBackgroundShapeId = defineShape( aPoly, aFill ); in Writer()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1277 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()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1477 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()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2492 Fill aFill( rHelper, false ); in writeBiff2CellFormatToPropertySet() local
2503 aFill.setBiff2Data( nFlags3 ); in writeBiff2CellFormatToPropertySet()
2508 aFill.finalizeImport(); in writeBiff2CellFormatToPropertySet()
2514 aFill.writeToPropertyMap( aPropMap ); in writeBiff2CellFormatToPropertySet()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2900 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()
/trunk/main/sc/source/ui/view/
H A Dtabview5.cxx517 Color aFill = pGridWin[i]->GetFillColor(); in DrawMarkRect() local
531 pGridWin[i]->SetFillColor(aFill); in DrawMarkRect()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx444 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()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofmasterpagedescriptor.cxx60 drawinglayer::attribute::SdrFillAttribute aFill; in createViewIndependentPrimitive2DSequence() local
66aFill = drawinglayer::primitive2d::createNewSdrFillAttribute(pCorrectProperties->GetItemSet()); in createViewIndependentPrimitive2DSequence()
69 if(!aFill.isDefault()) in createViewIndependentPrimitive2DSequence()
81 aFill, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcaptionobj.cxx137 const drawinglayer::attribute::SdrFillAttribute aFill( in createViewIndependentPrimitive2DSequence() local
141 if(!aFill.isDefault() && 1.0 != aFill.getTransparence()) in createViewIndependentPrimitive2DSequence()
178 aFill, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrpage.cxx234 drawinglayer::attribute::SdrFillAttribute aFill; in createViewIndependentPrimitive2DSequence() local
243 aFill = drawinglayer::primitive2d::createNewSdrFillAttribute( in createViewIndependentPrimitive2DSequence()
247 if(!aFill.isDefault()) in createViewIndependentPrimitive2DSequence()
257 aFill, in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx294 const Primitive2DReference aFill( in create2DDecomposition() local
299 aRetval = Primitive2DSequence(&aFill, 1); in create2DDecomposition()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx773 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 …]
/trunk/main/sw/source/core/attr/
H A Dformat.cxx463 …const drawinglayer::attribute::SdrAllFillAttributesHelperPtr aFill = getSdrAllFillAttributesHelper… in GetItemState() local
466 if(aFill.get() && aFill->isUsed()) in GetItemState()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5538 Color aFill( _pViewShell->GetOut()->GetFillColor() ); in PaintPageBorder() local
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1272 Color aFill( pOutputDev->GetFillColor() ); in _PaintSelectMarkAtPage() local
1308 pOutputDev->SetFillColor( aFill ); in _PaintSelectMarkAtPage()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx647 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
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx374 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()

Completed in 223 milliseconds

12