Home
last modified time | relevance | path

Searched refs:getBColor (Results 1 – 25 of 76) sorted by relevance

1234

/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx260 aColor.getBColor(), in createNewSdrLineAttribute()
380 … return attribute::SdrShadowAttribute(aOffset, (double)nTransparence * 0.01, aColor.getBColor()); in createNewSdrShadowAttribute()
441 basegfx::BColor aStart(aStartColor.getBColor()); in createNewSdrFillAttribute()
451 basegfx::BColor aEnd(aEndColor.getBColor()); in createNewSdrFillAttribute()
480 aColorB.getBColor(), in createNewSdrFillAttribute()
495 aColor.getBColor(), in createNewSdrFillAttribute()
917 …olor(((const Svx3DLightcolor1Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_1)).GetValue().getBColor()); in createNewSdrLightingAttribute()
924 …olor(((const Svx3DLightcolor2Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_2)).GetValue().getBColor()); in createNewSdrLightingAttribute()
931 …olor(((const Svx3DLightcolor3Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_3)).GetValue().getBColor()); in createNewSdrLightingAttribute()
938 …olor(((const Svx3DLightcolor4Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_4)).GetValue().getBColor()); in createNewSdrLightingAttribute()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx318 const ::basegfx::BColor& getBColor(sal_uInt32 nIndex) const in getBColor() function in BColorArray
1077 const ::basegfx::BColor& getBColor(sal_uInt32 nIndex) const in getBColor() function in ImplB3DPolygon
1081 return mpBColors->getBColor(nIndex); in getBColor()
1390 … const bool bBColorEqual(!mpBColors || (mpBColors->getBColor(0L) == mpBColors->getBColor(nIndex))); in hasDoublePoints()
1414 … const bool bBColorEqual(!mpBColors || (mpBColors->getBColor(a) == mpBColors->getBColor(a + 1L))); in hasDoublePoints()
1452 if(bRemove && mpBColors && !(mpBColors->getBColor(0L) == mpBColors->getBColor(nIndex))) in removeDoublePointsAtBeginEnd()
1488 if(bRemove && mpBColors && !(mpBColors->getBColor(nIndex) == mpBColors->getBColor(nNextIndex))) in removeDoublePointsWholeTrack()
1603 BColor B3DPolygon::getBColor(sal_uInt32 nIndex) const in getBColor() function in basegfx::B3DPolygon
1607 return mpPolygon->getBColor(nIndex); in getBColor()
1614 if(mpPolygon->getBColor(nIndex) != rValue) in setBColor()
H A Db3dpolygonclipper.cxx82 rDest.setBColor(rDest.count() - 1L, rSource.getBColor(nIndex)); in impAppendCopy()
104 const BColor aCurrBColor(rSource.getBColor(nIndA)); in impAppendInterpolate()
105 const BColor aNextBColor(rSource.getBColor(nIndB)); in impAppendInterpolate()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx112 … const basegfx::BColor aPolygonColor(maBColorModifierStack.getModifiedColor(rSource.getBColor())); in tryDrawPolyPolygonColorPrimitive2DDirect()
134 … const basegfx::BColor aLineColor(maBColorModifierStack.getModifiedColor(rSource.getBColor())); in tryDrawPolygonHairlinePrimitive2DDirect()
406 …or aPolygonColor(maBColorModifierStack.getModifiedColor(rPolyPolygonColorPrimitive2D.getBColor())); in processBasePrimitive2D()
422 …or aPolygonColor(maBColorModifierStack.getModifiedColor(rPolyPolygonColorPrimitive2D.getBColor())); in processBasePrimitive2D()
717 …gfx::BColor aPolygonColor(maBColorModifierStack.getModifiedColor(rFillHatchPrimitive.getBColor())); in processBasePrimitive2D()
725 …segfx::BColor aHatchColor(maBColorModifierStack.getModifiedColor(rFillHatchPrimitive.getBColor())); in processBasePrimitive2D()
771 …onst basegfx::BColor aPolygonColor(maBColorModifierStack.getModifiedColor(rPrimitive.getBColor())); in processBasePrimitive2D()
H A Dtextaspolygonextractor2d.cxx112 …const basegfx::BColor aColor(maBColorModifierStack.getModifiedColor(rPoPoCoCandidate.getBColor())); in processBasePrimitive2D()
134 … const basegfx::BColor aColor(maBColorModifierStack.getModifiedColor(rPoHaCandidate.getBColor())); in processBasePrimitive2D()
156 …const basegfx::BColor aColor(maBColorModifierStack.getModifiedColor(rPoPoHaCandidate.getBColor())); in processBasePrimitive2D()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx853 basegfx::BColor aStart(aStartColor.getBColor()); in createFillGradientAttribute()
863 basegfx::BColor aEnd(aEndColor.getBColor()); in createFillGradientAttribute()
948 rHatch.GetColor().getBColor(), in createFillHatchAttribute()
1177 rWallpaper.GetColor().getBColor(), in CreateAndAppendBitmapWallpaper()
2413 rWallpaper.GetColor().getBColor(), in interpretMetafile()
2612 rPropertyHolders.Current().setLineColor(pA->GetColor().getBColor()); in interpretMetafile()
2624 rPropertyHolders.Current().setFillColor(pA->GetColor().getBColor()); in interpretMetafile()
2635 rPropertyHolders.Current().setTextColor(pA->GetColor().getBColor()); in interpretMetafile()
2649 rPropertyHolders.Current().setTextFillColor(rFontFillColor.getBColor()); in interpretMetafile()
2766 rPropertyHolders.Current().setTextColor(rFontColor.getBColor()); in interpretMetafile()
[all …]
H A Dbackgroundcolorprimitive2d.cxx50 …e2DReference xRef(new PolyPolygonColorPrimitive2D(basegfx::B2DPolyPolygon(aOutline), getBColor())); in create2DDecomposition()
73 return (getBColor() == rCompare.getBColor()); in operator ==()
H A Dpolypolygonprimitive2d.cxx63 …= Primitive2DReference(new PolygonHairlinePrimitive2D(aPolyPolygon.getB2DPolygon(a), getBColor())); in create2DDecomposition()
88 && getBColor() == rCompare.getBColor()); in operator ==()
385 && getBColor() == rCompare.getBColor()); in operator ==()
H A Dgridprimitive2d.cxx249 …[nInsertCounter++] = Primitive2DReference(new PointArrayPrimitive2D(aPositionsPoint, getBColor())); in create2DDecomposition()
259 …[nInsertCounter++] = Primitive2DReference(new PointArrayPrimitive2D(aPositionsCross, getBColor())); in create2DDecomposition()
310 && getBColor() == rCompare.getBColor() in operator ==()
H A Dfillhatchprimitive2d.cxx124 … basegfx::tools::createPolygonFromRect(getOutputRange())), getBColor())); in create2DDecomposition()
183 && getBColor() == rCompare.getBColor()); in operator ==()
/trunk/main/basegfx/source/color/
H A Dbcolormodifier.cxx114 return getBColor() == pCompare->getBColor(); in operator ==()
140 return getBColor() == pCompare->getBColor() && getValue() == pCompare->getValue(); in operator ==()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpage.cxx100 const basegfx::BColor aRGBColor(aInitColor.getBColor()); in createViewIndependentPrimitive2DSequence()
158 const basegfx::BColor aRGBShadowColor(aShadowColor.getBColor()); in createViewIndependentPrimitive2DSequence()
305 const basegfx::BColor aRGBColor(aPageFillColor.getBColor()); in createViewIndependentPrimitive2DSequence()
351 aRGBBorderColor = aBorderColor.getBColor(); in createViewIndependentPrimitive2DSequence()
428 const basegfx::BColor aRGBBorderColor(aBorderColor.getBColor()); in createViewIndependentPrimitive2DSequence()
H A Dviewobjectcontactofpageobj.cxx258 …rimitive2d::PolyPolygonColorPrimitive2D(basegfx::B2DPolyPolygon(aOutline), aDocColor.getBColor())); in createPrimitive2DSequence()
262 … new drawinglayer::primitive2d::PolygonHairlinePrimitive2D(aOutline, aBorderColor.getBColor())); in createPrimitive2DSequence()
314 … new drawinglayer::primitive2d::PolygonHairlinePrimitive2D(aOwnOutline, aFrameColor.getBColor())); in createPrimitive2DSequence()
H A Dviewobjectcontactofsdrpage.cxx164 const basegfx::BColor aRGBColor(aInitColor.getBColor()); in createPrimitive2DSequence()
270 const basegfx::BColor aRGBColor(aPageFillColor.getBColor()); in createPrimitive2DSequence()
530 const basegfx::BColor aRGBGridColor(aGridColor.getBColor()); in createPrimitive2DSequence()
H A Dviewobjectcontactofsdrole2obj.cxx136 Color(COL_BLACK).getBColor(), // black color in createPrimitive2DSequence()
142 Color(COL_BLACK).getBColor(), in createPrimitive2DSequence()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaypolypolygon.cxx46 … const basegfx::BColor aRGBColorA(getOverlayManager()->getStripeColorA().getBColor()); in createOverlayObjectPrimitive2DSequence()
47 … const basegfx::BColor aRGBColorB(getOverlayManager()->getStripeColorB().getBColor()); in createOverlayObjectPrimitive2DSequence()
59 … const basegfx::BColor aHilightColor(aSvtOptionsDrawinglayer.getHilightColor().getBColor()); in createOverlayObjectPrimitive2DSequence()
H A Doverlayrollingrectangle.cxx49 … const basegfx::BColor aRGBColorA(getOverlayManager()->getStripeColorA().getBColor()); in createOverlayObjectPrimitive2DSequence()
50 … const basegfx::BColor aRGBColorB(getOverlayManager()->getStripeColorB().getBColor()); in createOverlayObjectPrimitive2DSequence()
67 … const basegfx::BColor aHilightColor(aSvtOptionsDrawinglayer.getHilightColor().getBColor()); in createOverlayObjectPrimitive2DSequence()
H A Doverlaycrosshair.cxx45 … const basegfx::BColor aRGBColorA(getOverlayManager()->getStripeColorA().getBColor()); in createOverlayObjectPrimitive2DSequence()
46 … const basegfx::BColor aRGBColorB(getOverlayManager()->getStripeColorB().getBColor()); in createOverlayObjectPrimitive2DSequence()
H A Doverlayhelpline.cxx46 … const basegfx::BColor aRGBColorA(getOverlayManager()->getStripeColorA().getBColor()); in createOverlayObjectPrimitive2DSequence()
47 … const basegfx::BColor aRGBColorB(getOverlayManager()->getStripeColorB().getBColor()); in createOverlayObjectPrimitive2DSequence()
H A Doverlayline.cxx49 … const basegfx::BColor aRGBColorA(getOverlayManager()->getStripeColorA().getBColor()); in createOverlayObjectPrimitive2DSequence()
50 … const basegfx::BColor aRGBColorB(getOverlayManager()->getStripeColorB().getBColor()); in createOverlayObjectPrimitive2DSequence()
/trunk/main/svx/source/sdr/primitive3d/
H A Dsdrattributecreator3d.cxx123 …Color aObjectColor(((const XFillColorItem&)rSet.Get(XATTR_FILLCOLOR)).GetColorValue().getBColor()); in createNewSdr3DObjectAttribute()
126 …r(((const Svx3DMaterialSpecularItem&)rSet.Get(SDRATTR_3DOBJ_MAT_SPECULAR)).GetValue().getBColor()); in createNewSdr3DObjectAttribute()
129 …n(((const Svx3DMaterialEmissionItem&)rSet.Get(SDRATTR_3DOBJ_MAT_EMISSION)).GetValue().getBColor()); in createNewSdr3DObjectAttribute()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx407 …egfx::BColor aLineColor(basegfx::interpolate(aStartLineCol.getBColor(), aEndLineCol.getBColor(), f… in ImpInsertPolygons()
416 …egfx::BColor aFillColor(basegfx::interpolate(aStartFillCol.getBColor(), aEndFillCol.getBColor(), f… in ImpInsertPolygons()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx333 getLeftLine().GetColor().getBColor())); in create2DDecomposition()
375 getBottomLine().GetColor().getBColor())); in create2DDecomposition()
417 getRightLine().GetColor().getBColor())); in create2DDecomposition()
459 getTopLine().GetColor().getBColor())); in create2DDecomposition()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx60 && getBColor() == rCompare.getBColor()); in operator ==()
/trunk/main/sw/source/ui/docvw/
H A DOverlayRanges.cxx77 const basegfx::BColor aRGBColor(getBaseColor().getBColor()); in createOverlayObjectPrimitive2DSequence()
95 const basegfx::BColor aRGBColor(getBaseColor().getBColor()); in createOverlayObjectPrimitive2DSequence()

Completed in 335 milliseconds

1234