| /AOO41X/main/svx/source/sdr/primitive2d/ |
| H A D | sdrellipseprimitive2d.cxx | 63 if(!getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition() 69 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 70 getSdrLFSTAttribute().getFillFloatTransGradient())); in create2DDecomposition() 74 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 89 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 94 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 100 getSdrLFSTAttribute().getText(), in create2DDecomposition() 101 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 108 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 112 getSdrLFSTAttribute().getShadow()); in create2DDecomposition() [all …]
|
| H A D | sdrole2primitive2d.cxx | 67 && getSdrLFSTAttribute() == rCompare.getSdrLFSTAttribute()) in operator ==() 90 && !getSdrLFSTAttribute().getFill().isDefault()) in get2DDecomposition() 96 getSdrLFSTAttribute().getFill(), in get2DDecomposition() 97 getSdrLFSTAttribute().getFillFloatTransGradient())); in get2DDecomposition() 104 && !getSdrLFSTAttribute().getLine().isDefault()) in get2DDecomposition() 108 if(0.0 != getSdrLFSTAttribute().getLine().getWidth()) in get2DDecomposition() 116 double fHalfLineWidth(getSdrLFSTAttribute().getLine().getWidth() * 0.5); in get2DDecomposition() 126 getSdrLFSTAttribute().getLine(), in get2DDecomposition() 135 getSdrLFSTAttribute().getLine(), in get2DDecomposition() 154 if(!getSdrLFSTAttribute().getText().isDefault()) in get2DDecomposition() [all …]
|
| H A D | sdrgrafprimitive2d.cxx | 48 if(!getSdrLFSTAttribute().getFill().isDefault() && isTransparent()) in create2DDecomposition() 54 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 55 getSdrLFSTAttribute().getFillFloatTransGradient())); in create2DDecomposition() 72 if(!getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 76 if(0.0 != getSdrLFSTAttribute().getLine().getWidth()) in create2DDecomposition() 84 double fHalfLineWidth(getSdrLFSTAttribute().getLine().getWidth() * 0.5); in create2DDecomposition() 94 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 102 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 108 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 114 getSdrLFSTAttribute().getText(), in create2DDecomposition() [all …]
|
| H A D | sdrcaptionprimitive2d.cxx | 53 if(getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition() 68 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 69 getSdrLFSTAttribute().getFillFloatTransGradient())); in create2DDecomposition() 73 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 94 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 101 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 102 getSdrLFSTAttribute().getLineStartEnd())); in create2DDecomposition() 106 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 112 getSdrLFSTAttribute().getText(), in create2DDecomposition() 113 getSdrLFSTAttribute().getLine(), in create2DDecomposition() [all …]
|
| H A D | sdrpathprimitive2d.cxx | 47 if(!getSdrLFSTAttribute().getFill().isDefault() in create2DDecomposition() 56 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 57 getSdrLFSTAttribute().getFillFloatTransGradient())); in create2DDecomposition() 61 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 79 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 80 getSdrLFSTAttribute().getLineStartEnd()); in create2DDecomposition() 87 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 93 getSdrLFSTAttribute().getText(), in create2DDecomposition() 94 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 101 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() [all …]
|
| H A D | sdrrectangleprimitive2d.cxx | 54 if(!getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition() 60 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 61 getSdrLFSTAttribute().getFillFloatTransGradient())); in create2DDecomposition() 75 if(!getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 81 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 96 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 102 getSdrLFSTAttribute().getText(), in create2DDecomposition() 103 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 110 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 114 getSdrLFSTAttribute().getShadow()); in create2DDecomposition() [all …]
|
| /AOO41X/main/svx/inc/svx/sdr/primitive2d/ |
| H A D | sdrole2primitive2d.hxx | 56 …const attribute::SdrLineFillShadowTextAttribute& getSdrLFSTAttribute() const { return maSdrLFSTAtt… in getSdrLFSTAttribute() function in drawinglayer::primitive2d::SdrOle2Primitive2D
|
| H A D | sdrpathprimitive2d.hxx | 60 …const attribute::SdrLineFillShadowTextAttribute& getSdrLFSTAttribute() const { return maSdrLFSTAtt… in getSdrLFSTAttribute() function in drawinglayer::primitive2d::SdrPathPrimitive2D
|
| H A D | sdrgrafprimitive2d.hxx | 62 …const attribute::SdrLineFillShadowTextAttribute& getSdrLFSTAttribute() const { return maSdrLFSTAtt… in getSdrLFSTAttribute() function in drawinglayer::primitive2d::SdrGrafPrimitive2D
|
| H A D | sdrrectangleprimitive2d.hxx | 67 …const attribute::SdrLineFillShadowTextAttribute& getSdrLFSTAttribute() const { return maSdrLFSTAtt… in getSdrLFSTAttribute() function in drawinglayer::primitive2d::SdrRectanglePrimitive2D
|
| H A D | sdrcaptionprimitive2d.hxx | 67 …const attribute::SdrLineFillShadowTextAttribute& getSdrLFSTAttribute() const { return maSdrLFSTAtt… in getSdrLFSTAttribute() function in drawinglayer::primitive2d::SdrCaptionPrimitive2D
|
| H A D | sdrellipseprimitive2d.hxx | 57 …const attribute::SdrLineFillShadowTextAttribute& getSdrLFSTAttribute() const { return maSdrLFSTAtt… in getSdrLFSTAttribute() function in drawinglayer::primitive2d::SdrEllipsePrimitive2D
|