/trunk/main/svx/source/sdr/primitive2d/ |
H A D | sdrellipseprimitive2d.cxx | 71 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 76 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 93 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 98 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 112 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 116 getSdrLFSTAttribute().getShadow()); in create2DDecomposition() 138 && getSdrLFSTAttribute() == rCompare.getSdrLFSTAttribute()); in operator ==() 196 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 218 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 224 getSdrLFSTAttribute().getText(), in create2DDecomposition() [all …]
|
H A D | sdrgrafprimitive2d.cxx | 56 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 74 if(!getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 78 if(0.0 != getSdrLFSTAttribute().getLine().getWidth()) in create2DDecomposition() 96 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 107 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 113 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 119 getSdrLFSTAttribute().getText(), in create2DDecomposition() 120 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 127 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 131 getSdrLFSTAttribute().getShadow()); in create2DDecomposition() [all …]
|
H A D | sdrole2primitive2d.cxx | 67 && getSdrLFSTAttribute() == rCompare.getSdrLFSTAttribute()) in operator ==() 98 getSdrLFSTAttribute().getFill(), in get2DDecomposition() 106 && !getSdrLFSTAttribute().getLine().isDefault()) in get2DDecomposition() 110 if(0.0 != getSdrLFSTAttribute().getLine().getWidth()) in get2DDecomposition() 128 getSdrLFSTAttribute().getLine(), in get2DDecomposition() 139 getSdrLFSTAttribute().getLine(), in get2DDecomposition() 158 if(!getSdrLFSTAttribute().getText().isDefault()) in get2DDecomposition() 164 getSdrLFSTAttribute().getText(), in get2DDecomposition() 165 getSdrLFSTAttribute().getLine(), in get2DDecomposition() 173 && !getSdrLFSTAttribute().getShadow().isDefault()) in get2DDecomposition() [all …]
|
H A D | sdrcaptionprimitive2d.cxx | 53 if(getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition() 70 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 75 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 98 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 106 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 107 getSdrLFSTAttribute().getLineStartEnd())); in create2DDecomposition() 111 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 117 getSdrLFSTAttribute().getText(), in create2DDecomposition() 118 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 125 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() [all …]
|
H A D | sdrpathprimitive2d.cxx | 47 if(!getSdrLFSTAttribute().getFill().isDefault() in create2DDecomposition() 58 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 63 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 83 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 84 getSdrLFSTAttribute().getLineStartEnd()); in create2DDecomposition() 91 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 97 getSdrLFSTAttribute().getText(), in create2DDecomposition() 98 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 105 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 109 getSdrLFSTAttribute().getShadow()); in create2DDecomposition() [all …]
|
H A D | sdrrectangleprimitive2d.cxx | 54 if(!getSdrLFSTAttribute().getFill().isDefault()) in create2DDecomposition() 62 getSdrLFSTAttribute().getFill(), in create2DDecomposition() 63 getSdrLFSTAttribute().getFillFloatTransGradient())); in create2DDecomposition() 77 if(!getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 85 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 100 if(!getSdrLFSTAttribute().getText().isDefault()) in create2DDecomposition() 106 getSdrLFSTAttribute().getText(), in create2DDecomposition() 107 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 114 if(!getSdrLFSTAttribute().getShadow().isDefault()) in create2DDecomposition() 118 getSdrLFSTAttribute().getShadow()); in create2DDecomposition() [all …]
|
/trunk/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
|